stefano 00/07/21 16:36:48
Modified: . build.bat build.sh changes.xml
Log:
updating included packages
Revision Changes Path
1.16 +2 -2 xml-cocoon/build.bat
Index: build.bat
===================================================================
RCS file: /home/cvs/xml-cocoon/build.bat,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- build.bat 2000/07/11 04:14:29 1.15
+++ build.bat 2000/07/21 23:36:47 1.16
@@ -9,8 +9,8 @@
set ANT_HOME=.\lib
set ANT=.\lib\ant.jar
set JAVAC=%JAVA_HOME%\lib\tools.jar
-set XERCES=.\lib\xerces_1_0_3.jar
-set XALAN=.\lib\xalan_1_0_1.jar
+set XERCES=.\lib\xerces_1_1_2.jar
+set XALAN=.\lib\xalan_1_1_D01.jar
set FOP=.\lib\fop_0_12_1.jar
set SERVLETS=.\lib\servlet_2_2.jar
set TURBINE=.\lib\turbine-pool.jar
1.19 +2 -2 xml-cocoon/build.sh
Index: build.sh
===================================================================
RCS file: /home/cvs/xml-cocoon/build.sh,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- build.sh 2000/07/11 04:14:29 1.18
+++ build.sh 2000/07/21 23:36:47 1.19
@@ -15,8 +15,8 @@
ANT_HOME=./lib
ANT=./lib/ant.jar
JAVAC=$JAVA_HOME/lib/tools.jar
-XERCES=./lib/xerces_1_0_3.jar
-XALAN=./lib/xalan_1_0_1.jar
+XERCES=./lib/xerces_1_1_2.jar
+XALAN=./lib/xalan_1_1_D01.jar
FOP=./lib/fop_0_12_1.jar
SERVLETS=./lib/servlet_2_2.jar
TURBINE=./lib/turbine-pool.jar
1.94 +8 -2 xml-cocoon/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/changes.xml,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- changes.xml 2000/07/21 20:06:21 1.93
+++ changes.xml 2000/07/21 23:36:47 1.94
@@ -4,7 +4,7 @@
<!--
History of Cocoon changes
- $Id: changes.xml,v 1.93 2000/07/21 20:06:21 stefano Exp $
+ $Id: changes.xml,v 1.94 2000/07/21 23:36:47 stefano Exp $
-->
<changes title="History of Changes">
@@ -16,7 +16,13 @@
</devs>
<release version="@version@" date="@date@">
- <action dev="SM" type="fix" due-to="Jeremy Quinn" due-to-email="sharkbait@mac.com">
+ <action dev="SM" type="fixed">
+ Fixed problem with unresolved SystemID URIs that cause problems with latest Xerces.
+ </action>
+ <action dev="SM" type="update">
+ Updated latest Xerces and Xalan.
+ </action>
+ <action dev="SM" type="add" due-to="Jeremy Quinn" due-to-email="sharkbait@mac.com">
Included FP form-handling taglib for XSP.
</action>
<action dev="SM" type="fix" due-to="Mark Washeim" due-to-email="esalon@canuck.com">
|