From commits-return-59745-apmail-harmony-commits-archive=harmony.apache.org@harmony.apache.org Fri Aug 07 04:08:22 2009 Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 16598 invoked from network); 7 Aug 2009 04:08:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Aug 2009 04:08:22 -0000 Received: (qmail 85213 invoked by uid 500); 7 Aug 2009 04:08:29 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 85158 invoked by uid 500); 7 Aug 2009 04:08:29 -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 85149 invoked by uid 99); 7 Aug 2009 04:08:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Aug 2009 04:08:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Aug 2009 04:08:17 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BBAA22388892; Fri, 7 Aug 2009 04:07:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r801877 - in /harmony/enhanced: classlib/trunk/depends/jars/ classlib/trunk/make/ common_resources/trunk/make/ drlvm/trunk/make/tests/ jdktools/trunk/make/ Date: Fri, 07 Aug 2009 04:07:56 -0000 To: commits@harmony.apache.org From: ndbeyer@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090807040756.BBAA22388892@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ndbeyer Date: Fri Aug 7 04:07:55 2009 New Revision: 801877 URL: http://svn.apache.org/viewvc?rev=801877&view=rev Log: Update JUnit to 4.6 and add Hamcrest Library 1.1 for future use Modified: harmony/enhanced/classlib/trunk/depends/jars/ (props changed) harmony/enhanced/classlib/trunk/make/depends.properties harmony/enhanced/classlib/trunk/make/depends.xml harmony/enhanced/common_resources/trunk/make/depends.properties harmony/enhanced/drlvm/trunk/make/tests/test-common.xml harmony/enhanced/jdktools/trunk/make/depends.xml Propchange: harmony/enhanced/classlib/trunk/depends/jars/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Fri Aug 7 04:07:55 2009 @@ -1,4 +1,5 @@ -junit_4.4 +junit_4.6 +hamcrest-library_1.1 mx4j_3.0.2 xalan-j_2.7.0 bcel-5.2 Modified: harmony/enhanced/classlib/trunk/make/depends.properties URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/depends.properties?rev=801877&r1=801876&r2=801877&view=diff ============================================================================== --- harmony/enhanced/classlib/trunk/make/depends.properties (original) +++ harmony/enhanced/classlib/trunk/make/depends.properties Fri Aug 7 04:07:55 2009 @@ -28,11 +28,15 @@ 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_4.4 -junit.jar=${junit.dir}/junit.jar -junit.url=${maven2.base}/junit/junit/4.4/junit-4.4.jar -junit.md5=f852bbb2bbe0471cef8e5b833cb36078 - +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.md5=37dc57962c1275ebc572726a6f5cdd13 + +hamcrest-library.dir=${depends.jars}/hamcrest-library_1.1 +hamcrest-library.jar=${hamcrest-library.dir}/hamcrest-library-1.1.jar +hamcrest-library.url=${maven2.base}/org/hamcrest/hamcrest-library/1.1/hamcrest-library-1.1.jar +hamcrest-library.md5=271f78edc4333f0f44df617676e0a874 msvcr.dir=${depends.dir}/libs/${hy.platform} msvcp.dir=${depends.dir}/libs/${hy.platform} Modified: harmony/enhanced/classlib/trunk/make/depends.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/depends.xml?rev=801877&r1=801876&r2=801877&view=diff ============================================================================== --- harmony/enhanced/classlib/trunk/make/depends.xml (original) +++ harmony/enhanced/classlib/trunk/make/depends.xml Fri Aug 7 04:07:55 2009 @@ -37,6 +37,7 @@ + @@ -138,6 +139,10 @@ + + + Modified: harmony/enhanced/common_resources/trunk/make/depends.properties URL: http://svn.apache.org/viewvc/harmony/enhanced/common_resources/trunk/make/depends.properties?rev=801877&r1=801876&r2=801877&view=diff ============================================================================== --- harmony/enhanced/common_resources/trunk/make/depends.properties (original) +++ harmony/enhanced/common_resources/trunk/make/depends.properties Fri Aug 7 04:07:55 2009 @@ -21,9 +21,13 @@ eclipse.base=http://download.eclipse.org/eclipse/downloads/drops/R-3.4.2-200902111700 harmony.standard.base=http://svn.apache.org/repos/asf/harmony/standard/depends -junit.jar=${depends.jars}/junit_4.4/junit.jar -junit.jar.url=${maven2.base}/junit/junit/4.4/junit-4.4.jar -junit.jar.md5=f852bbb2bbe0471cef8e5b833cb36078 +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.md5=37dc57962c1275ebc572726a6f5cdd13 + +hamcrest-library.jar=${depends.jars}/hamcrest-library_1.1/hamcrest-library-1.1.jar +hamcrest-library.jar.url=${maven2.base}/org/hamcrest/hamcrest-library/1.1/hamcrest-library-1.1.jar +hamcrest-library.jar.md5=271f78edc4333f0f44df617676e0a874 ecj.jar=${depends.jars}/ecj_3.4.2/ecj-3.4.2.jar ecj.jar.url=${eclipse.base}/ecj-3.4.2.jar Modified: harmony/enhanced/drlvm/trunk/make/tests/test-common.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/make/tests/test-common.xml?rev=801877&r1=801876&r2=801877&view=diff ============================================================================== --- harmony/enhanced/drlvm/trunk/make/tests/test-common.xml (original) +++ harmony/enhanced/drlvm/trunk/make/tests/test-common.xml Fri Aug 7 04:07:55 2009 @@ -36,10 +36,12 @@ + + Modified: harmony/enhanced/jdktools/trunk/make/depends.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/jdktools/trunk/make/depends.xml?rev=801877&r1=801876&r2=801877&view=diff ============================================================================== --- harmony/enhanced/jdktools/trunk/make/depends.xml (original) +++ harmony/enhanced/jdktools/trunk/make/depends.xml Fri Aug 7 04:07:55 2009 @@ -31,6 +31,7 @@ + @@ -55,6 +56,7 @@ +