antonio 2004/01/25 18:34:35
Modified: lib jars.xml
. status.xml
Added: lib/core commons-httpclient-2.0-rc3.jar
commons-collections-3.0.jar
Removed: lib/core commons-httpclient-2.0-rc1.jar
commons-collections-2.1.jar
Log:
Update commons collection to 3.0 and commons-httpclient to 2.0RC3
Revision Changes Path
1.122 +4 -4 cocoon-2.2/lib/jars.xml
Index: jars.xml
===================================================================
RCS file: /home/cvs//cocoon-2.2/lib/jars.xml,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- jars.xml 25 Dec 2003 15:44:31 -0000 1.121
+++ jars.xml 26 Jan 2004 02:34:35 -0000 1.122
@@ -299,8 +299,8 @@
<title>Jakarta Commons Collections</title>
<description>Common implementations of collection classes.</description>
<used-by>Cocoon</used-by>
- <lib>core/commons-collections-2.1.jar</lib>
- <homepage>http://jakarta.apache.org/commons/collections.html</homepage>
+ <lib>core/commons-collections-3.0.jar</lib>
+ <homepage>http://jakarta.apache.org/commons/collections/</homepage>
</file>
<file>
@@ -379,7 +379,7 @@
HTTP standards and recommendations.
</description>
<used-by>SOAP logicsheet, WebServiceProxyGenerator,
HttpProxyGenerator</used-by>
- <lib>core/commons-httpclient-2.0-rc1.jar</lib>
+ <lib>core/commons-httpclient-2.0-rc3.jar</lib>
<lib>optional/commons-logging-1.0.3.jar</lib>
<homepage>http://jakarta.apache.org/commons/httpclient/</homepage>
</file>
1.1 cocoon-2.2/lib/core/commons-httpclient-2.0-rc3.jar
<<Binary file>>
1.1 cocoon-2.2/lib/core/commons-collections-3.0.jar
<<Binary file>>
1.176 +7 -2 cocoon-2.2/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs//cocoon-2.2/status.xml,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- status.xml 25 Dec 2003 15:59:21 -0000 1.175
+++ status.xml 26 Jan 2004 02:34:35 -0000 1.176
@@ -188,8 +188,13 @@
<changes>
-
<release version="@version@" date="@date@">
+ <action dev="AG" type="update">
+ Updated commons-collections to 3.0
+ </action>
+ <action dev="AG" type="update">
+ Updated commons-httpclient to 2.0RC3
+ </action>
<action dev="AG" type="fix" fixes-bug="25664" due-to-email="[EMAIL
PROTECTED]" due-to="Karel Vervaeke">
build fails on windows without cygwin
</action>