Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2008-04-16 14:55:20 +0000
committerThomas Watson2008-04-16 14:55:20 +0000
commit11612c20a9c2d0dc5afdeb0a374b48d278e99ce7 (patch)
tree0a15c77de12a42aa9d86229066f89f1af6e267d8 /bundles/org.eclipse.equinox.preferences
parentcb67d1caebb11c45a153b65b27dc9d797bbf120a (diff)
downloadrt.equinox.bundles-11612c20a9c2d0dc5afdeb0a374b48d278e99ce7.tar.gz
rt.equinox.bundles-11612c20a9c2d0dc5afdeb0a374b48d278e99ce7.tar.xz
rt.equinox.bundles-11612c20a9c2d0dc5afdeb0a374b48d278e99ce7.zip
Bug 222890 [bundles] Need to provide versions for all public API that is exported
Diffstat (limited to 'bundles/org.eclipse.equinox.preferences')
-rw-r--r--bundles/org.eclipse.equinox.preferences/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.preferences/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.preferences/META-INF/MANIFEST.MF
index 58cdb5b17..df238a7cf 100644
--- a/bundles/org.eclipse.equinox.preferences/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.preferences/META-INF/MANIFEST.MF
@@ -10,7 +10,7 @@ Require-Bundle: org.eclipse.equinox.common;bundle-version="[3.2.0,4.0.0)",
org.eclipse.equinox.registry;bundle-version="[3.2.0,4.0.0)";resolution:=optional
Export-Package: org.eclipse.core.internal.preferences;x-friends:="org.eclipse.core.resources,org.eclipse.core.runtime",
org.eclipse.core.internal.preferences.exchange;x-friends:="org.eclipse.core.runtime",
- org.eclipse.core.runtime.preferences,
+ org.eclipse.core.runtime.preferences;version="3.2.0",
org.osgi.service.prefs;version="1.1"
Comment-Header: Both Eclipse-LazyStart and Bundle-ActivationPolicy are specified for compatibility with 3.2
Eclipse-LazyStart: true; exceptions="org.eclipse.core.internal.preferences.exchange"

Back to the top