mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Hook up the template correctly.
This commit is contained in:
parent
1042ed5f25
commit
ccf1bfbf9e
2 changed files with 3 additions and 3 deletions
|
@ -172,7 +172,7 @@
|
|||
<extension
|
||||
point="org.eclipse.cdt.core.templates">
|
||||
<template
|
||||
id="tut.cross.good.setCrossCommand"
|
||||
id="org.eclipse.cdt.build.crossgcc.setCrossCommand"
|
||||
location="templates/setCrossCommand/template.xml"
|
||||
projectType="org.eclipse.cdt.build.core.buildArtefactType.exe">
|
||||
</template>
|
||||
|
@ -180,7 +180,7 @@
|
|||
<extension
|
||||
point="org.eclipse.cdt.core.templateAssociations">
|
||||
<template
|
||||
id="tut.cross.good.setCrossCommand">
|
||||
id="org.eclipse.cdt.build.crossgcc.setCrossCommand">
|
||||
<toolChain
|
||||
id="cdt.managedbuild.toolchain.gnu.cross.base">
|
||||
</toolChain>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
persist="true"/>
|
||||
</property-group>
|
||||
|
||||
<process type="tut.cross.good.setCrossCommand">
|
||||
<process type="org.eclipse.cdt.build.crossgcc.setCrossCommand">
|
||||
<simple name="projectName" value="$(projectName)"/>
|
||||
<simple name="prefix" value="$(prefix)"/>
|
||||
<simple name="path" value="$(path)"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue