You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2012/01/29 11:49:52 UTC

svn commit: r1237237 - in /commons/proper/validator/trunk: build.properties.sample build.xml

Author: simonetripodi
Date: Sun Jan 29 10:49:51 2012
New Revision: 1237237

URL: http://svn.apache.org/viewvc?rev=1237237&view=rev
Log:
updated dependencies in ant according to declared dependencies in the pom

Modified:
    commons/proper/validator/trunk/build.properties.sample
    commons/proper/validator/trunk/build.xml

Modified: commons/proper/validator/trunk/build.properties.sample
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/build.properties.sample?rev=1237237&r1=1237236&r2=1237237&view=diff
==============================================================================
--- commons/proper/validator/trunk/build.properties.sample (original)
+++ commons/proper/validator/trunk/build.properties.sample Sun Jan 29 10:49:51 2012
@@ -24,7 +24,7 @@
 apache.dir=D:/Java/Programs/Apache
 
 
-# The JAR file containing version 1.7.0 (or later) of the Beanutils package
+# The JAR file containing version 1.8.3 (or later) of the Beanutils package
 # from the Jakarta Commons project.
 commons-beanutils.jar=../beanutils/dist/commons-beanutils.jar
 
@@ -32,7 +32,7 @@ commons-beanutils.jar=../beanutils/dist/
 # from the Jakarta Commons project.
 commons-digester.jar=../digester/dist/commons-digester.jar
 
-# The JAR file containing version 1.0.4 (or later) of the Logging package
+# The JAR file containing version 1.1.1 (or later) of the Logging package
 # from the Jakarta Commons project.
 commons-logging.jar=../logging/dist/commons-logging.jar
 

Modified: commons/proper/validator/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/build.xml?rev=1237237&r1=1237236&r2=1237237&view=diff
==============================================================================
--- commons/proper/validator/trunk/build.xml (original)
+++ commons/proper/validator/trunk/build.xml Sun Jan 29 10:49:51 2012
@@ -487,7 +487,7 @@
         <mkdir dir="${download.lib.dir}" />
         <get dest="${download.lib.dir}/commons-beanutils.jar"
             usetimestamp="true" ignoreerrors="true"
-            src="http://mirrors.ibiblio.org/pub/mirrors/maven/commons-beanutils/jars/commons-beanutils-1.7.0.jar"/>
+            src="http://mirrors.ibiblio.org/pub/mirrors/maven/commons-beanutils/jars/commons-beanutils-1.8.3.jar"/>
     </target>
 
     <target name="download-digester" unless="digester.found">
@@ -503,7 +503,7 @@
         <mkdir dir="${download.lib.dir}" />
         <get dest="${download.lib.dir}/commons-logging.jar"
             usetimestamp="true" ignoreerrors="true"
-            src="http://mirrors.ibiblio.org/pub/mirrors/maven/commons-logging/jars/commons-logging-1.0.4.jar"/>
+            src="http://mirrors.ibiblio.org/pub/mirrors/maven/commons-logging/jars/commons-logging-1.1.1.jar"/>
     </target>
 
     <target name="download-junit" unless="junit.found">