mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +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"
|
||||
id="org.eclipse.cdt.dsf.gdb.gdbRemotedescriptorType"
|
||||
priority="10">
|
||||
<enablement>
|
||||
</enablement>
|
||||
</descriptorType>
|
||||
<configProvider
|
||||
class="org.eclipse.cdt.dsf.gdb.internal.launching.GdbRemoteLaunchConfigProvider"
|
||||
descriptorType="org.eclipse.cdt.dsf.gdb.gdbRemotedescriptorType"
|
||||
priority="10"
|
||||
supportsNullTarget="true">
|
||||
<enablement>
|
||||
</enablement>
|
||||
</configProvider>
|
||||
</extension>
|
||||
</plugin>
|
||||
|
|
Loading…
Add table
Reference in a new issue