Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Besedin2007-07-10 19:49:55 +0000
committerOleg Besedin2007-07-10 19:49:55 +0000
commitc70abea3ec32b4da33426f1a09055339a7d01b50 (patch)
tree35d34fe1e9a5edc1655f1ef2041495bce7857d46 /bundles/org.eclipse.equinox.registry/META-INF
parente7792e8a52ca76cc3d37119e8d1a67643630a26c (diff)
downloadrt.equinox.bundles-c70abea3ec32b4da33426f1a09055339a7d01b50.tar.gz
rt.equinox.bundles-c70abea3ec32b4da33426f1a09055339a7d01b50.tar.xz
rt.equinox.bundles-c70abea3ec32b4da33426f1a09055339a7d01b50.zip
Bug 194628 IExtensionRegistry API request for finding IExtensions and IExtensionPoints for a Contributor
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 9bbdc56c9..b34d34521 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.3.100.qualifier
+Bundle-Version: 3.4.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