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/08/28 23:01:06 UTC

svn commit: r437829 - /incubator/harmony/enhanced/classlib/trunk/modules/x-net/META-INF/MANIFEST.MF

Author: tellison
Date: Mon Aug 28 14:01:05 2006
New Revision: 437829

URL: http://svn.apache.org/viewvc?rev=437829&view=rev
Log:
Our jsse provider must be exported for use by the suncompat module.

Modified:
    incubator/harmony/enhanced/classlib/trunk/modules/x-net/META-INF/MANIFEST.MF

Modified: incubator/harmony/enhanced/classlib/trunk/modules/x-net/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/x-net/META-INF/MANIFEST.MF?rev=437829&r1=437828&r2=437829&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/x-net/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/x-net/META-INF/MANIFEST.MF Mon Aug 28 14:01:05 2006
@@ -25,4 +25,5 @@
  org.apache.harmony.security.tests.support;hy_usage=test;resolution:=optional,
  org.apache.harmony.testframework.serialization;hy_usage=test;resolution:=optional
 Export-Package: javax.net,
- javax.net.ssl
+ javax.net.ssl,
+ org.apache.harmony.xnet.provider.jsse;hy_usage="suncompat";mandatory:="hy_usage"