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