bloritsch 01/02/07 10:03:46
Modified: . Tag: xml-cocoon2 build.bat build.sh
Removed: lib Tag: xml-cocoon2 xerces_1_2_3.jar
Log:
Update to Xerces 1.3.0 will have to wait on 2.0.0
Revision Changes Path
No revision
No revision
1.10.2.20 +2 -2 xml-cocoon/build.bat
Index: build.bat
===================================================================
RCS file: /home/cvs/xml-cocoon/build.bat,v
retrieving revision 1.10.2.19
retrieving revision 1.10.2.20
diff -u -r1.10.2.19 -r1.10.2.20
--- build.bat 2000/12/08 17:00:23 1.10.2.19
+++ build.bat 2001/02/07 18:03:35 1.10.2.20
@@ -2,7 +2,7 @@
::
-----------------------------------------------------------------------------
:: build.bat - Win32 Build Script for Apache Cocoon
::
-:: $Id: build.bat,v 1.10.2.19 2000/12/08 17:00:23 dims Exp $
+:: $Id: build.bat,v 1.10.2.20 2001/02/07 18:03:35 bloritsch 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.21 +2 -2 xml-cocoon/build.sh
Index: build.sh
===================================================================
RCS file: /home/cvs/xml-cocoon/build.sh,v
retrieving revision 1.10.2.20
retrieving revision 1.10.2.21
diff -u -r1.10.2.20 -r1.10.2.21
--- build.sh 2000/12/19 14:17:39 1.10.2.20
+++ build.sh 2001/02/07 18:03:36 1.10.2.21
@@ -2,7 +2,7 @@
#
-----------------------------------------------------------------------------
# build.sh - Unix Build Script for Apache Cocoon
#
-# $Id: build.sh,v 1.10.2.20 2000/12/19 14:17:39 prussell Exp $
+# $Id: build.sh,v 1.10.2.21 2001/02/07 18:03:36 bloritsch 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
------------------------------------