1
0
Fork 0
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:
Jonah Graham 2019-08-03 11:56:41 -04:00
parent f6991baf9e
commit 5414def68f

View file

@ -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>