You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by nd...@apache.org on 2006/06/06 06:34:13 UTC

svn commit: r411998 - /incubator/harmony/enhanced/classlib/trunk/modules/luni-kernel/META-INF/MANIFEST.MF

Author: ndbeyer
Date: Mon Jun  5 21:34:13 2006
New Revision: 411998

URL: http://svn.apache.org/viewvc?rev=411998&view=rev
Log:
Add j.l.a to import

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

Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni-kernel/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni-kernel/META-INF/MANIFEST.MF?rev=411998&r1=411997&r2=411998&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/luni-kernel/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/luni-kernel/META-INF/MANIFEST.MF Mon Jun  5 21:34:13 2006
@@ -10,4 +10,5 @@
  java.lang.reflect,
  java.lang.ref,
  org.apache.harmony.kernel.vm
-Import-Package: java.io
+Import-Package: java.io,
+ java.lang.annotation