Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 91597 invoked from network); 3 Jul 2006 16:48:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Jul 2006 16:48:43 -0000 Received: (qmail 26157 invoked by uid 500); 3 Jul 2006 16:48:41 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 26097 invoked by uid 500); 3 Jul 2006 16:48:41 -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 26058 invoked by uid 99); 3 Jul 2006 16:48:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jul 2006 09:48:41 -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, 03 Jul 2006 09:48:40 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id D90C71A983A; Mon, 3 Jul 2006 09:48:20 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r418804 - /incubator/harmony/enhanced/classlib/trunk/modules/auth/META-INF/MANIFEST.MF Date: Mon, 03 Jul 2006 16:48:20 -0000 To: harmony-commits@incubator.apache.org From: tellison@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060703164820.D90C71A983A@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: tellison Date: Mon Jul 3 09:48:20 2006 New Revision: 418804 URL: http://svn.apache.org/viewvc?rev=418804&view=rev Log: Auth tests depend upon serialization framework Modified: incubator/harmony/enhanced/classlib/trunk/modules/auth/META-INF/MANIFEST.MF Modified: incubator/harmony/enhanced/classlib/trunk/modules/auth/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/auth/META-INF/MANIFEST.MF?rev=418804&r1=418803&r2=418804&view=diff ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/auth/META-INF/MANIFEST.MF (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/auth/META-INF/MANIFEST.MF Mon Jul 3 09:48:20 2006 @@ -20,9 +20,10 @@ org.apache.harmony.security, org.apache.harmony.security.asn1, org.apache.harmony.security.fortress, - org.apache.harmony.security.tests.support;resolution:=optional;hy_usage=test, + org.apache.harmony.security.tests.support;hy_usage=test;resolution:=optional, org.apache.harmony.security.utils, - org.apache.harmony.security.x501 + org.apache.harmony.security.x501, + org.apache.harmony.testframework.serialization;hy_usage=test;resolution:=optional Export-Package: javax.security.auth, javax.security.auth.callback, javax.security.auth.kerberos,