jon 01/05/09 20:24:06
Modified: build build.bat build.sh
Log:
the BUILDFILE isn't needed any longer
Revision Changes Path
1.3 +0 -5 jakarta-turbine/build/build.bat
Index: build.bat
===================================================================
RCS file: /home/cvs/jakarta-turbine/build/build.bat,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.bat 2001/05/10 03:16:27 1.2
+++ build.bat 2001/05/10 03:24:04 1.3
@@ -3,9 +3,6 @@
REM --------------------------------------------
REM No need to edit anything past here
REM --------------------------------------------
-set _BUILDFILE=%BUILDFILE%
-set BUILDFILE=build.xml
-
:final
set _CLASSPATH=%CLASSPATH%
@@ -30,8 +27,6 @@
echo "location of the Java Virtual Machine you want to use."
:end
-set BUILDFILE=%_BUILDFILE%
-set _BUILDFILE=
set CLASSPATH=%_CLASSPATH%
set _CLASSPATH=
1.3 +0 -2 jakarta-turbine/build/build.sh
Index: build.sh
===================================================================
RCS file: /home/cvs/jakarta-turbine/build/build.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.sh 2001/05/10 03:16:28 1.2
+++ build.sh 2001/05/10 03:24:05 1.3
@@ -47,6 +47,4 @@
CLASSPATH=`cygpath --path --windows "$CLASSPATH"`
fi
-BUILDFILE=build.xml
-
${JAVA_HOME}/bin/java -classpath ${CLASSPATH} org.apache.tools.ant.Main "$@"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]