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/04/25 12:30:50 UTC

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

Author: tellison
Date: Tue Apr 25 03:30:45 2006
New Revision: 396825

URL: http://svn.apache.org/viewcvs?rev=396825&view=rev
Log:
Remove duplicate import, and the vm comes from kernel

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=396825&r1=396824&r2=396825&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 Apr 25 03:30:45 2006
@@ -17,9 +17,7 @@
  java.util.regex,
  java.util.zip,
  org.apache.harmony.nio
-Export-Package: org.apache.harmony.luni.util,
- org.apache.harmony.kernel.vm,
- java.io,
+Export-Package: java.io,
  java.lang,
  java.lang.ref,
  java.lang.reflect,