joerg       2004/03/04 16:44:44

  Modified:    .        build.sh build.bat
  Log:
  removed the output of the very temporary classpath
  
  Revision  Changes    Path
  1.5       +0 -2      cocoon-2.2/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/build.sh,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.sh  4 Mar 2004 23:51:03 -0000       1.4
  +++ build.sh  5 Mar 2004 00:44:44 -0000       1.5
  @@ -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
  
  
  
  1.7       +1 -2      cocoon-2.2/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/build.bat,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.bat 4 Mar 2004 23:51:03 -0000       1.6
  +++ build.bat 5 Mar 2004 00:44:44 -0000       1.7
  @@ -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%
  
  
  

Reply via email to