1 # define how to handle CLASSPATH environment
3 build.sysclasspath=ignore
5 # set wether we want to compile with or without deprecation
8 src.dir=${basedir}/java
10 build.dir=${out}/class
11 target.dir=${build.dir}/${ant.project.name}
12 target.jar=${build.dir}/${ant.project.name}.jar