summaryrefslogtreecommitdiffstats
path: root/org.rtems.cdt/plugin.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.rtems.cdt/plugin.xml')
-rw-r--r--org.rtems.cdt/plugin.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/org.rtems.cdt/plugin.xml b/org.rtems.cdt/plugin.xml
index d141430..83cb7be 100644
--- a/org.rtems.cdt/plugin.xml
+++ b/org.rtems.cdt/plugin.xml
@@ -389,10 +389,17 @@
<extension
point="org.eclipse.cdt.core.templates">
<template
+ filterPattern=".*gcc"
id="org.rtems.cdt.template.hello"
location="$nl$/templates/hello/template.xml"
projectType="org.eclipse.cdt.build.core.buildArtefactType.exe">
</template>
+ <template
+ filterPattern=".*g\+\+"
+ id="org.rtems.cdt.template.cxx"
+ location="$nl$/templates/rtems++/template.xml"
+ projectType="org.eclipse.cdt.build.core.buildArtefactType.exe">
+ </template>
</extension>
<extension
point="org.eclipse.cdt.core.templateAssociations">
@@ -405,5 +412,11 @@
id="org.rtems.cdt.toolchain.cygwin">
</toolChain>
</template>
+ <template
+ id="org.rtems.cdt.template.cxx">
+ <toolChain
+ id="org.rtems.cdt.toolchain">
+ </toolChain>
+ </template>
</extension>
</plugin>