diff options
author | Robert Schuster <robertschuster@fsfe.org> | 2009-09-18 15:00:18 +0200 |
---|---|---|
committer | Robert Schuster <robertschuster@fsfe.org> | 2009-09-18 15:00:18 +0200 |
commit | 83be2434e283e53f545fb433b8a1373710d880c1 (patch) | |
tree | 7fe414e9bd6b3614f3ff211c5717e75bb2875317 /recipes/ant/files | |
parent | 3bdf095afc7ba974492e0bcf04f790ccd6adde71 (diff) |
ant-native 1.7.1: New recipe (from Jalimo SVN).
Diffstat (limited to 'recipes/ant/files')
-rwxr-xr-x | recipes/ant/files/ant | 10 |
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 $* |