aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ant/files
diff options
context:
space:
mode:
authorRobert Schuster <robertschuster@fsfe.org>2009-09-18 15:00:18 +0200
committerRobert Schuster <robertschuster@fsfe.org>2009-09-18 15:00:18 +0200
commit83be2434e283e53f545fb433b8a1373710d880c1 (patch)
tree7fe414e9bd6b3614f3ff211c5717e75bb2875317 /recipes/ant/files
parent3bdf095afc7ba974492e0bcf04f790ccd6adde71 (diff)
downloadopenembedded-83be2434e283e53f545fb433b8a1373710d880c1.tar.gz
ant-native 1.7.1: New recipe (from Jalimo SVN).
Diffstat (limited to 'recipes/ant/files')
-rwxr-xr-xrecipes/ant/files/ant10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/ant/files/ant b/recipes/ant/files/ant
new file mode 100755
index 0000000000..bb282a91a7
--- /dev/null
+++ b/recipes/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 $*