mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
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 <akurtako@redhat.com>
This commit is contained in:
parent
a7f1eb27e9
commit
90dd1e77f9
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -491,16 +491,22 @@
|
|||
class="org.eclipse.cdt.debug.internal.core.launch.CoreBuildLaunchDescriptorType"
|
||||
id="org.eclipse.cdt.debug.core.coreBuildDescriptorType"
|
||||
priority="20">
|
||||
<enablement>
|
||||
</enablement>
|
||||
</descriptorType>
|
||||
<configProvider
|
||||
class="org.eclipse.cdt.debug.internal.core.launch.CoreBuildLocalLaunchConfigProvider"
|
||||
descriptorType="org.eclipse.cdt.debug.core.coreBuildDescriptorType"
|
||||
priority="10">
|
||||
<enablement>
|
||||
</enablement>
|
||||
</configProvider>
|
||||
<configProvider
|
||||
class="org.eclipse.cdt.debug.core.launch.CoreBuildGenericLaunchConfigProvider"
|
||||
descriptorType="org.eclipse.cdt.debug.core.coreBuildDescriptorType"
|
||||
priority="10">
|
||||
<enablement>
|
||||
</enablement>
|
||||
</configProvider>
|
||||
</extension>
|
||||
</plugin>
|
||||
|
|
Loading…
Add table
Reference in a new issue