diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-15 16:38:38 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-15 16:38:38 +0200 |
commit | 5000e668036b690ae3570fb2151a7ed3be70069a (patch) | |
tree | 89d5bdeb932e0be0cef1cffeff4294b2380bf5cc /build-support/disabled/ant19/ant.conf | |
parent | 85abd230165823f70b8101ec3f40a536c1c90cb8 (diff) | |
download | packages-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.conf | 8 |
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 |