From c66d331a9551de800d6e5a1499b69ae1bdf27a74 Mon Sep 17 00:00:00 2001 From: John Dallaway Date: Sat, 6 Feb 2021 16:52:34 +0000 Subject: [PATCH] Bug 570992: Fix templates extension point documentation The "filterPattern" attribute is used to filter templates by language ID, not by build configuration ID. Change-Id: Idd89fffc2ec3aefc3c1421b4cbbc7e1a19dbb7f3 --- core/org.eclipse.cdt.core/schema/templates.exsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core/schema/templates.exsd b/core/org.eclipse.cdt.core/schema/templates.exsd index 082ffd555ed..347820e49cc 100644 --- a/core/org.eclipse.cdt.core/schema/templates.exsd +++ b/core/org.eclipse.cdt.core/schema/templates.exsd @@ -102,7 +102,7 @@ It's no longer manditory since templates are no longer organized by project - filterPattern is a java.util.regex.Pattern format string which is used to match against build configuration ids. This is an optional attribute, if absent will all configurations will match. + filterPattern is a java.util.regex.Pattern format string which is used to match against language identifiers. This is an optional attribute, if absent all languages will match.