jvanzyl 00/10/06 09:18:47 Modified: build build-velocity.bat Log: - fixed typo in bat file preventing build. thanks to James Leotta. Revision Changes Path 1.3 +1 -2 jakarta-velocity/build/build-velocity.bat Index: build-velocity.bat =================================================================== RCS file: /home/cvs/jakarta-velocity/build/build-velocity.bat,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- build-velocity.bat 2000/10/02 17:37:42 1.2 +++ build-velocity.bat 2000/10/06 16:18:46 1.3 @@ -58,8 +58,7 @@ echo Now building %TARGET%... -set -CP=%CLASSPATH%;%TOOLS%;%ANT%;%ANTXML%;%XERCES%;%XALAN%;%SB%;%LOG%;%FOP%;%LIB%;%W3C%;%JAVACLASS% +set CP=%CLASSPATH%;%TOOLS%;%ANT%;%ANTXML%;%XERCES%;%XALAN%;%SB%;%LOG%;%FOP%;%LIB%;%W3C%;%JAVACLASS% echo Classpath: %CP% echo JAVA_HOME: %JAVA_HOME%
