X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=helm%2Fuwobo%2FantRun;fp=helm%2Fuwobo%2FantRun;h=0000000000000000000000000000000000000000;hp=5894f44837e33756e34a3b8530296f138f74d0ff;hb=869549224eef6278a48c16ae27dd786376082b38;hpb=89262281b6e83bd2321150f81f1a0583645eb0c8 diff --git a/helm/uwobo/antRun b/helm/uwobo/antRun deleted file mode 100755 index 5894f4483..000000000 --- a/helm/uwobo/antRun +++ /dev/null @@ -1,8 +0,0 @@ -#! /bin/sh - -if [ "$JAVA_HOME" != "" ] ; then - $JAVA_HOME/bin/java -cp ant/ant.jar:ant/jaxp.jar:ant/parser.jar:$JAVA_HOME/lib/tools.jar -Dant.home=. $ANT_OPTS org.apache.tools.ant.Main $@ -else - echo "Warning: JAVA_HOME environment variable is not set." -fi -