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:43:25 UTC

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

Author: tellison
Date: Tue Mar 28 05:43:23 2006
New Revision: 389498

URL: http://svn.apache.org/viewcvs?rev=389498&view=rev
Log:
Reformat by reordering import/exports.

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

Modified: incubator/harmony/enhanced/classlib/trunk/modules/logging/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/logging/META-INF/MANIFEST.MF?rev=389498&r1=389497&r2=389498&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/logging/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/logging/META-INF/MANIFEST.MF Tue Mar 28 05:43:23 2006
@@ -5,7 +5,6 @@
 Bundle-Version: 1.0.0
 Bundle-ClassPath: .
 Eclipse-JREBundle: true
-Export-Package: java.util.logging
 Import-Package: java.lang,
  java.beans,
  java.io,
@@ -15,5 +14,4 @@
  java.text,
  java.nio.charset,
  java.net
-
-
+Export-Package: java.util.logging