mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00

Change-Id: I3b9b5b1079ca8692ed0989baab281a1b79987267 Signed-off-by: Martin Weber <fifteenknots505@gmail.com>
22 lines
1 KiB
XML
22 lines
1 KiB
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.intel.IccToolDetectionParticipant"
|
|
displayName="Intel icc, C, Linux & OS X, EDG"/>
|
|
<tool class="org.eclipse.cdt.cmake.is.intel.IclCandCppToolDetectionParticipant"
|
|
displayName="Intel icl, C & C++, Windows"/>
|
|
<tool class="org.eclipse.cdt.cmake.is.intel.IclToolDetectionParticipant"
|
|
displayName="Intel icl, C, OS X, clang"/>
|
|
<tool class="org.eclipse.cdt.cmake.is.intel.IcpcClangToolDetectionParticipant"
|
|
displayName="Intel icpc, C++, OS X, clang"/>
|
|
<tool class="org.eclipse.cdt.cmake.is.intel.IcpcToolDetectionParticipant"
|
|
displayName="Intel icpc, C++, Linux & OS X, EDG"/>
|
|
</extension>
|
|
<extension
|
|
point="org.eclipse.help.contentExtension">
|
|
<contentExtension
|
|
file="help_content_extension.xml">
|
|
</contentExtension>
|
|
</extension>
|
|
</plugin>
|