joerg 2004/03/04 16:44:50
Modified: . build.bat build.sh Log: removed the output of the very temporary classpath Revision Changes Path 1.9 +1 -2 cocoon-2.1/build.bat Index: build.bat =================================================================== RCS file: /home/cvs/cocoon-2.1/build.bat,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- build.bat 4 Mar 2004 23:49:09 -0000 1.8 +++ build.bat 5 Mar 2004 00:44:50 -0000 1.9 @@ -9,7 +9,6 @@ set OLD_CLASSPATH=%CLASSPATH% set CLASSPATH= for %%i in (lib\endorsed\*.jar) do call tools\bin\appendcp.bat %%i -echo Using classpath: "%CLASSPATH%" rem ----- Use Ant shipped with Cocoon. Ignore installed in the system Ant set OLD_ANT_HOME=%ANT_HOME% 1.7 +0 -2 cocoon-2.1/build.sh Index: build.sh =================================================================== RCS file: /home/cvs/cocoon-2.1/build.sh,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- build.sh 4 Mar 2004 23:49:09 -0000 1.6 +++ build.sh 5 Mar 2004 00:44:50 -0000 1.7 @@ -17,8 +17,6 @@ CLASSPATH="`echo lib/endorsed/*.jar | tr ' ' $S`" export CLASSPATH -echo Using classpath: \"$CLASSPATH\" - # ----- Use Ant shipped with Cocoon. Ignore installed in the system Ant OLD_ANT_HOME="$ANT_HOME" export ANT_HOME=tools
