antonio 2004/02/15 20:42:18
Modified: . status.xml
lib jars.xml
Added: lib/core commons-httpclient-2.0-final.jar
Removed: lib/core commons-httpclient-2.0-rc3.jar
Log:
Update commons-httpclient to 2.0-final
Revision Changes Path
1.244 +5 -2 cocoon-2.1/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs//cocoon-2.1/status.xml,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -r1.243 -r1.244
--- status.xml 15 Feb 2004 10:15:55 -0000 1.243
+++ status.xml 16 Feb 2004 04:42:18 -0000 1.244
@@ -196,7 +196,10 @@
<changes>
<release version="@version@" date="@date@">
- <action dev="AG" type="update">
+ <action dev="AG" type="update">
+ Updated commons-httpclient to 2.0-final
+ </action>
+ <action dev="AG" type="update">
Updated jdtcore to 2.1.2, and Ant to 1.6.1
</action>
<action dev="CZ" type="update" fixes-bug="26896" due-to-email="jon.evans@misgl.com"
due-to="Jon Evans">
1.1 cocoon-2.1/lib/core/commons-httpclient-2.0-final.jar
<<Binary file>>
1.167 +2 -2 cocoon-2.1/lib/jars.xml
Index: jars.xml
===================================================================
RCS file: /home/cvs//cocoon-2.1/lib/jars.xml,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- jars.xml 15 Feb 2004 08:50:56 -0000 1.166
+++ jars.xml 16 Feb 2004 04:42:18 -0000 1.167
@@ -389,7 +389,7 @@
HTTP standards and recommendations.
</description>
<used-by>SOAP logicsheet, WebServiceProxyGenerator, HttpProxyGenerator</used-by>
- <lib>core/commons-httpclient-2.0-rc3.jar</lib>
+ <lib>core/commons-httpclient-2.0-final.jar</lib>
<homepage>http://jakarta.apache.org/commons/httpclient/</homepage>
</file>
|