Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnjum Fatima2018-12-11 21:45:23 +0000
committerThomas Watson2018-12-12 02:39:18 +0000
commit7ab737ec81650ae8a497e1d05b81fdc82c1c5afc (patch)
treec989037f3150a23bd31f3ce4379a9aee134a1e0c /bundles/org.eclipse.osgi/META-INF
parenta65eb55c2c729d7d3510e30bea53c430ac51073f (diff)
downloadrt.equinox.framework-7ab737ec81650ae8a497e1d05b81fdc82c1c5afc.tar.gz
rt.equinox.framework-7ab737ec81650ae8a497e1d05b81fdc82c1c5afc.tar.xz
rt.equinox.framework-7ab737ec81650ae8a497e1d05b81fdc82c1c5afc.zip
Bug 542487 - LoggerContext.setLogLevels will throw NPE if no matching
bundle is found Change-Id: I7b47b5efd2cb9f66360cb3ee6f0cdccc52340e99 Signed-off-by: Anjum Fatima <anjum.eclipse@gmail.com> Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.osgi/META-INF')
-rw-r--r--bundles/org.eclipse.osgi/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
index 31c5aca7f..25ab3347b 100644
--- a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
@@ -101,7 +101,7 @@ Bundle-Activator: org.eclipse.osgi.internal.framework.SystemBundleActivator
Bundle-Description: %systemBundle
Bundle-Copyright: %copyright
Bundle-Vendor: %eclipse.org
-Bundle-Version: 3.13.200.qualifier
+Bundle-Version: 3.13.300.qualifier
Bundle-Localization: systembundle
Bundle-DocUrl: http://www.eclipse.org
Eclipse-ExtensibleAPI: true

Back to the top