diff options
author | Britney Fransen <brfransen@gmail.com> | 2019-01-28 19:34:18 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2019-01-28 19:34:18 (GMT) |
commit | 75ebc36309ccccdb4d5d53d1ae6eb666589bdde9 (patch) | |
tree | 0ecbc870edf4cf1293a9afc7a344a5a7354fe3fe /abs/extra/ant/ant.conf | |
parent | 5290e03b241f22e1e378d92e533cd393cedd063f (diff) | |
download | linhes_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.conf | 8 |
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 |