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/28 12:39:37 UTC

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

Author: tellison
Date: Fri Apr 28 03:39:32 2006
New Revision: 397846

URL: http://svn.apache.org/viewcvs?rev=397846&view=rev
Log:
- Text depends upon java.math
- Sort imports

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

Modified: incubator/harmony/enhanced/classlib/trunk/modules/text/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/text/META-INF/MANIFEST.MF?rev=397846&r1=397845&r2=397846&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/text/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/text/META-INF/MANIFEST.MF Fri Apr 28 03:39:32 2006
@@ -5,10 +5,11 @@
 Bundle-Version: 1.0.0
 Bundle-ClassPath: .
 Eclipse-JREBundle: true
-Import-Package: java.lang,
- java.util, 
- java.net, 
- java.io, 
- java.security, 
+Import-Package: java.io,
+ java.lang,
+ java.math,
+ java.net,
+ java.security,
+ java.util,
  org.apache.harmony.luni.util
 Export-Package: java.text