summaryrefslogtreecommitdiffstats
path: root/abs/extra/ant/ant.conf
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2019-01-28 19:34:18 (GMT)
committerBritney Fransen <brfransen@gmail.com>2019-01-28 19:34:18 (GMT)
commit75ebc36309ccccdb4d5d53d1ae6eb666589bdde9 (patch)
tree0ecbc870edf4cf1293a9afc7a344a5a7354fe3fe /abs/extra/ant/ant.conf
parent5290e03b241f22e1e378d92e533cd393cedd063f (diff)
downloadlinhes_pkgbuild-75ebc36309ccccdb4d5d53d1ae6eb666589bdde9.zip
linhes_pkgbuild-75ebc36309ccccdb4d5d53d1ae6eb666589bdde9.tar.gz
linhes_pkgbuild-75ebc36309ccccdb4d5d53d1ae6eb666589bdde9.tar.bz2
ant: update to 1.10.5. change to ant
Diffstat (limited to 'abs/extra/ant/ant.conf')
-rw-r--r--abs/extra/ant/ant.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/abs/extra/ant/ant.conf b/abs/extra/ant/ant.conf
new file mode 100644
index 0000000..63bf219
--- /dev/null
+++ b/abs/extra/ant/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