Author: jochen
Date: Mon Oct 24 00:00:41 2005
New Revision: 327985
URL: http://svn.apache.org/viewcvs?rev=327985&view=rev
Log:
The wrong version of commons-codec was downloaded by build.xml.
PR: XMLRPC-73
Modified:
webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/build.xml
webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/changes.xml
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=327985&r1=327984&r2=327985&view=diff
==============================================================================
--- webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/build.xml (original)
+++ webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/build.xml Mon Oct 24 00:00:41
2005
@@ -61,7 +61,7 @@
</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>
- <get dest="${lib.repo}/commons-codec-1.3.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven//commons-codec/jars/commons-codec-1.1.jar">
+ <get dest="${lib.repo}/commons-codec-1.3.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven//commons-codec/jars/commons-codec-1.3.jar">
</get>
<get dest="${lib.repo}/servletapi-2.2.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven/servletapi/jars/servletapi-2.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=327985&r1=327984&r2=327985&view=diff
==============================================================================
--- webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/changes.xml (original)
+++ webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/changes.xml Mon Oct 24
00:00:41 2005
@@ -14,6 +14,10 @@
The characters 0x20, 0xe000, and 0x10000 have been escaped
without reason.
</action>
+ <action dev="jochen" type="fix" issue="XMLRPC-73"
+ due-to="Thomas Mohaupt" due-to-email="Thomas.Mohaupt at
gmail.com">
+ The wrong version of commons-codec was downloaded by build.xml.
+ </action>
</release>
</body>
</document>