mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 15:05:36 +02:00
14 lines
546 B
XML
14 lines
546 B
XML
![]() |
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<?eclipse version="3.4"?>
|
||
|
<plugin>
|
||
|
<extension-point id="detectionParticipant" name="Detection Participant" schema="schema/participant.exsd"/>
|
||
|
"org.eclipse.cdt.cmake.is.core.internal.ui.CompileCommandsJsonParserOptionPage">
|
||
|
<extension
|
||
|
point="org.eclipse.cdt.core.CBuildConsole">
|
||
|
<CBuildConsole
|
||
|
class="org.eclipse.cdt.cmake.is.core.internal.builtins.DetectorConsole"
|
||
|
id="org.eclipse.cdt.cmake.is.core.detectorConsole">
|
||
|
</CBuildConsole>
|
||
|
</extension>
|
||
|
</plugin>
|