Author: jochen Date: Wed Dec 21 01:09:45 2005 New Revision: 358235 URL: http://svn.apache.org/viewcvs?rev=358235&view=rev Log: Upgrade to commons-httpclient 3.0.
Removed: webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/patches/ Modified: webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/.classpath webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/build.xml webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/changes.xml webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/default.properties webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/project.xml Modified: webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/.classpath URL: http://svn.apache.org/viewcvs/webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/.classpath?rev=358235&r1=358234&r2=358235&view=diff ============================================================================== --- webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/.classpath (original) +++ webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/.classpath Wed Dec 21 01:09:45 2005 @@ -16,7 +16,7 @@ <attributes> </attributes> </classpathentry> - <classpathentry kind="lib" path="lib/commons-httpclient-2.0.2.jar"> + <classpathentry kind="lib" path="lib/commons-httpclient-3.0.jar"> <attributes> </attributes> </classpathentry> Modified: webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/build.xml URL: http://svn.apache.org/viewcvs/webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/build.xml?rev=358235&r1=358234&r2=358235&view=diff ============================================================================== --- webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/build.xml (original) +++ webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/build.xml Wed Dec 21 01:09:45 2005 @@ -57,7 +57,7 @@ <target name="copy-deps" description="Copy dependent JARs into the lib folder" unless="have.deps" depends="setup.proxy"> <mkdir dir="${lib.repo}"/> - <get dest="${lib.repo}/commons-httpclient-2.0.2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-httpclient/jars/commons-httpclient-2.0.2.jar"> + <get dest="${lib.repo}/commons-httpclient-3.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-httpclient/jars/commons-httpclient-3.0.jar"> </get> <get dest="${lib.repo}/commons-logging-1.0.2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.2.jar"> </get> Modified: webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/changes.xml URL: http://svn.apache.org/viewcvs/webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/changes.xml?rev=358235&r1=358234&r2=358235&view=diff ============================================================================== --- webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/changes.xml (original) +++ webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/changes.xml Wed Dec 21 01:09:45 2005 @@ -27,6 +27,9 @@ Added the possibility to specify a timezone for interpreting incoming date values. </action> + <action dev="jochen" type="enhancement"> + Upgrade to commons-httpclient 3.0. + </action> </release> </body> </document> Modified: webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/default.properties URL: http://svn.apache.org/viewcvs/webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/default.properties?rev=358235&r1=358234&r2=358235&view=diff ============================================================================== --- webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/default.properties (original) +++ webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/default.properties Wed Dec 21 01:09:45 2005 @@ -30,7 +30,7 @@ # ${user.home}/build.properties file in order # to build XmlRpc: -commons-httpclient.jar = ${lib.repo}/commons-httpclient-2.0.2.jar +commons-httpclient.jar = ${lib.repo}/commons-httpclient-3.0.jar commons-logging.jar = ${lib.repo}/commons-logging-1.0.2.jar commons-codec.jar = ${lib.repo}/commons-codec-1.3.jar jsse.jar = ${lib.repo}/jsse.jar Modified: webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/project.xml URL: http://svn.apache.org/viewcvs/webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/project.xml?rev=358235&r1=358234&r2=358235&view=diff ============================================================================== --- webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/project.xml (original) +++ webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/project.xml Wed Dec 21 01:09:45 2005 @@ -161,7 +161,7 @@ <dependency> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> - <version>2.0.2</version> + <version>3.0</version> <url>http://jakarta.apache.org/commons/httpclient/</url> </dependency> <dependency>