mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 12:03:16 +02:00
Restore correct filterPattern expressions
This commit is contained in:
parent
563a2ad7b5
commit
4db7bb9971
1 changed files with 2 additions and 2 deletions
|
@ -3922,7 +3922,7 @@ Contributors:
|
||||||
<extension point="org.eclipse.cdt.core.templates">
|
<extension point="org.eclipse.cdt.core.templates">
|
||||||
<template
|
<template
|
||||||
id="org.eclipse.cdt.build.core.templates.HelloWorldCCProject"
|
id="org.eclipse.cdt.build.core.templates.HelloWorldCCProject"
|
||||||
filterPattern=".*g++"
|
filterPattern=".*g\+\+"
|
||||||
location="$nl$/templates/projecttemplates/HelloWorldCCProject/template.xml"
|
location="$nl$/templates/projecttemplates/HelloWorldCCProject/template.xml"
|
||||||
projectType="org.eclipse.cdt.build.core.buildArtefactType.exe" />
|
projectType="org.eclipse.cdt.build.core.buildArtefactType.exe" />
|
||||||
<template
|
<template
|
||||||
|
@ -3932,7 +3932,7 @@ Contributors:
|
||||||
projectType="org.eclipse.cdt.build.core.buildArtefactType.exe" />
|
projectType="org.eclipse.cdt.build.core.buildArtefactType.exe" />
|
||||||
<template
|
<template
|
||||||
id="org.eclipse.cdt.build.core.templates.MakefileHelloWorldCCProject"
|
id="org.eclipse.cdt.build.core.templates.MakefileHelloWorldCCProject"
|
||||||
filterPattern=".*g++"
|
filterPattern=".*g\+\+"
|
||||||
location="$nl$/templates/projecttemplates/MakefileHelloWorldCCProject/template.xml"
|
location="$nl$/templates/projecttemplates/MakefileHelloWorldCCProject/template.xml"
|
||||||
projectType="org.eclipse.cdt.build.makefile.projectType" />
|
projectType="org.eclipse.cdt.build.makefile.projectType" />
|
||||||
</extension>
|
</extension>
|
||||||
|
|
Loading…
Add table
Reference in a new issue