You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by st...@apache.org on 2006/12/03 18:15:25 UTC

svn commit: r481820 - /harmony/enhanced/classlib/trunk/make/depends.properties

Author: stefano
Date: Sun Dec  3 09:15:24 2006
New Revision: 481820

URL: http://svn.apache.org/viewvc?view=rev&rev=481820
Log:
fixing urls here too

Modified:
    harmony/enhanced/classlib/trunk/make/depends.properties

Modified: harmony/enhanced/classlib/trunk/make/depends.properties
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/depends.properties?view=diff&rev=481820&r1=481819&r2=481820
==============================================================================
--- harmony/enhanced/classlib/trunk/make/depends.properties (original)
+++ harmony/enhanced/classlib/trunk/make/depends.properties Sun Dec  3 09:15:24 2006
@@ -15,29 +15,29 @@
 
 depends.dir=depends
 depends.jars=${depends.dir}/jars
-ibiblio.base=http://www.ibiblio.org
+mirror.base=http://mirrors.ibiblio.org/pub/mirrors/maven2
 
 xalan.dir=${depends.jars}/xalan-j_2.7.0
 xalan.jar=${xalan.dir}/xalan.jar
-xalan.url=${ibiblio.base}/maven/xalan/jars/xalan-2.7.0.jar
+xalan.url=${mirror.base}/xalan/xalan/2.7.0/xalan-2.7.0.jar
 xalan.md5=a018d032c21a873225e702b36b171a10
 
 xerces.dir=${depends.jars}/xerces_2.8.0
 resolver.jar=${xerces.dir}/resolver.jar
-resolver.url=${ibiblio.base}/maven/xml-resolver/jars/xml-resolver-1.1.jar
+resolver.url=${mirror.base}/xml-resolver/xml-resolver/1.1/xml-resolver-1.1.jar
 resolver.md5=39546d6a7f9cf0fd971874d43214dbe4
 
 xerces.impl.jar=${xerces.dir}/xercesImpl.jar
-xerces.impl.url=${ibiblio.base}/maven/xerces/jars/xercesImpl-2.8.0.jar
+xerces.impl.url=${mirror.base}/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.jar
 xerces.impl.md5=7eb2db331a62e74744ab79aab5b454bd
 
 xml.apis.jar=${xerces.dir}/xml-apis.jar
-xml.apis.url=${ibiblio.base}/maven/xml-apis/jars/xml-apis-1.3.03.jar
+xml.apis.url=${mirror.base}/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.jar
 xml.apis.md5=6dee9238dd2900171197104951940778
 
 junit.dir=${depends.jars}/junit_3.8.2
 junit.jar=${junit.dir}/junit.jar
-junit.url=${ibiblio.base}/maven2/junit/junit/3.8.2/junit-3.8.2.jar
+junit.url=${mirror.base}/junit/junit/3.8.2/junit-3.8.2.jar
 junit.md5=28e7eb9eeefe31a657c68755bfccc541
 
 # will the next person to update bcprov.jar please remove the "signed."
@@ -54,7 +54,7 @@
 
 icu4j.dir=${depends.jars}/icu4j_3.4.4
 icu4j.jar=${icu4j.dir}/icu4j_3_4_4.jar
-icu4j.url=${ibiblio.base}/maven2/com/ibm/icu/icu4j/3.4.4/icu4j-3.4.4.jar
+icu4j.url=${mirror.base}/com/ibm/icu/icu4j/3.4.4/icu4j-3.4.4.jar
 icu4j.md5=92422a9465ccc608bc7a8ae9cf594509
 
 ecj.dir=${depends.jars}/ecj_3.2
@@ -64,11 +64,11 @@
 
 mx4j.dir=${depends.jars}/mx4j_3.0.1
 mx4j.jar=${mx4j.dir}/mx4j.jar
-mx4j.url=${ibiblio.base}/maven/mx4j/jars/mx4j-3.0.1.jar
+mx4j.url=${mirror.base}/mx4j/mx4j/3.0.1/mx4j-3.0.1.jar
 mx4j.md5=7a8675e26ee20f997ad4f54091e9b7a5
 
 mx4j.remote.jar=${mx4j.dir}/mx4j-remote.jar
-mx4j.remote.url=${ibiblio.base}/maven/mx4j/jars/mx4j-remote-3.0.1.jar
+mx4j.remote.url=${mirror.base}/mx4j/mx4j-remote/3.0.1/mx4j-remote-3.0.1.jar
 mx4j.remote.md5=bacb72e0fcad4259825c7cac1a0efe43
 
 yoko.dir=${depends.jars}/yoko_M1-20061027
@@ -84,21 +84,21 @@
 # bcel is needed by yoko-rmi
 bcel.dir=${depends.jars}/bcel-5.2
 bcel.jar=${bcel.dir}/bcel-5.2.jar
-bcel.url=${ibiblio.base}/maven2/org/apache/bcel/bcel/5.2/bcel-5.2.jar
+bcel.url=${mirror.base}/org/apache/bcel/bcel/5.2/bcel-5.2.jar
 bcel.md5=43d54687362fc2991d61201c453a8286
 
 jetty.dir=${depends.jars}/jetty
 jetty.jar=${jetty.dir}/jetty-6.0.0.jar
 jetty.md5=930507973c9ad19a874af06f10be7223
-jetty.url=${ibiblio.base}/maven2/jetty/jetty/6.0.0/jetty-6.0.0.jar
+jetty.url=${mirror.base}/jetty/jetty/6.0.0/jetty-6.0.0.jar
 
 jetty-util.jar=${jetty.dir}/jetty-util-6.0.0.jar
 jetty-util.md5=7cf65d83814718afdd1d3bd74f8799fc
-jetty-util.url=${ibiblio.base}/maven2/jetty/jetty-util/6.0.0/jetty-util-6.0.0.jar
+jetty-util.url=${mirror.base}/jetty/jetty-util/6.0.0/jetty-util-6.0.0.jar
 
 servlet-api.jar=${jetty.dir}/servlet-api-2.5-6.0.0.jar
 servlet-api.md5=c27c02fb0a00cc3a7d05ea993a9bf56e
-servlet-api.url=${ibiblio.base}/maven2/jetty/servlet-api/2.5-6.0.0/servlet-api-2.5-6.0.0.jar
+servlet-api.url=${mirror.base}/jetty/servlet-api/2.5-6.0.0/servlet-api-2.5-6.0.0.jar
 
 people.apache.base=http://people.apache.org/~geirm/harmony/
 awtdeps.dir=${depends.dir}/libs/windows.x86