Author: simonetripodi
Date: Sun Jan 29 11:23:19 2012
New Revision: 1237244
URL: http://svn.apache.org/viewvc?rev=1237244&view=rev
Log:
latest dependencies releases not available on ibiblio - fortunately APIs did'nt
change during the time
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=1237244&r1=1237243&r2=1237244&view=diff
==============================================================================
--- commons/proper/validator/trunk/build.properties.sample (original)
+++ commons/proper/validator/trunk/build.properties.sample Sun Jan 29 11:23:19
2012
@@ -24,7 +24,7 @@
apache.dir=D:/Java/Programs/Apache
-# The JAR file containing version 1.8.3 (or later) of the Beanutils package
+# The JAR file containing version 1.7.0 (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.1.1 (or later) of the Logging package
+# The JAR file containing version 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=1237244&r1=1237243&r2=1237244&view=diff
==============================================================================
--- commons/proper/validator/trunk/build.xml (original)
+++ commons/proper/validator/trunk/build.xml Sun Jan 29 11:23:19 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.8.3.jar"/>
+
src="http://mirrors.ibiblio.org/pub/mirrors/maven/commons-beanutils/jars/commons-beanutils-1.7.0.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.1.1.jar"/>
+
src="http://mirrors.ibiblio.org/pub/mirrors/maven/commons-logging/jars/commons-logging-1.1.jar"/>
</target>
<target name="download-junit" unless="junit.found">