Changeset 221 for trunk/bio/build.xml
- Timestamp:
- 10/27/09 13:17:57 (2 years ago)
- Files:
-
- 1 modified
-
trunk/bio/build.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bio/build.xml
r139 r221 12 12 </target> 13 13 14 <path id="class.path"> 15 <pathelement location="../dist/bridgedb.jar"/> 16 </path> 17 14 18 <target name="build" depends="prepare"> 15 19 <javac srcdir="src" … … 17 21 debug="true" 18 22 destdir="build"> 19 <classpath> 20 <pathelement location="../dist/bridgedb.jar"/> 21 </classpath> 23 <classpath refid="class.path"/> 22 24 </javac> 23 25 <copy file="../resources/datasources.txt" … … 49 51 <target name="test" depends="build"> 50 52 <path id="test.classpath"> 53 <path refid="class.path"/> 51 54 <pathelement location="build"/> 52 55 <pathelement location="../corelib/lib/derby.jar"/> 53 <pathelement location="../corelib/ lib/junit.jar"/>56 <pathelement location="../corelib/build-lib/junit.jar"/> 54 57 </path> 55 58 <javac srcdir="test" debug="true"
