You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by nd...@apache.org on 2008/06/08 01:44:08 UTC

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

Author: ndbeyer
Date: Sat Jun  7 16:44:08 2008
New Revision: 664415

URL: http://svn.apache.org/viewvc?rev=664415&view=rev
Log:
update junit to latest stable version - 4.4

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?rev=664415&r1=664414&r2=664415&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/make/depends.properties (original)
+++ harmony/enhanced/classlib/trunk/make/depends.properties Sat Jun  7 16:44:08 2008
@@ -28,10 +28,11 @@
 xerces.url=http://www.apache.org/dist/xml/xerces-j/Xerces-J-bin.2.9.1.zip
 xerces.md5=a0e07ede1c3bd5231fe15eae24032b2e
 
-junit.dir=${depends.jars}/junit_3.8.2
+junit.dir=${depends.jars}/junit_4.4
 junit.jar=${junit.dir}/junit.jar
-junit.url=${maven2.base}/junit/junit/3.8.2/junit-3.8.2.jar
-junit.md5=28e7eb9eeefe31a657c68755bfccc541
+junit.url=${maven2.base}/junit/junit/4.4/junit-4.4.jar
+junit.md5=f852bbb2bbe0471cef8e5b833cb36078
+
 
 msvcr.dir.x86=${depends.dir}/libs/windows.x86
 msvcr.dll.x86=${msvcr.dir.x86}/msvcr71.dll