Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 31335 invoked from network); 26 Apr 2010 18:28:52 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Apr 2010 18:28:52 -0000 Received: (qmail 89856 invoked by uid 500); 26 Apr 2010 18:28:52 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 89834 invoked by uid 500); 26 Apr 2010 18:28:52 -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 89827 invoked by uid 99); 26 Apr 2010 18:28:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Apr 2010 18:28:52 +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; Mon, 26 Apr 2010 18:28:48 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 91DC02388978; Mon, 26 Apr 2010 18:28:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r938177 - in /harmony/enhanced/java/branches/mrh/jdktools/modules/jpda: build.xml make/run-test.xml Date: Mon, 26 Apr 2010 18:28:04 -0000 To: commits@harmony.apache.org From: hindessm@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100426182804.91DC02388978@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hindessm Date: Mon Apr 26 18:28:04 2010 New Revision: 938177 URL: http://svn.apache.org/viewvc?rev=938177&view=rev Log: Move jpda tests to hdk. Added: harmony/enhanced/java/branches/mrh/jdktools/modules/jpda/make/run-test.xml (with props) Modified: harmony/enhanced/java/branches/mrh/jdktools/modules/jpda/build.xml Modified: harmony/enhanced/java/branches/mrh/jdktools/modules/jpda/build.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/java/branches/mrh/jdktools/modules/jpda/build.xml?rev=938177&r1=938176&r2=938177&view=diff ============================================================================== --- harmony/enhanced/java/branches/mrh/jdktools/modules/jpda/build.xml (original) +++ harmony/enhanced/java/branches/mrh/jdktools/modules/jpda/build.xml Mon Apr 26 18:28:04 2010 @@ -27,27 +27,6 @@ - - - - - - - - - - - - - - - - - - - + + + + + - + - + @@ -72,11 +58,60 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + @@ -100,12 +135,13 @@ - + - + @@ -113,8 +149,9 @@ - - + + @@ -123,12 +160,12 @@ - - + - + @@ -145,7 +182,8 @@ - + @@ -155,165 +193,43 @@ - - + + - - - + - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + - - jpda${line.separator} + + + + + + + + + + + + - - jpda${line.separator} + + Added: harmony/enhanced/java/branches/mrh/jdktools/modules/jpda/make/run-test.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/java/branches/mrh/jdktools/modules/jpda/make/run-test.xml?rev=938177&view=auto ============================================================================== --- harmony/enhanced/java/branches/mrh/jdktools/modules/jpda/make/run-test.xml (added) +++ harmony/enhanced/java/branches/mrh/jdktools/modules/jpda/make/run-test.xml Mon Apr 26 18:28:04 2010 @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propchange: harmony/enhanced/java/branches/mrh/jdktools/modules/jpda/make/run-test.xml ------------------------------------------------------------------------------ svn:eol-style = native