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/01/24 13:09:46 UTC

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

Author: tellison
Date: Tue Jan 24 04:09:40 2006
New Revision: 371899

URL: http://svn.apache.org/viewcvs?rev=371899&view=rev
Log:
- fix invalid import line (trailing comma)
- remove unnecessary require bundle

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

Modified: incubator/harmony/enhanced/classlib/trunk/modules/sql/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/sql/META-INF/MANIFEST.MF?rev=371899&r1=371898&r2=371899&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/sql/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/sql/META-INF/MANIFEST.MF Tue Jan 24 04:09:40 2006
@@ -6,5 +6,4 @@
 Bundle-ClassPath: .
 Eclipse-JREBundle: true
 Export-Package: java.sql
-Import-Package: java.lang,
-Require-Bundle: org.apache.harmony.luni
+Import-Package: java.lang