c396643724
2005/06/08 16:27:22 lo 1.1.2.1: restructuring of project and fix for #i44847#
11 lines
No EOL
287 B
Properties
11 lines
No EOL
287 B
Properties
# define how to handle CLASSPATH environment
|
|
build.sysclasspath=ignore
|
|
|
|
# set wether we want to compile with or without deprecation
|
|
deprecation=on
|
|
|
|
src.dir=${basedir}/java
|
|
|
|
build.dir=${out}/class
|
|
target.dir=${build.dir}/${ant.project.name}
|
|
target.jar=${build.dir}/${ant.project.name}.jar |