Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Besedin2009-08-10 18:35:36 +0000
committerOleg Besedin2009-08-10 18:35:36 +0000
commit90660432b6d6c94ee69e063f0555f1039ac472c4 (patch)
tree405432012e41c6e3536431e60547229a3f34eed7 /bundles/org.eclipse.equinox.registry/META-INF
parent6c8654cb571291c978e12fb1a3c5ffb282a7f19b (diff)
downloadrt.equinox.bundles-90660432b6d6c94ee69e063f0555f1039ac472c4.tar.gz
rt.equinox.bundles-90660432b6d6c94ee69e063f0555f1039ac472c4.tar.xz
rt.equinox.bundles-90660432b6d6c94ee69e063f0555f1039ac472c4.zip
Bug 258366 [registry] Extra memory used by the HashtableOfIntv20090810
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 60564b1f6..dd8900f33 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.4.100.qualifier
+Bundle-Version: 3.5.0.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