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/06/20 13:10:05 UTC

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

Author: tellison
Date: Tue Jun 20 04:10:05 2006
New Revision: 415609

URL: http://svn.apache.org/viewvc?rev=415609&view=rev
Log:
Fix invalid syntax.

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

Modified: incubator/harmony/enhanced/classlib/trunk/modules/annotation/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/annotation/META-INF/MANIFEST.MF?rev=415609&r1=415608&r2=415609&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/annotation/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/annotation/META-INF/MANIFEST.MF Tue Jun 20 04:10:05 2006
@@ -5,8 +5,6 @@
 Bundle-Version: 1.0.0
 Bundle-ClassPath: .
 Eclipse-JREBundle: true
-Import-Package: 
- java.lang,
+Import-Package: java.lang,
  java.lang.reflect
 Export-Package: java.lang.annotation
-