Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2008-12-05 14:53:19 +0000
committerThomas Watson2008-12-05 14:53:19 +0000
commite614d5efeb350727dfae2ffe3aa014c09656e05f (patch)
tree62b305e5565252e7604080521d067311f8af4ab3 /bundles/org.eclipse.osgi.util/META-INF
parentaec6dc9da50254c442bd4c0cc76f89f4fdebafbb (diff)
downloadrt.equinox.framework-e614d5efeb350727dfae2ffe3aa014c09656e05f.tar.gz
rt.equinox.framework-e614d5efeb350727dfae2ffe3aa014c09656e05f.tar.xz
rt.equinox.framework-e614d5efeb350727dfae2ffe3aa014c09656e05f.zip
Bug 253243 [osgi] Keep API up to date with latest OSGi R4.2 specificationv20081205-1800
Diffstat (limited to 'bundles/org.eclipse.osgi.util/META-INF')
-rw-r--r--bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF4
1 files changed, 3 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF
index 93dcc4f49..3e1c9be41 100644
--- a/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF
@@ -14,4 +14,6 @@ Export-Package: org.osgi.util.measurement; version="1.0.1",
org.osgi.util.xml; version="1.0.1"
Import-Package: org.osgi.framework; version=1.1,
javax.xml.parsers; resolution:=optional
-Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.2
+Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.2,
+ CDC-1.1/Foundation-1.1,
+ J2SE-1.4

Back to the top