Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Sennikovsky2007-04-28 12:01:16 +0000
committerMikhail Sennikovsky2007-04-28 12:01:16 +0000
commit94be702c5288271c8b9701e3604e60528cd8d435 (patch)
treebef2ea10370c9f7e5dbd5f808d94f5812fa8cd36 /build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml
parent13b4473581492ee3052250ff15651d23efe51803 (diff)
downloadorg.eclipse.cdt-94be702c5288271c8b9701e3604e60528cd8d435.tar.gz
org.eclipse.cdt-94be702c5288271c8b9701e3604e60528cd8d435.tar.xz
org.eclipse.cdt-94be702c5288271c8b9701e3604e60528cd8d435.zip
adding missing tool-chain ids to template definitions
Diffstat (limited to 'build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml')
-rw-r--r--build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml b/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml
index 3c97137ec58..20b5ee3b93b 100644
--- a/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml
+++ b/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml
@@ -3737,18 +3737,21 @@
location="templates/projecttemplates/HelloWorldCCProject/template.xml"
projectType="org.eclipse.cdt.build.core.buildArtefactType.exe">
<toolChain id="cdt.managedbuild.toolchain.gnu.cygwin.base"/>
+ <toolChain id="cdt.managedbuild.toolchain.gnu.mingw.base"/>
</template>
<template
filterPattern=".*"
location="templates/projecttemplates/HelloWorldCAnsiProject/template.xml"
projectType="org.eclipse.cdt.build.core.buildArtefactType.exe">
<toolChain id="cdt.managedbuild.toolchain.gnu.mingw.base"/>
+ <toolChain id="cdt.managedbuild.toolchain.gnu.cygwin.base"/>
</template>
<template
filterPattern=".*"
location="templates/projecttemplates/EmptyProject/template.xml"
projectType="org.eclipse.cdt.build.core.buildArtefactType.exe">
<toolChain id="cdt.managedbuild.toolchain.gnu.mingw.base"/>
+ <toolChain id="cdt.managedbuild.toolchain.gnu.cygwin.base"/>
</template>
</extension>

Back to the top