mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
17 lines
627 B
XML
17 lines
627 B
XML
![]() |
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<?eclipse version="3.4"?>
|
||
|
<plugin>
|
||
|
<extension point="org.eclipse.cdt.cmake.is.core.detectionParticipant">
|
||
|
<tool class="org.eclipse.cdt.cmake.is.arm.ArmccToolDetectionParticipant"
|
||
|
displayName="ARM.com armcc, C & C++"/>
|
||
|
<tool class="org.eclipse.cdt.cmake.is.arm.ArmClangToolDetectionParticipant"
|
||
|
displayName="ARM.com armclang, C & C++"/>
|
||
|
</extension>
|
||
|
<extension
|
||
|
point="org.eclipse.help.contentExtension">
|
||
|
<contentExtension
|
||
|
file="help_content_extension.xml">
|
||
|
</contentExtension>
|
||
|
</extension>
|
||
|
</plugin>
|