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:50:18 UTC

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

Author: tellison
Date: Tue Apr 25 03:50:15 2006
New Revision: 396830

URL: http://svn.apache.org/viewcvs?rev=396830&view=rev
Log:
Tidy-up, put imports first, reorder

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

Modified: incubator/harmony/enhanced/classlib/trunk/modules/prefs/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/prefs/META-INF/MANIFEST.MF?rev=396830&r1=396829&r2=396830&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/prefs/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/prefs/META-INF/MANIFEST.MF Tue Apr 25 03:50:15 2006
@@ -5,7 +5,6 @@
 Bundle-Version: 1.0.0
 Bundle-ClassPath: .
 Eclipse-JREBundle: true
-Export-Package: java.util.prefs
 Import-Package: java.lang,
  java.io,
  java.net,
@@ -15,9 +14,9 @@
  java.nio.charset,
  java.util,
  javax.xml.parsers,
- org.apache.harmony.luni.util,
  javax.xml.transform,
+ org.apache.harmony.luni.util,
  org.apache.xpath,
  org.w3c.dom,
  org.xml.sax
-
+Export-Package: java.util.prefs