You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ro...@locus.apache.org on 2000/09/28 21:53:21 UTC

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

rossb       00/09/28 12:53:12

  Modified:    .        Tag: xml-cocoon2 build.sh build.bat
  Log:
  Fixed build files so that document generation works.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.10.2.13 +2 -2      xml-cocoon/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/build.sh,v
  retrieving revision 1.10.2.12
  retrieving revision 1.10.2.13
  diff -u -r1.10.2.12 -r1.10.2.13
  --- build.sh	2000/09/19 00:33:13	1.10.2.12
  +++ build.sh	2000/09/28 19:53:04	1.10.2.13
  @@ -2,7 +2,7 @@
   # -----------------------------------------------------------------------------
   # build.sh - Unix Build Script for Apache Cocoon
   #
  -# $Id: build.sh,v 1.10.2.12 2000/09/19 00:33:13 stefano Exp $
  +# $Id: build.sh,v 1.10.2.13 2000/09/28 19:53:04 rossb 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.jar:./lib/xerces_1_2.jar
  +CP=$JAVA_HOME/lib/tools.jar:$ANT_HOME/lib/ant.jar:./lib/xerces_1_2.jar:./lib/stylebook-1.0-b2.jar:./lib/xalan_1_2_D01.jar
    
   # ----- Make sure Ant script is executable ------------------------------------
   
  
  
  
  1.10.2.13 +3 -2      xml-cocoon/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/build.bat,v
  retrieving revision 1.10.2.12
  retrieving revision 1.10.2.13
  diff -u -r1.10.2.12 -r1.10.2.13
  --- build.bat	2000/09/17 00:15:17	1.10.2.12
  +++ build.bat	2000/09/28 19:53:06	1.10.2.13
  @@ -2,7 +2,7 @@
   :: -----------------------------------------------------------------------------
   :: build.bat - Win32 Build Script for Apache Cocoon
   ::
  -:: $Id: build.bat,v 1.10.2.12 2000/09/17 00:15:17 stefano Exp $
  +:: $Id: build.bat,v 1.10.2.13 2000/09/28 19:53:06 rossb Exp $
   :: -----------------------------------------------------------------------------
   
   :: ----- Verify and Set Required Environment Variables -------------------------
  @@ -18,7 +18,8 @@
   
   :: ----- Set Up The Runtime Classpath ------------------------------------------
   
  -set CP=%JAVA_HOME%\lib\tools.jar;%ANT_HOME%\lib\ant.jar;.\lib\xerces_1_2.jar
  +set CP=%JAVA_HOME%\lib\tools.jar;%ANT_HOME%\lib\ant.jar;.\lib\xerces_1_2.jar;.\lib\stylebook-1.0-b2.jar;.\lib\xalan_1_2_D01.jar
  + 
   
   :: ----- Execute The Requested Build -------------------------------------------