Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 46238 invoked from network); 19 Jul 2009 15:42:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Jul 2009 15:42:10 -0000 Received: (qmail 69685 invoked by uid 500); 19 Jul 2009 15:43:15 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 69606 invoked by uid 500); 19 Jul 2009 15:43:15 -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 69597 invoked by uid 99); 19 Jul 2009 15:43:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jul 2009 15:43:15 +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; Sun, 19 Jul 2009 15:43:07 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4A83223888E5; Sun, 19 Jul 2009 15:42:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r795557 - in /harmony/enhanced/classlib/trunk/modules/pack200: build.xml make/run-test.xml Date: Sun, 19 Jul 2009 15:42:47 -0000 To: commits@harmony.apache.org From: hindessm@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090719154247.4A83223888E5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hindessm Date: Sun Jul 19 15:42:46 2009 New Revision: 795557 URL: http://svn.apache.org/viewvc?rev=795557&view=rev Log: Run pack200 tests using hdk. Added: harmony/enhanced/classlib/trunk/modules/pack200/make/run-test.xml (with props) Modified: harmony/enhanced/classlib/trunk/modules/pack200/build.xml Modified: harmony/enhanced/classlib/trunk/modules/pack200/build.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/pack200/build.xml?rev=795557&r1=795556&r2=795557&view=diff ============================================================================== --- harmony/enhanced/classlib/trunk/modules/pack200/build.xml (original) +++ harmony/enhanced/classlib/trunk/modules/pack200/build.xml Sun Jul 19 15:42:46 2009 @@ -50,6 +50,9 @@ + + @@ -85,11 +88,12 @@ - + + @@ -171,7 +175,37 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -195,75 +229,8 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - pack200${line.separator} - - - - pack200${line.separator} - - - - - - - - - + + Added: harmony/enhanced/classlib/trunk/modules/pack200/make/run-test.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/pack200/make/run-test.xml?rev=795557&view=auto ============================================================================== --- harmony/enhanced/classlib/trunk/modules/pack200/make/run-test.xml (added) +++ harmony/enhanced/classlib/trunk/modules/pack200/make/run-test.xml Sun Jul 19 15:42:46 2009 @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + Propchange: harmony/enhanced/classlib/trunk/modules/pack200/make/run-test.xml ------------------------------------------------------------------------------ svn:eol-style = native