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...@locus.apache.org on 2000/11/16 18:22:45 UTC

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

dims        00/11/16 09:22:45

  Modified:    .        Tag: xml-cocoon2 build.sh build.bat
  Log:
  Upgrading to latest Xerces2J and Xalan 1.2.1
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.10.2.18 +2 -2      xml-cocoon/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/build.sh,v
  retrieving revision 1.10.2.17
  retrieving revision 1.10.2.18
  diff -u -r1.10.2.17 -r1.10.2.18
  --- build.sh	2000/10/28 22:36:09	1.10.2.17
  +++ build.sh	2000/11/16 17:22:45	1.10.2.18
  @@ -2,7 +2,7 @@
   # -----------------------------------------------------------------------------
   # build.sh - Unix Build Script for Apache Cocoon
   #
  -# $Id: build.sh,v 1.10.2.17 2000/10/28 22:36:09 stefano Exp $
  +# $Id: build.sh,v 1.10.2.18 2000/11/16 17:22:45 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.jar
  +CP=$JAVA_HOME/lib/tools.jar:$ANT_HOME/lib/ant_1_2.jar:./lib/xerces_1_2_1.jar
    
   # ----- Make sure Ant script is executable ------------------------------------
   
  
  
  
  1.10.2.18 +2 -2      xml-cocoon/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/build.bat,v
  retrieving revision 1.10.2.17
  retrieving revision 1.10.2.18
  diff -u -r1.10.2.17 -r1.10.2.18
  --- build.bat	2000/10/28 22:36:09	1.10.2.17
  +++ build.bat	2000/11/16 17:22:45	1.10.2.18
  @@ -2,7 +2,7 @@
   :: -----------------------------------------------------------------------------
   :: build.bat - Win32 Build Script for Apache Cocoon
   ::
  -:: $Id: build.bat,v 1.10.2.17 2000/10/28 22:36:09 stefano Exp $
  +:: $Id: build.bat,v 1.10.2.18 2000/11/16 17:22:45 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.jar
  +set CP=%JAVA_HOME%\lib\tools.jar;%ANT_HOME%\lib\ant_1_2.jar;.\lib\xerces_1_2_1.jar
   
   :: ----- Execute The Requested Build -------------------------------------------