From 90dd1e77f954ad30fe23b08b288c3816f56a71c1 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Fri, 21 Dec 2018 21:45:42 +0200 Subject: [PATCH] Fix startup warnings from launchbar descriptors. ENTRY org.eclipse.launchbar.core 2 0 2018-12-21 21:41:37.864 !MESSAGE Enablement expression is missing for descriptor type org.eclipse.cdt.debug.core.coreBuildDescriptorType !ENTRY org.eclipse.launchbar.core 2 0 2018-12-21 21:41:37.866 !MESSAGE Enablement expression is missing for config provider for org.eclipse.cdt.debug.core.coreBuildDescriptorType !ENTRY org.eclipse.launchbar.core 2 0 2018-12-21 21:41:37.867 !MESSAGE Enablement expression is missing for config provider for org.eclipse.cdt.debug.core.coreBuildDescriptorType Change-Id: I2a739d8ad382a934e1a0e5b8f02f0e21cf1eeda0 Signed-off-by: Alexander Kurtakov --- debug/org.eclipse.cdt.debug.core/META-INF/MANIFEST.MF | 2 +- debug/org.eclipse.cdt.debug.core/plugin.xml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debug/org.eclipse.cdt.debug.core/META-INF/MANIFEST.MF b/debug/org.eclipse.cdt.debug.core/META-INF/MANIFEST.MF index 4148f4fa29a..0b02a406d15 100644 --- a/debug/org.eclipse.cdt.debug.core/META-INF/MANIFEST.MF +++ b/debug/org.eclipse.cdt.debug.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.cdt.debug.core; singleton:=true -Bundle-Version: 8.3.1.qualifier +Bundle-Version: 8.3.100.qualifier Bundle-Activator: org.eclipse.cdt.debug.core.CDebugCorePlugin Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/debug/org.eclipse.cdt.debug.core/plugin.xml b/debug/org.eclipse.cdt.debug.core/plugin.xml index 07ecb11d23a..16958692c9c 100644 --- a/debug/org.eclipse.cdt.debug.core/plugin.xml +++ b/debug/org.eclipse.cdt.debug.core/plugin.xml @@ -491,16 +491,22 @@ class="org.eclipse.cdt.debug.internal.core.launch.CoreBuildLaunchDescriptorType" id="org.eclipse.cdt.debug.core.coreBuildDescriptorType" priority="20"> + + + + + +