You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2006/07/03 18:48:20 UTC

svn commit: r418804 - /incubator/harmony/enhanced/classlib/trunk/modules/auth/META-INF/MANIFEST.MF

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,