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/04/05 18:53:12 UTC

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

Author: tellison
Date: Wed Apr  5 09:53:11 2006
New Revision: 391674

URL: http://svn.apache.org/viewcvs?rev=391674&view=rev
Log:
Fix manifest to reflect applet module data.

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/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/applet/META-INF/MANIFEST.MF?rev=391674&r1=391673&r2=391674&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/applet/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/applet/META-INF/MANIFEST.MF Wed Apr  5 09:53:11 2006
@@ -1,9 +1,9 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: Harmony Text
-Bundle-SymbolicName: org.apache.harmony.text
+Bundle-Name: Harmony Applet
+Bundle-SymbolicName: org.apache.harmony.applet
 Bundle-Version: 1.0.0
 Bundle-ClassPath: .
 Eclipse-JREBundle: true
 Import-Package: java.lang
-Export-Package: java.text
+Export-Package: java.applet