summaryrefslogtreecommitdiff
path: root/xmerge/source/inc/antbuild.properties
blob: a027bbb6021834a11c086afef50489404cb2799e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# define how to handle CLASSPATH environment
# x-no-translate
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