mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 06:55:23 +02:00

Change-Id: I3b9b5b1079ca8692ed0989baab281a1b79987267 Signed-off-by: Martin Weber <fifteenknots505@gmail.com>
13 lines
546 B
XML
13 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>
|