summarylogtreecommitdiffstats
path: root/bin_ant
diff options
context:
space:
mode:
Diffstat (limited to 'bin_ant')
-rwxr-xr-xbin_ant6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin_ant b/bin_ant
new file mode 100755
index 000000000000..e245dbe52e56
--- /dev/null
+++ b/bin_ant
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+. /etc/apache-ant/ant.conf
+
+export LOCALCLASSPATH=${OPT_JAR_LIST}
+/usr/share/apache-ant/bin/ant "$@"