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/10/10 01:06:23 UTC

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

Author: tellison
Date: Mon Oct  9 16:06:22 2006
New Revision: 454544

URL: http://svn.apache.org/viewvc?view=rev&rev=454544
Log:
Fix-up the applet manifest now it is no longer a stub impl.

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

Modified: incubator/harmony/enhanced/classlib/trunk/modules/applet/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/applet/META-INF/MANIFEST.MF?view=diff&rev=454544&r1=454543&r2=454544
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/applet/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/applet/META-INF/MANIFEST.MF Mon Oct  9 16:06:22 2006
@@ -12,10 +12,14 @@
 Bundle-ClassPath: .
 Eclipse-JREBundle: true
 Import-Package: java.awt,
+ java.awt.event,
  java.beans,
+ java.io,
  java.lang,
+ java.net,
  java.security,
  java.util,
  javax.accessibility,
+ org.apache.harmony.awt,
  org.apache.harmony.kernel.vm
 Export-Package: java.applet