Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/build-support-disabled/ant19/ant.conf
diff options
context:
space:
mode:
Diffstat (limited to 'build-support-disabled/ant19/ant.conf')
-rw-r--r--build-support-disabled/ant19/ant.conf8
1 files changed, 0 insertions, 8 deletions
diff --git a/build-support-disabled/ant19/ant.conf b/build-support-disabled/ant19/ant.conf
deleted file mode 100644
index 63bf219a..00000000
--- a/build-support-disabled/ant19/ant.conf
+++ /dev/null
@@ -1,8 +0,0 @@
-# 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