summaryrefslogtreecommitdiff
path: root/xmerge/source/inc/antbuild.properties
diff options
context:
space:
mode:
Diffstat (limited to 'xmerge/source/inc/antbuild.properties')
-rw-r--r--xmerge/source/inc/antbuild.properties12
1 files changed, 12 insertions, 0 deletions
diff --git a/xmerge/source/inc/antbuild.properties b/xmerge/source/inc/antbuild.properties
new file mode 100644
index 000000000000..a027bbb60218
--- /dev/null
+++ b/xmerge/source/inc/antbuild.properties
@@ -0,0 +1,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 \ No newline at end of file