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

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

Author: mloenko
Date: Fri May 26 02:06:19 2006
New Revision: 409599

URL: http://svn.apache.org/viewvc?rev=409599&view=rev
Log:
adding imported java.lang.reflect package

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=409599&r1=409598&r2=409599&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 Fri May 26 02:06:19 2006
@@ -7,4 +7,6 @@
 Eclipse-JREBundle: true
 Import-Package: 
  java.lang,
+ java.lang.reflect
 Export-Package: java.lang.annotation
+