]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/uwobo/antRun
This commit was manufactured by cvs2svn to create branch 'init'.
[helm.git] / helm / uwobo / antRun
diff --git a/helm/uwobo/antRun b/helm/uwobo/antRun
deleted file mode 100755 (executable)
index 5894f44..0000000
+++ /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
-