From commits-return-20746-apmail-harmony-commits-archive=harmony.apache.org@harmony.apache.org Sun Dec 03 17:16:08 2006 Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 1991 invoked from network); 3 Dec 2006 17:16:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Dec 2006 17:16:06 -0000 Received: (qmail 10196 invoked by uid 500); 3 Dec 2006 17:16:15 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 10171 invoked by uid 500); 3 Dec 2006 17:16:15 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 10162 invoked by uid 99); 3 Dec 2006 17:16:15 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Dec 2006 09:16:15 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Dec 2006 09:16:05 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 777D01A9846; Sun, 3 Dec 2006 09:15:25 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r481820 - /harmony/enhanced/classlib/trunk/make/depends.properties Date: Sun, 03 Dec 2006 17:15:25 -0000 To: commits@harmony.apache.org From: stefano@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061203171525.777D01A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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