summaryrefslogtreecommitdiffstats
path: root/xmerge/source/inc/antbuild.properties
blob: aaa260af124aa12e812a816a6156c53a821884aa (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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