joerg 2003/07/04 21:23:38
Modified: lib jars.xml Added: lib/core commons-httpclient-2.0-beta2.jar Removed: lib/optional commons-httpclient-20030210.jar Log: replacing commons-httpclient-20030210.jar with commons-httpclient-beta2.jar (also moved it to core because of SOAPHelper dependency: http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=105727147221196&w=2) Revision Changes Path 1.58 +5 -5 cocoon-2.1/lib/jars.xml Index: jars.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/lib/jars.xml,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- jars.xml 4 Jul 2003 04:21:07 -0000 1.57 +++ jars.xml 5 Jul 2003 04:23:38 -0000 1.58 @@ -392,17 +392,17 @@ </file> <file> - <title>Jakart Commons httpClient</title> + <title>Jakart Commons HttpClient</title> <description> Although the java.net package provides basic support for accessing resources via HTTP, it doesn't provide the full flexibility or - functionality needed by many applications. The Jakarta Commons HTTP Client + functionality needed by many applications. The Jakarta Commons HttpClient component seeks to fill this void by providing an efficient, up-to-date, and feature-rich package implementing the client side of the most recent HTTP standards and recommendations. </description> - <used-by>SOAP logicsheet, WebServiceProxyGenerator</used-by> - <lib>optional/commons-httpclient-20030210.jar</lib> + <used-by>SOAP logicsheet, WebServiceProxyGenerator, HttpProxyGenerator</used-by> + <lib>core/commons-httpclient-2.0-beta2.jar</lib> <lib>optional/commons-logging-1.0.3.jar</lib> <homepage>http://jakarta.apache.org/commons/httpclient/</homepage> </file> 1.1 cocoon-2.1/lib/core/commons-httpclient-2.0-beta2.jar <<Binary file>>
