diff options
Diffstat (limited to 'recipes-core/ant/files')
| -rwxr-xr-x | recipes-core/ant/files/ant | 10 |
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 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | export CLASSPATH | ||
| 4 | CLASSPATH=$CLASSPATH:@JAR_FILE@ | ||
| 5 | |||
| 6 | if [ ! $JAVA ];then | ||
| 7 | JAVA=java | ||
| 8 | fi | ||
| 9 | |||
| 10 | $JAVA org.apache.tools.ant.launch.Launcher $* | ||
