From 5728fec0cf28b9007d9509145a9ac179b2cd5d01 Mon Sep 17 00:00:00 2001 From: William Riley Date: Fri, 16 Feb 2018 10:11:15 +0000 Subject: [PATCH] Bug 531258 - Provide name for org.eclipse.cdt.core.cBuilder Using "CDT Core Builder" to avoid confusion with "CDT Builder" used by managed build. Change-Id: Ib2556be4e53caf505fff3a697757a0979fbf08bc Signed-off-by: William Riley --- core/org.eclipse.cdt.core/plugin.properties | 1 + core/org.eclipse.cdt.core/plugin.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/core/org.eclipse.cdt.core/plugin.properties b/core/org.eclipse.cdt.core/plugin.properties index bb82bdfb37d..4f50e819b40 100755 --- a/core/org.eclipse.cdt.core/plugin.properties +++ b/core/org.eclipse.cdt.core/plugin.properties @@ -18,6 +18,7 @@ ccnature.name=C++ Nature CProblemMarker.name=C/C++ Problem PathEntryProblemMarker.name=Path Entry Problem CBuildCommand.name=C Builder Command +CBuilder.name=CDT Core Builder #names of extension points CProject.name=C Project diff --git a/core/org.eclipse.cdt.core/plugin.xml b/core/org.eclipse.cdt.core/plugin.xml index dfdef215f16..509f4ac1a67 100644 --- a/core/org.eclipse.cdt.core/plugin.xml +++ b/core/org.eclipse.cdt.core/plugin.xml @@ -885,6 +885,7 @@