2020-02-08 15:01:33 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?eclipse version="3.4"?>
|
|
|
|
<plugin>
|
2020-06-04 21:49:31 +02:00
|
|
|
<extension-point id="detectionParticipant" name="%extension-point.name" schema="schema/participant.exsd"/>
|
2020-02-08 15:01:33 +01:00
|
|
|
"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>
|