Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Thoms2018-06-01 07:32:28 +0000
committerKarsten Thoms2018-06-01 13:30:27 +0000
commit757232e1946b4c1cadc5905014b83e444bd7a909 (patch)
treec5fef108feb383fe20289b3ae2aded1e14a82789 /bundles/org.eclipse.osgi.compatibility.state/META-INF/MANIFEST.MF
parent59d521c299c095552d2a506bc454d92292a91a7f (diff)
downloadrt.equinox.framework-757232e1946b4c1cadc5905014b83e444bd7a909.tar.gz
rt.equinox.framework-757232e1946b4c1cadc5905014b83e444bd7a909.tar.xz
rt.equinox.framework-757232e1946b4c1cadc5905014b83e444bd7a909.zip
Bug 535341 - Introduce cache for lookup of bundles by name
Added a multimap to store bundle descriptions by name and use this map for invocations of the getBundles(String) method. Speeds up access to this method with a small memory footprint. Bump version for 4.9 Change-Id: I9e102d10e46cdc0d7ea62c3f18fa33c4d24d89e1 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
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 5a221e2d1..5ecb348f0 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.100.qualifier
+Bundle-Version: 1.1.200.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