From a58fc62ba655f0bd89364d35f8263149f0cecece Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Fri, 17 Nov 2017 10:43:10 -0500 Subject: [PATCH] Forgot to add the makefile templates to the build. Change-Id: I538e8610f9e31963a2c8224079de1a2f19c565c3 --- build/org.eclipse.cdt.make.core/build.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/org.eclipse.cdt.make.core/build.properties b/build/org.eclipse.cdt.make.core/build.properties index 803a64ed475..9397d42f4e1 100644 --- a/build/org.eclipse.cdt.make.core/build.properties +++ b/build/org.eclipse.cdt.make.core/build.properties @@ -13,7 +13,8 @@ bin.includes = plugin.xml,\ about.html,\ plugin.properties,\ .,\ - META-INF/ + META-INF/,\ + templates/ src.includes = schema/,\ about.html