You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2005/09/26 18:29:47 UTC

svn commit: r291665 - /myfaces/build/trunk/build.xml

Author: matzew
Date: Mon Sep 26 09:29:41 2005
New Revision: 291665

URL: http://svn.apache.org/viewcvs?rev=291665&view=rev
Log:
commons-code-1.3.jar in use now

Modified:
    myfaces/build/trunk/build.xml

Modified: myfaces/build/trunk/build.xml
URL: http://svn.apache.org/viewcvs/myfaces/build/trunk/build.xml?rev=291665&r1=291664&r2=291665&view=diff
==============================================================================
--- myfaces/build/trunk/build.xml (original)
+++ myfaces/build/trunk/build.xml Mon Sep 26 09:29:41 2005
@@ -18,7 +18,7 @@
 
     commons-codec.jar             The path to the JAR file of the Jakarta
                                   Commons Codec package.
-                                  [Version 1.2.0 or later]
+                                  [Version 1.3.0 or later]
 
     commons-collections.jar       The path to the JAR file of the Jakarta
                                   Commons Collections package.
@@ -326,7 +326,7 @@
 
         <get dest="${lib.dir}/commons-codec.jar"
             usetimestamp="true" ignoreerrors="true"
-            src="http://www.ibiblio.org/maven/commons-codec/jars/commons-codec-1.2.jar"/>
+            src="http://www.ibiblio.org/maven/commons-codec/jars/commons-codec-1.3.jar"/>
 
         <get dest="${lib.dir}/commons-collections.jar"
             usetimestamp="true" ignoreerrors="true"