Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 31862 invoked from network); 27 May 2010 21:17:11 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 May 2010 21:17:11 -0000 Received: (qmail 92550 invoked by uid 500); 27 May 2010 21:17:11 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 92484 invoked by uid 500); 27 May 2010 21:17:11 -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 92477 invoked by uid 99); 27 May 2010 21:17:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 May 2010 21:17:11 +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; Thu, 27 May 2010 21:17:08 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C008723889BB; Thu, 27 May 2010 21:16:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r949002 - in /harmony/enhanced/java/trunk/classlib/modules/text/make: exclude.common exclude.linux.x86_64.drl Date: Thu, 27 May 2010 21:16:47 -0000 To: commits@harmony.apache.org From: hindessm@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100527211647.C008723889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hindessm Date: Thu May 27 21:16:32 2010 New Revision: 949002 URL: http://svn.apache.org/viewvc?rev=949002&view=rev Log: Removed linux/x86_64-specific exclude entry since it is also in common. Created HARMONY-6524 and add reference to it to exclude entry. Modified: harmony/enhanced/java/trunk/classlib/modules/text/make/exclude.common harmony/enhanced/java/trunk/classlib/modules/text/make/exclude.linux.x86_64.drl Modified: harmony/enhanced/java/trunk/classlib/modules/text/make/exclude.common URL: http://svn.apache.org/viewvc/harmony/enhanced/java/trunk/classlib/modules/text/make/exclude.common?rev=949002&r1=949001&r2=949002&view=diff ============================================================================== --- harmony/enhanced/java/trunk/classlib/modules/text/make/exclude.common (original) +++ harmony/enhanced/java/trunk/classlib/modules/text/make/exclude.common Thu May 27 21:16:32 2010 @@ -1,5 +1,7 @@ org/apache/harmony/text/tests/java/text/DecimalFormatTest.java org/apache/harmony/text/tests/java/text/MessageFormatTest.java org/apache/harmony/text/tests/java/text/SimpleDateFormatTest.java -org/apache/harmony/text/tests/java/text/RuleBasedCollatorTest.java org/apache/harmony/text/tests/java/text/CollationElementIteratorTest.java + +#HARMONY-6524 +org/apache/harmony/text/tests/java/text/RuleBasedCollatorTest.java Modified: harmony/enhanced/java/trunk/classlib/modules/text/make/exclude.linux.x86_64.drl URL: http://svn.apache.org/viewvc/harmony/enhanced/java/trunk/classlib/modules/text/make/exclude.linux.x86_64.drl?rev=949002&r1=949001&r2=949002&view=diff ============================================================================== --- harmony/enhanced/java/trunk/classlib/modules/text/make/exclude.linux.x86_64.drl (original) +++ harmony/enhanced/java/trunk/classlib/modules/text/make/exclude.linux.x86_64.drl Thu May 27 21:16:32 2010 @@ -1 +0,0 @@ -org/apache/harmony/text/tests/java/text/RuleBasedCollatorTest.java