bloritsch 00/10/16 09:34:48
Modified: . Tag: xml-cocoon2 build.bat
Log:
References correct xalan.jar file.
Revision Changes Path
No revision
No revision
1.10.2.14 +2 -2 xml-cocoon/build.bat
Index: build.bat
===================================================================
RCS file: /home/cvs/xml-cocoon/build.bat,v
retrieving revision 1.10.2.13
retrieving revision 1.10.2.14
diff -u -r1.10.2.13 -r1.10.2.14
--- build.bat 2000/09/28 19:53:06 1.10.2.13
+++ build.bat 2000/10/16 16:34:46 1.10.2.14
@@ -2,7 +2,7 @@
::
-----------------------------------------------------------------------------
:: build.bat - Win32 Build Script for Apache Cocoon
::
-:: $Id: build.bat,v 1.10.2.13 2000/09/28 19:53:06 rossb Exp $
+:: $Id: build.bat,v 1.10.2.14 2000/10/16 16:34:46 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.jar;.\lib\xerces_1_2.jar;.\lib\stylebook-1.0-b2.jar;.\lib\xalan_1_2_D01.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.jar
:: ----- Execute The Requested Build
-------------------------------------------