On 28 January 2012 17:46,  <n...@apache.org> wrote:
> Author: nick
> Date: Sat Jan 28 17:46:58 2012
> New Revision: 1237106
>
> URL: http://svn.apache.org/viewvc?rev=1237106&view=rev
> Log:
> Update the ibiblio URLs for downloading dependencies

Why not download from Maven Central?

> Modified:
>    commons/proper/validator/trunk/build.xml
>
> Modified: commons/proper/validator/trunk/build.xml
> URL: 
> http://svn.apache.org/viewvc/commons/proper/validator/trunk/build.xml?rev=1237106&r1=1237105&r2=1237106&view=diff
> ==============================================================================
> --- commons/proper/validator/trunk/build.xml (original)
> +++ commons/proper/validator/trunk/build.xml Sat Jan 28 17:46:58 2012
> @@ -487,7 +487,7 @@
>         <mkdir dir="${download.lib.dir}" />
>         <get dest="${download.lib.dir}/commons-beanutils.jar"
>             usetimestamp="true" ignoreerrors="true"
> -            
> src="http://www.ibiblio.org/maven/commons-beanutils/jars/commons-beanutils-1.7.0.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">
> @@ -495,7 +495,7 @@
>         <mkdir dir="${download.lib.dir}" />
>         <get dest="${download.lib.dir}/commons-digester.jar"
>             usetimestamp="true" ignoreerrors="true"
> -            
> src="http://www.ibiblio.org/maven/commons-digester/jars/commons-digester-1.8.jar"/>
> +            
> src="http://mirrors.ibiblio.org/pub/mirrors/maven/commons-digester/jars/commons-digester-1.8.jar"/>
>     </target>
>
>     <target name="download-logging" unless="logging.found">
> @@ -503,7 +503,7 @@
>         <mkdir dir="${download.lib.dir}" />
>         <get dest="${download.lib.dir}/commons-logging.jar"
>             usetimestamp="true" ignoreerrors="true"
> -            
> src="http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.4.jar"/>
> +            
> src="http://mirrors.ibiblio.org/pub/mirrors/maven/commons-logging/jars/commons-logging-1.0.4.jar"/>
>     </target>
>
>     <target name="download-junit" unless="junit.found">
> @@ -511,7 +511,7 @@
>         <mkdir dir="${download.lib.dir}" />
>         <get dest="${download.lib.dir}/junit.jar"
>             usetimestamp="true" ignoreerrors="true"
> -            src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar"/>
> +            
> src="http://mirrors.ibiblio.org/pub/mirrors/maven/junit/jars/junit-3.8.1.jar"/>
>     </target>
>
>  </project>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to