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 2005/12/29 14:59:23 UTC

svn commit: r359795 - /incubator/harmony/enhanced/classlib/trunk/java-src/luni/META-INF/MANIFEST.MF

Author: tellison
Date: Thu Dec 29 05:59:21 2005
New Revision: 359795

URL: http://svn.apache.org/viewcvs?rev=359795&view=rev
Log:
- unifed the kernel and luni statements
- added the new org.apache.harmony.luni.util export
- formatting for readability

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

Modified: incubator/harmony/enhanced/classlib/trunk/java-src/luni/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/java-src/luni/META-INF/MANIFEST.MF?rev=359795&r1=359794&r2=359795&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/java-src/luni/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/java-src/luni/META-INF/MANIFEST.MF Thu Dec 29 05:59:21 2005
@@ -5,18 +5,21 @@
 Bundle-Version: 1.0.0
 Bundle-ClassPath: .
 Eclipse-JREBundle: true
-Import-Package: com.ibm.io.nio.factory,
+Import-Package: com.ibm.io.nio,
+ java.math,
  java.nio.charset,
- java.security,
  java.util.jar,
  java.util.regex,
- java.util.zip
+ java.util.zip,
+ java.security,
+ java.text
 Export-Package: com.ibm.misc.util,
  com.ibm.oti.util,
+ org.apache.harmony.luni.util,
+ com.ibm.oti.vm,
  java.io,
  java.lang,
  java.lang.ref,
  java.lang.reflect,
  java.net,
  java.util
-