From 45fb622c512af22fd77a22d38ac6173c0f571885 Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Sat, 4 Nov 2017 22:26:18 -0400 Subject: [PATCH] Add the core build gcc ui plugin to the gcc build feature. Change-Id: I309bf8c785107ad8edd68664d175c7e94a900ea4 --- .../feature.xml | 79 ++++++++++--------- pom.xml | 1 + 2 files changed, 44 insertions(+), 36 deletions(-) diff --git a/build/org.eclipse.cdt.gnu.build-feature/feature.xml b/build/org.eclipse.cdt.gnu.build-feature/feature.xml index 91f7e157e9b..37192627756 100644 --- a/build/org.eclipse.cdt.gnu.build-feature/feature.xml +++ b/build/org.eclipse.cdt.gnu.build-feature/feature.xml @@ -1,36 +1,43 @@ - - - - - %description - - - - %copyright - - - - %license - - - - - - - + + + + + %description + + + + %copyright + + + + %license + + + + + + + + + diff --git a/pom.xml b/pom.xml index cd749583356..38812890fa6 100644 --- a/pom.xml +++ b/pom.xml @@ -57,6 +57,7 @@ build/org.eclipse.cdt.build.gcc.core + build/org.eclipse.cdt.build.gcc.ui build/org.eclipse.cdt.make.core build/org.eclipse.cdt.make.ui build/org.eclipse.cdt.managedbuilder.core