Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2016-10-07 16:29:49 +0000
committerThomas Watson2016-10-07 16:29:49 +0000
commitbe955ed849a2b51f10f4b534ee2ee9418cc578f0 (patch)
treeb8eec796319acb70317239165cee5663931c4318 /bundles/org.eclipse.equinox.registry/META-INF
parentaef99de034bb7f4bd88b5a0066fcd39d70a24a54 (diff)
downloadrt.equinox.bundles-be955ed849a2b51f10f4b534ee2ee9418cc578f0.tar.gz
rt.equinox.bundles-be955ed849a2b51f10f4b534ee2ee9418cc578f0.tar.xz
rt.equinox.bundles-be955ed849a2b51f10f4b534ee2ee9418cc578f0.zip
Bug 505359 - [Minor] Reduce warnings in org.eclipse.equinox.registryY20161013-1000I20161011-0800
Updated version of registry for Oxygen Change-Id: Idaad0a1ea7ff8d5bb8f2bf0dfe759272960c5470 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
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 e24360a7f..9d8f1040d 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.6.100.qualifier
+Bundle-Version: 3.6.200.qualifier
Bundle-Localization: plugin
Export-Package: org.eclipse.core.internal.adapter;x-internal:=true,
org.eclipse.core.internal.registry;x-friends:="org.eclipse.core.runtime",

Back to the top