joerg 2004/03/04 14:40:08
Modified: . build.bat Added: tools/bin appendcp.bat Removed: . appendcp.bat Log: avoid additional files in the root, move .bat into tools/bin Revision Changes Path 1.7 +2 -2 cocoon-2.1/build.bat Index: build.bat =================================================================== RCS file: /home/cvs/cocoon-2.1/build.bat,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- build.bat 4 Mar 2004 07:53:55 -0000 1.6 +++ build.bat 4 Mar 2004 22:40:07 -0000 1.7 @@ -10,7 +10,7 @@ rem ----- Ignore system CLASSPATH variable set OLD_CLASSPATH=%CLASSPATH% set CLASSPATH= -for %%i in (.\lib\endorsed\*.jar) do call appendcp.bat %%i +for %%i in (.\lib\endorsed\*.jar) do call .\tools\bin\appendcp.bat %%i echo Using classpath: "%CLASSPATH%" rem ----- Use Java in JAVA_HOME if JAVA_HOME is set. 1.1 cocoon-2.1/tools/bin/appendcp.bat Index: appendcp.bat =================================================================== set CLASSPATH=%CLASSPATH%;%1