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.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/org.rtems.cdt/plugin.xml b/org.rtems.cdt/plugin.xml
index 9eabb6a..d141430 100644
--- a/org.rtems.cdt/plugin.xml
+++ b/org.rtems.cdt/plugin.xml
@@ -386,4 +386,24 @@
</enabledWhen>
</page>
</extension>
+ <extension
+ point="org.eclipse.cdt.core.templates">
+ <template
+ id="org.rtems.cdt.template.hello"
+ location="$nl$/templates/hello/template.xml"
+ projectType="org.eclipse.cdt.build.core.buildArtefactType.exe">
+ </template>
+ </extension>
+ <extension
+ point="org.eclipse.cdt.core.templateAssociations">
+ <template
+ id="org.rtems.cdt.template.hello">
+ <toolChain
+ id="org.rtems.cdt.toolchain">
+ </toolChain>
+ <toolChain
+ id="org.rtems.cdt.toolchain.cygwin">
+ </toolChain>
+ </template>
+ </extension>
</plugin>