Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 34071 invoked from network); 4 Sep 2006 07:19:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Sep 2006 07:19:35 -0000 Received: (qmail 6898 invoked by uid 500); 4 Sep 2006 07:19:35 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 6793 invoked by uid 500); 4 Sep 2006 07:19:35 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 6782 invoked by uid 99); 4 Sep 2006 07:19:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Sep 2006 00:19:35 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Sep 2006 00:19:32 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 646141A981A; Mon, 4 Sep 2006 00:19:12 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r439962 - /incubator/harmony/enhanced/classlib/trunk/modules/text/META-INF/MANIFEST.MF Date: Mon, 04 Sep 2006 07:19:12 -0000 To: harmony-commits@incubator.apache.org From: pyang@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060904071912.646141A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: pyang Date: Mon Sep 4 00:19:11 2006 New Revision: 439962 URL: http://svn.apache.org/viewvc?view=rev&rev=439962 Log: Add entry o.a.h.kernel.vm due to the dependecy introduced by Messages.java Modified: incubator/harmony/enhanced/classlib/trunk/modules/text/META-INF/MANIFEST.MF Modified: incubator/harmony/enhanced/classlib/trunk/modules/text/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/text/META-INF/MANIFEST.MF?view=diff&rev=439962&r1=439961&r2=439962 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/text/META-INF/MANIFEST.MF (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/text/META-INF/MANIFEST.MF Mon Sep 4 00:19:11 2006 @@ -5,15 +5,16 @@ Bundle-Version: 1.0.0 Bundle-ClassPath: . Eclipse-JREBundle: true -Import-Package: java.io, +Import-Package: java.awt.font, + java.io, java.lang, java.lang.reflect, java.math, java.net, java.security, java.util, - java.awt.font, + org.apache.harmony.kernel.vm, org.apache.harmony.luni.util, - tests.support;resolution:=optional;hy_usage=test, - tests.util;resolution:=optional;hy_usage=test + tests.support;hy_usage=test;resolution:=optional, + tests.util;hy_usage=test;resolution:=optional Export-Package: java.text