giacomo 01/04/25 13:48:37
Modified: . Tag: xml-cocoon2 build.bat build.sh
Log:
changed reference to xerces version
Revision Changes Path
No revision
No revision
1.10.2.25 +2 -2 xml-cocoon/build.bat
Index: build.bat
===================================================================
RCS file: /home/cvs/xml-cocoon/build.bat,v
retrieving revision 1.10.2.24
retrieving revision 1.10.2.25
diff -u -r1.10.2.24 -r1.10.2.25
--- build.bat 2001/04/13 17:39:50 1.10.2.24
+++ build.bat 2001/04/25 20:48:32 1.10.2.25
@@ -2,7 +2,7 @@
::
-----------------------------------------------------------------------------
:: build.bat - Win32 Build Script for Apache Cocoon
::
-:: $Id: build.bat,v 1.10.2.24 2001/04/13 17:39:50 dims Exp $
+:: $Id: build.bat,v 1.10.2.25 2001/04/25 20:48:32 giacomo 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_3.jar;%ANT_HOME%\lib\ant_1_3-optional.jar;.\lib\xerces_1_3_0.jar;.\lib\xalan-2.0.1.jar
+set
CP=%JAVA_HOME%\lib\tools.jar;%ANT_HOME%\lib\ant_1_3.jar;%ANT_HOME%\lib\ant_1_3-optional.jar;.\lib\xerces_1_3_1.jar;.\lib\xalan-2.0.1.jar
:: ----- Execute The Requested Build
-------------------------------------------
1.10.2.27 +2 -2 xml-cocoon/build.sh
Index: build.sh
===================================================================
RCS file: /home/cvs/xml-cocoon/build.sh,v
retrieving revision 1.10.2.26
retrieving revision 1.10.2.27
diff -u -r1.10.2.26 -r1.10.2.27
--- build.sh 2001/04/17 03:44:41 1.10.2.26
+++ build.sh 2001/04/25 20:48:33 1.10.2.27
@@ -2,7 +2,7 @@
#
-----------------------------------------------------------------------------
# build.sh - Unix Build Script for Apache Cocoon
#
-# $Id: build.sh,v 1.10.2.26 2001/04/17 03:44:41 donaldp Exp $
+# $Id: build.sh,v 1.10.2.27 2001/04/25 20:48:33 giacomo 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_3.jar:$ANT_HOME/lib/ant_1_3-optional.jar:./lib/xerces_1_3_0.jar:./lib/xalan-2.0.1.jar
+CP=$JAVA_HOME/lib/tools.jar:$ANT_HOME/lib/ant_1_3.jar:$ANT_HOME/lib/ant_1_3-optional.jar:./lib/xerces_1_3_1.jar:./lib/xalan-2.0.1.jar
# ----- Make sure Ant script is executable
------------------------------------
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]