From 5000e668036b690ae3570fb2151a7ed3be70069a Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 15 May 2021 16:38:38 +0200 Subject: also added ant19 for jdk7 bootstrapping (though this doesnt work currrently) --- build-support/disabled/ant19/ant.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 build-support/disabled/ant19/ant.conf (limited to 'build-support/disabled/ant19/ant.conf') 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 -- cgit v1.2.3-54-g00ecf