summaryrefslogtreecommitdiff
path: root/xmerge/source/inc
diff options
context:
space:
mode:
Diffstat (limited to 'xmerge/source/inc')
-rw-r--r--xmerge/source/inc/antbuild.properties11
-rw-r--r--xmerge/source/inc/antbuild.xml2
2 files changed, 13 insertions, 0 deletions
diff --git a/xmerge/source/inc/antbuild.properties b/xmerge/source/inc/antbuild.properties
new file mode 100644
index 000000000000..aaa260af124a
--- /dev/null
+++ b/xmerge/source/inc/antbuild.properties
@@ -0,0 +1,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 \ No newline at end of file
diff --git a/xmerge/source/inc/antbuild.xml b/xmerge/source/inc/antbuild.xml
new file mode 100644
index 000000000000..4598ae2261a5
--- /dev/null
+++ b/xmerge/source/inc/antbuild.xml
@@ -0,0 +1,2 @@
+<?xml version="1.0"?>
+