mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 15:05:36 +02:00
Bug 543711: Provide empty enablements to suppress missing enablements warning in log
Change-Id: Ib3979f577331149eb4d712d1be6d2196f0a431d3
This commit is contained in:
parent
f6991baf9e
commit
5414def68f
1 changed files with 4 additions and 0 deletions
|
@ -118,12 +118,16 @@
|
||||||
class="org.eclipse.cdt.dsf.gdb.internal.launching.GdbRemoteLaunchDescriptorType"
|
class="org.eclipse.cdt.dsf.gdb.internal.launching.GdbRemoteLaunchDescriptorType"
|
||||||
id="org.eclipse.cdt.dsf.gdb.gdbRemotedescriptorType"
|
id="org.eclipse.cdt.dsf.gdb.gdbRemotedescriptorType"
|
||||||
priority="10">
|
priority="10">
|
||||||
|
<enablement>
|
||||||
|
</enablement>
|
||||||
</descriptorType>
|
</descriptorType>
|
||||||
<configProvider
|
<configProvider
|
||||||
class="org.eclipse.cdt.dsf.gdb.internal.launching.GdbRemoteLaunchConfigProvider"
|
class="org.eclipse.cdt.dsf.gdb.internal.launching.GdbRemoteLaunchConfigProvider"
|
||||||
descriptorType="org.eclipse.cdt.dsf.gdb.gdbRemotedescriptorType"
|
descriptorType="org.eclipse.cdt.dsf.gdb.gdbRemotedescriptorType"
|
||||||
priority="10"
|
priority="10"
|
||||||
supportsNullTarget="true">
|
supportsNullTarget="true">
|
||||||
|
<enablement>
|
||||||
|
</enablement>
|
||||||
</configProvider>
|
</configProvider>
|
||||||
</extension>
|
</extension>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Add table
Reference in a new issue