You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-dev@ws.apache.org by jo...@apache.org on 2005/10/24 09:00:32 UTC

svn commit: r327984 - in /webservices/xmlrpc/trunk: build.xml changes.xml

Author: jochen
Date: Mon Oct 24 00:00:09 2005
New Revision: 327984

URL: http://svn.apache.org/viewcvs?rev=327984&view=rev
Log:
The wrong version of commons-codec was downloaded by build.xml.
PR: XMLRPC-73

Modified:
    webservices/xmlrpc/trunk/build.xml
    webservices/xmlrpc/trunk/changes.xml

Modified: webservices/xmlrpc/trunk/build.xml
URL: http://svn.apache.org/viewcvs/webservices/xmlrpc/trunk/build.xml?rev=327984&r1=327983&r2=327984&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/build.xml (original)
+++ webservices/xmlrpc/trunk/build.xml Mon Oct 24 00:00:09 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/trunk/changes.xml
URL: http://svn.apache.org/viewcvs/webservices/xmlrpc/trunk/changes.xml?rev=327984&r1=327983&r2=327984&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/changes.xml (original)
+++ webservices/xmlrpc/trunk/changes.xml Mon Oct 24 00:00:09 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>