Changeset 18962 for other-projects


Ignore:
Timestamp:
2009-04-15T11:48:06+12:00 (15 years ago)
Author:
oranfry
Message:

anttasks jar to by put in the root of the project instead of in lib folder

Location:
other-projects/trunk/anttasks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • other-projects/trunk/anttasks

    • Property svn:ignore
      •  

        old new  
        11classes
        2 lib
         2anttasks.jar
        33test
        44
  • other-projects/trunk/anttasks/build.xml

    r18960 r18962  
    1717        <mkdir dir="lib"/>
    1818        <jar
    19             destfile="lib/anttasks.jar"
     19            destfile="anttasks.jar"
    2020            basedir="classes"/>
    2121
     
    3535    <target name="test-setup">
    3636        <path id="test.classpath">
    37             <pathelement path="lib/anttasks.jar"/>
     37            <pathelement path="anttasks.jar"/>
    3838            <pathelement path="${crypt.jar}"/>
    3939        </path>
Note: See TracChangeset for help on using the changeset viewer.