aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/ant/files/ant
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/ant/files/ant')
-rwxr-xr-xrecipes-core/ant/files/ant10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-core/ant/files/ant b/recipes-core/ant/files/ant
new file mode 100755
index 0000000..bb282a9
--- /dev/null
+++ b/recipes-core/ant/files/ant
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+export CLASSPATH
+CLASSPATH=$CLASSPATH:@JAR_FILE@
+
+if [ ! $JAVA ];then
+ JAVA=java
+fi
+
+$JAVA org.apache.tools.ant.launch.Launcher $*