Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Besedin2007-03-15 18:26:24 +0000
committerOleg Besedin2007-03-15 18:26:24 +0000
commit9ea9a54bdec9b25c8f915ba0aeb53bb16551538b (patch)
tree7abd44c4389a88a5e2733b3e6621a69416ab65af /bundles/org.eclipse.equinox.registry/META-INF
parent027cd4c11b70e2b671ca5025c32a1fb6de83d0ab (diff)
downloadrt.equinox.bundles-9ea9a54bdec9b25c8f915ba0aeb53bb16551538b.tar.gz
rt.equinox.bundles-9ea9a54bdec9b25c8f915ba0aeb53bb16551538b.tar.xz
rt.equinox.bundles-9ea9a54bdec9b25c8f915ba0aeb53bb16551538b.zip
Fix for the bug 130841 - need a way to avoid Platform
Diffstat (limited to 'bundles/org.eclipse.equinox.registry/META-INF')
-rw-r--r--bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF
index b2fa0fb68..6bdcf61fe 100644
--- a/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.registry; singleton:=true
-Bundle-Version: 3.2.100.qualifier
+Bundle-Version: 3.3.0.qualifier
Bundle-Localization: plugin
Export-Package: org.eclipse.core.internal.registry;x-friends:="org.eclipse.core.runtime",
org.eclipse.core.internal.registry.osgi;x-friends:="org.eclipse.core.runtime",

Back to the top