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/03/28 15:32:53 UTC

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

Author: tellison
Date: Tue Mar 28 05:32:50 2006
New Revision: 389495

URL: http://svn.apache.org/viewcvs?rev=389495&view=rev
Log:
Refine module info for luni JAR.

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

Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/luni/META-INF/MANIFEST.MF?rev=389495&r1=389494&r2=389495&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/luni/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/luni/META-INF/MANIFEST.MF Tue Mar 28 05:32:50 2006
@@ -1,17 +1,20 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony LUNI
-Bundle-SymbolicName: org.apache.harmony.luni
+Bundle-SymbolicName: org.apache.harmony.luni;singleton:=true
 Bundle-Version: 1.0.0
 Bundle-ClassPath: .
 Eclipse-JREBundle: true
 Import-Package: org.apache.harmony.nio.internal,
  java.math,
+ java.nio,
+ java.nio.channels,
  java.nio.charset,
  java.util.jar,
  java.util.regex,
  java.util.zip,
  java.security,
+ java.security.cert,
  java.text
 Export-Package: com.ibm.oti.util,
  com.ibm.oti.vm,
@@ -24,4 +27,3 @@
  org.apache.harmony.luni.util,
  org.apache.harmony.luni.net,
  org.apache.harmony.luni.platform
-