Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2018-11-14 22:00:57 +0000
committerThomas Watson2018-11-16 15:50:09 +0000
commit6043d928c30679720e0b3970754a470db25a9ec6 (patch)
tree18ac1207ad65f411b30b773aaa27bd07d3c3e452 /bundles/org.eclipse.osgi.compatibility.state/META-INF/MANIFEST.MF
parentb6937a1091da056b50164cb90f3753d246386c36 (diff)
downloadrt.equinox.framework-6043d928c30679720e0b3970754a470db25a9ec6.tar.gz
rt.equinox.framework-6043d928c30679720e0b3970754a470db25a9ec6.tar.xz
rt.equinox.framework-6043d928c30679720e0b3970754a470db25a9ec6.zip
Bug 541249 - Stop using KeyedHashSet where possible
Change-Id: I853df7d5009be4c968a3027f7aeba098135de45f Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.osgi.compatibility.state/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.osgi.compatibility.state/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi.compatibility.state/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi.compatibility.state/META-INF/MANIFEST.MF
index 5ecb348f0..38d565005 100644
--- a/bundles/org.eclipse.osgi.compatibility.state/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi.compatibility.state/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.osgi.compatibility.state
-Bundle-Version: 1.1.200.qualifier
+Bundle-Version: 1.1.300.qualifier
ExtensionBundle-Activator: org.eclipse.osgi.compatibility.state.Activator
Fragment-Host: org.eclipse.osgi;bundle-version="3.12.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7

Back to the top