Changeset 21 for branches/multithread/bin
- Timestamp:
- 09/24/07 15:00:07 (1 year ago)
- Files:
-
- 1 modified
-
branches/multithread/bin/build.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/multithread/bin/build.xml
r2 r21 17 17 <mkdir dir="../out"/> 18 18 <delete file="../lib/planetsim.jar"/> 19 <echo message="Compiling only with 1.4 compatibility (without debug options)"/>19 20 20 <javac srcdir="../src" 21 21 destdir="../out" 22 source="1. 4"23 target="1. 4">22 source="1.5" 23 target="1.5"> 24 24 <classpath refid="base.path"/> 25 25 </javac> … … 34 34 <mkdir dir="../out"/> 35 35 <delete file="../lib/planetsim.jar"/> 36 <echo message="Compiling only with 1.4 compatibility (with activated debug options)"/>36 37 37 <javac srcdir="../src" 38 38 destdir="../out" 39 source="1. 4"40 target="1. 4"39 source="1.5" 40 target="1.5" 41 41 debug="yes" 42 42 debuglevel="lines,vars,source">
