Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2012-11-09 17:12:51 +0000
committerThomas Watson2012-11-09 17:12:51 +0000
commit943def205992206463d1288a1fab3f56d0029fc9 (patch)
tree23cba92f04cf9449c8e39afe181d1c66c53e5b4f /bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
parent105e8ecc839d6e9647291dfbc5dfb1b188b3ac58 (diff)
downloadrt.equinox.framework-943def205992206463d1288a1fab3f56d0029fc9.tar.gz
rt.equinox.framework-943def205992206463d1288a1fab3f56d0029fc9.tar.xz
rt.equinox.framework-943def205992206463d1288a1fab3f56d0029fc9.zip
Add NativeNamespace class from osgi
Diffstat (limited to 'bundles/org.eclipse.osgi/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.osgi/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
index 3f4eeb900..599a3289f 100644
--- a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
@@ -47,7 +47,7 @@ Export-Package: org.eclipse.core.runtime.adaptor;x-friends:="org.eclipse.core.ru
org.osgi.framework.hooks.service;version="1.1",
org.osgi.framework.hooks.weaving;version="1.1",
org.osgi.framework.launch;version="1.1",
- org.osgi.framework.namespace;version="1.0",
+ org.osgi.framework.namespace;version="1.1",
org.osgi.framework.startlevel;version="1.0",
org.osgi.framework.wiring;version="1.1",
org.osgi.resource;version="1.0",

Back to the top