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 2010/10/30 16:02:45 UTC

svn commit: r1029073 - in /harmony/enhanced/java/trunk: classlib/make/depends.properties common_resources/make/depends.properties

Author: hindessm
Date: Sat Oct 30 14:02:45 2010
New Revision: 1029073

URL: http://svn.apache.org/viewvc?rev=1029073&view=rev
Log:
junit.jar download works for me (and others I've spoken to) but I'd like
to fix the hudson build problem so let's see if downloading from the
upstream download site helps.

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

Modified: harmony/enhanced/java/trunk/classlib/make/depends.properties
URL: http://svn.apache.org/viewvc/harmony/enhanced/java/trunk/classlib/make/depends.properties?rev=1029073&r1=1029072&r2=1029073&view=diff
==============================================================================
--- harmony/enhanced/java/trunk/classlib/make/depends.properties (original)
+++ harmony/enhanced/java/trunk/classlib/make/depends.properties Sat Oct 30 14:02:45 2010
@@ -33,7 +33,7 @@ xerces.md5=8da14a7b2848eff131b7cc1066888
 
 junit.dir=${depends.jars}/junit_4.6
 junit.jar=${junit.dir}/junit-4.6.jar
-junit.url=${maven2.base}/junit/junit/4.6/junit-4.6.jar
+junit.url=http://downloads.sourceforge.net/sourceforge/junit/junit-4.6.jar?use_mirror=autoselect
 junit.md5=37dc57962c1275ebc572726a6f5cdd13
 
 hamcrest-library.dir=${depends.jars}/hamcrest-library_1.1

Modified: harmony/enhanced/java/trunk/common_resources/make/depends.properties
URL: http://svn.apache.org/viewvc/harmony/enhanced/java/trunk/common_resources/make/depends.properties?rev=1029073&r1=1029072&r2=1029073&view=diff
==============================================================================
--- harmony/enhanced/java/trunk/common_resources/make/depends.properties (original)
+++ harmony/enhanced/java/trunk/common_resources/make/depends.properties Sat Oct 30 14:02:45 2010
@@ -21,7 +21,7 @@ eclipse.base=http://download.eclipse.org
 harmony.standard.base=http://svn.apache.org/repos/asf/harmony/standard/depends
 
 junit.jar=${depends.jars}/junit_4.6/junit-4.6.jar
-junit.jar.url=${maven2.base}/junit/junit/4.6/junit-4.6.jar
+junit.jar.url=http://downloads.sourceforge.net/sourceforge/junit/junit-4.6.jar?use_mirror=autoselect
 junit.jar.md5=37dc57962c1275ebc572726a6f5cdd13
 
 hamcrest-library.jar=${depends.jars}/hamcrest-library_1.1/hamcrest-library-1.1.jar