You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2006/06/15 22:42:09 UTC

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

Author: hindessm
Date: Thu Jun 15 13:42:09 2006
New Revision: 414678

URL: http://svn.apache.org/viewvc?rev=414678&view=rev
Log:
Use http url for icu4j - ftp doesn't support the modified check so the jar
was always downloaded every time "ant -f make/depends.xml download" was run.

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

Modified: incubator/harmony/enhanced/classlib/trunk/make/depends.properties
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/make/depends.properties?rev=414678&r1=414677&r2=414678&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/make/depends.properties (original)
+++ incubator/harmony/enhanced/classlib/trunk/make/depends.properties Thu Jun 15 13:42:09 2006
@@ -57,7 +57,7 @@
 
 icu4j.dir=${depends.jars}/icu4j_3.4.4
 icu4j.jar=${icu4j.dir}/icu4j_3_4_4.jar
-icu4j.url=ftp://ftp.software.ibm.com/software/globalization/icu/icu4j/3.4.4/icu4j_3_4_4.jar
+icu4j.url=http://www.ibiblio.org/maven2/com/ibm/icu/icu4j/3.4.4/icu4j-3.4.4.jar
 icu4j.md5=92422a9465ccc608bc7a8ae9cf594509
 
 ecj.dir=${depends.jars}/ecj_3.2RC5