summaryrefslogtreecommitdiff
path: root/build-support/disabled/ant19/ant.conf
diff options
context:
space:
mode:
Diffstat (limited to 'build-support/disabled/ant19/ant.conf')
-rw-r--r--build-support/disabled/ant19/ant.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/build-support/disabled/ant19/ant.conf b/build-support/disabled/ant19/ant.conf
new file mode 100644
index 00000000..63bf219a
--- /dev/null
+++ b/build-support/disabled/ant19/ant.conf
@@ -0,0 +1,8 @@
+# Apache Ant start script configuration file
+ANT_HOME=/usr/share/ant
+
+# Optional jars and their dependencies
+OPT_JAR_LIST=/usr/share/java/junit.jar:/usr/share/java/hamcrest-core.jar
+LOCALCLASSPATH=${OPT_JAR_LIST}
+
+# vim:ft=sh