Restore correct filterPattern expressions

This commit is contained in:
John Dallaway 2024-05-28 19:51:52 +01:00
parent 563a2ad7b5
commit 4db7bb9971

View file

@ -3922,7 +3922,7 @@ Contributors:
<extension point="org.eclipse.cdt.core.templates">
<template
id="org.eclipse.cdt.build.core.templates.HelloWorldCCProject"
filterPattern=".*g++"
filterPattern=".*g\+\+"
location="$nl$/templates/projecttemplates/HelloWorldCCProject/template.xml"
projectType="org.eclipse.cdt.build.core.buildArtefactType.exe" />
<template
@ -3932,7 +3932,7 @@ Contributors:
projectType="org.eclipse.cdt.build.core.buildArtefactType.exe" />
<template
id="org.eclipse.cdt.build.core.templates.MakefileHelloWorldCCProject"
filterPattern=".*g++"
filterPattern=".*g\+\+"
location="$nl$/templates/projecttemplates/MakefileHelloWorldCCProject/template.xml"
projectType="org.eclipse.cdt.build.makefile.projectType" />
</extension>