Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 47264 invoked from network); 7 May 2009 14:16:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 May 2009 14:16:14 -0000 Received: (qmail 59299 invoked by uid 500); 7 May 2009 14:16:13 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 59250 invoked by uid 500); 7 May 2009 14:16:13 -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 59240 invoked by uid 99); 7 May 2009 14:16:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 May 2009 14:16:13 +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, 07 May 2009 14:16:11 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9C76123889C4; Thu, 7 May 2009 14:15:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r772654 - /harmony/enhanced/classlib/trunk/modules/text/META-INF/MANIFEST.MF Date: Thu, 07 May 2009 14:15:51 -0000 To: commits@harmony.apache.org From: tellison@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090507141551.9C76123889C4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tellison Date: Thu May 7 14:15:51 2009 New Revision: 772654 URL: http://svn.apache.org/viewvc?rev=772654&view=rev Log: No further dependencies on tests.util package from TEXT module. Modified: harmony/enhanced/classlib/trunk/modules/text/META-INF/MANIFEST.MF Modified: harmony/enhanced/classlib/trunk/modules/text/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/text/META-INF/MANIFEST.MF?rev=772654&r1=772653&r2=772654&view=diff ============================================================================== --- harmony/enhanced/classlib/trunk/modules/text/META-INF/MANIFEST.MF (original) +++ harmony/enhanced/classlib/trunk/modules/text/META-INF/MANIFEST.MF Thu May 7 14:15:51 2009 @@ -24,6 +24,5 @@ java.util, org.apache.harmony.kernel.vm, org.apache.harmony.luni.util, - org.apache.harmony.testframework.serialization;hy_usage=test;resolution:=optional, - tests.util;hy_usage=test;resolution:=optional + org.apache.harmony.testframework.serialization;hy_usage=test;resolution:=optional Export-Package: java.text