1# define how to handle CLASSPATH environment 2# x-no-translate 3build.sysclasspath=ignore 4 5# set wether we want to compile with or without deprecation 6deprecation=on 7 8src.dir=${basedir}/java 9 10build.dir=${out}/class 11target.dir=${build.dir}/${ant.project.name} 12target.jar=${build.dir}/${ant.project.name}.jar
| 22# define how to handle CLASSPATH environment 23# x-no-translate 24build.sysclasspath=ignore 25 26# set wether we want to compile with or without deprecation 27deprecation=on 28 29src.dir=${basedir}/java 30 31build.dir=${out}/class 32target.dir=${build.dir}/${ant.project.name} 33target.jar=${build.dir}/${ant.project.name}.jar
|