summaryrefslogtreecommitdiff
path: root/build-support/disabled/ant19/ant.conf
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-05-15 16:38:38 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-05-15 16:38:38 +0200
commit5000e668036b690ae3570fb2151a7ed3be70069a (patch)
tree89d5bdeb932e0be0cef1cffeff4294b2380bf5cc /build-support/disabled/ant19/ant.conf
parent85abd230165823f70b8101ec3f40a536c1c90cb8 (diff)
downloadpackages-5000e668036b690ae3570fb2151a7ed3be70069a.tar.xz
also added ant19 for jdk7 bootstrapping (though this doesnt work currrently)
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