Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2010-10-14 15:45:23 +0000
committerThomas Watson2010-10-14 15:45:23 +0000
commit6a97c44809ebec1f3c5dfc08cef988f1ecb13c94 (patch)
treeadcb518c41b6f640cfa602213de84313ec83cae9
parent4c3b4c2f6b806ccf3af1eec117568218c2be535d (diff)
downloadrt.equinox.framework-6a97c44809ebec1f3c5dfc08cef988f1ecb13c94.tar.gz
rt.equinox.framework-6a97c44809ebec1f3c5dfc08cef988f1ecb13c94.tar.xz
rt.equinox.framework-6a97c44809ebec1f3c5dfc08cef988f1ecb13c94.zip
Bug 325634 - Add package o.e.osgi.framework.eventmgr to Supplement bundle
-rw-r--r--bundles/org.eclipse.osgi/supplement/META-INF/MANIFEST.MF5
1 files changed, 3 insertions, 2 deletions
diff --git a/bundles/org.eclipse.osgi/supplement/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi/supplement/META-INF/MANIFEST.MF
index d14694e50..6a98dc5af 100644
--- a/bundles/org.eclipse.osgi/supplement/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi/supplement/META-INF/MANIFEST.MF
@@ -2,10 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.supplement
-Bundle-Version: 1.3.100.qualifier
+Bundle-Version: 1.4.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
-Export-Package: org.eclipse.osgi.framework.log;version="1.0",
+Export-Package: org.eclipse.osgi.framework.eventmgr;version="1.2",
+ org.eclipse.osgi.framework.log;version="1.0",
org.eclipse.osgi.service.datalocation;version="1.3",
org.eclipse.osgi.service.debug;version="1.1",
org.eclipse.osgi.service.environment;version="1.3",

Back to the top