summarylogtreecommitdiffstats
path: root/ant.conf
diff options
context:
space:
mode:
authorOliver Emery2020-02-14 03:28:08 +0000
committerOliver Emery2020-02-14 03:28:08 +0000
commitf27945d388c9ba9decba00c3f23f91368b9cfed5 (patch)
tree7a0f9ae4bb9948ed9e13364e5f10c88b5a1dfc3e /ant.conf
downloadaur-ant-git.tar.gz
1.10.8alpha
Diffstat (limited to 'ant.conf')
-rw-r--r--ant.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/ant.conf b/ant.conf
new file mode 100644
index 000000000000..63bf219a4366
--- /dev/null
+++ b/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