You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by di...@apache.org on 2001/02/28 14:26:01 UTC

cvs commit: xml-cocoon build.bat build.sh

dims        01/02/28 05:26:01

  Modified:    .        Tag: xml-cocoon2 build.bat build.sh
  Log:
  Moving to latest sources of Xalan2J from CVS + Xerces 1.3.0 Jar (from Xalan2J's CVS)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.10.2.22 +2 -2      xml-cocoon/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/build.bat,v
  retrieving revision 1.10.2.21
  retrieving revision 1.10.2.22
  diff -u -r1.10.2.21 -r1.10.2.22
  --- build.bat	2001/02/07 19:16:46	1.10.2.21
  +++ build.bat	2001/02/28 13:26:01	1.10.2.22
  @@ -2,7 +2,7 @@
   :: -----------------------------------------------------------------------------
   :: build.bat - Win32 Build Script for Apache Cocoon
   ::
  -:: $Id: build.bat,v 1.10.2.21 2001/02/07 19:16:46 bloritsch Exp $
  +:: $Id: build.bat,v 1.10.2.22 2001/02/28 13:26:01 dims Exp $
   :: -----------------------------------------------------------------------------
   
   :: ----- Verify and Set Required Environment Variables -------------------------
  @@ -18,7 +18,7 @@
   
   :: ----- Set Up The Runtime Classpath ------------------------------------------
   
  -set CP=%JAVA_HOME%\lib\tools.jar;%ANT_HOME%\lib\ant_1_2.jar;.\lib\xerces_1_2_3.jar
  +set CP=%JAVA_HOME%\lib\tools.jar;%ANT_HOME%\lib\ant_1_2.jar;.\lib\xerces_1_3_0.jar
   
   :: ----- Execute The Requested Build -------------------------------------------
   
  
  
  
  1.10.2.23 +2 -2      xml-cocoon/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/build.sh,v
  retrieving revision 1.10.2.22
  retrieving revision 1.10.2.23
  diff -u -r1.10.2.22 -r1.10.2.23
  --- build.sh	2001/02/07 19:16:46	1.10.2.22
  +++ build.sh	2001/02/28 13:26:01	1.10.2.23
  @@ -2,7 +2,7 @@
   # -----------------------------------------------------------------------------
   # build.sh - Unix Build Script for Apache Cocoon
   #
  -# $Id: build.sh,v 1.10.2.22 2001/02/07 19:16:46 bloritsch Exp $
  +# $Id: build.sh,v 1.10.2.23 2001/02/28 13:26:01 dims Exp $
   # -----------------------------------------------------------------------------
   
   # ----- Verify and Set Required Environment Variables -------------------------
  @@ -18,7 +18,7 @@
   
   # ----- Set Up The Runtime Classpath ------------------------------------------
   
  -CP=$JAVA_HOME/lib/tools.jar:$ANT_HOME/lib/ant_1_2.jar:./lib/xerces_1_2_3.jar
  +CP=$JAVA_HOME/lib/tools.jar:$ANT_HOME/lib/ant_1_2.jar:./lib/xerces_1_3_0.jar
    
   # ----- Make sure Ant script is executable ------------------------------------