]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
I'm deliberately removing build.sh temporarily. Trust me.
authorSteve Coffman <gears@apache.org>
Fri, 14 Jul 2000 19:28:14 +0000 (19:28 +0000)
committerSteve Coffman <gears@apache.org>
Fri, 14 Jul 2000 19:28:14 +0000 (19:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193502 13f79535-47bb-0310-9956-ffa450edef68

build.sh [deleted file]

diff --git a/build.sh b/build.sh
deleted file mode 100755 (executable)
index 23e644a..0000000
--- a/build.sh
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/sh
-
-echo
-echo "Fop Build System"
-echo "----------------"
-echo
-
-if [ "$JAVA_HOME" = "" ] ; then
-  echo "ERROR: JAVA_HOME not found in your environment."
-  echo
-  echo "Please, set the JAVA_HOME variable in your environment to match the"
-  echo "location of the Java Virtual Machine you want to use."
-  exit 1
-fi
-
-LOCALCLASSPATH=$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/classes.zip:./lib/ant.jar:./lib/xml.jar:./lib/w3c.jar:./lib
-ANT_HOME=./lib
-
-echo Building with classpath $CLASSPATH:$LOCALCLASSPATH
-echo
-
-echo Starting Ant...
-echo
-
-$JAVA_HOME/bin/java -Dant.home=$ANT_HOME -classpath "$LOCALCLASSPATH:$CLASSPATH" org.apache.tools.ant.Main $*