Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2016-08-09 18:54:14 +0000
committerGerrit Code Review @ Eclipse.org2016-08-10 15:17:41 +0000
commit20c4e5ba88ba4fa3be972642f5f03de546e9b864 (patch)
tree78ca1332198a89fd29ef3545f8adb8b35dddfabc /core/org.eclipse.cdt.ui/META-INF
parent35921b4bbd22c58d3aa3c4317a6132a1c85943f0 (diff)
downloadorg.eclipse.cdt-20c4e5ba88ba4fa3be972642f5f03de546e9b864.tar.gz
org.eclipse.cdt-20c4e5ba88ba4fa3be972642f5f03de546e9b864.tar.xz
org.eclipse.cdt-20c4e5ba88ba4fa3be972642f5f03de546e9b864.zip
Get CMake projects created and building. New C/C++ Project Wizard.
Fixed up CMake new project creation. Hooked up the CMake build config properly. Introducing the New C/C++ Project Wizard that hold all the new project types: Arduino, Qt, CMake. Change-Id: I9f9c8b1f51b136515fe226c15059cdbb99106275
Diffstat (limited to 'core/org.eclipse.cdt.ui/META-INF')
-rw-r--r--core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF b/core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF
index 262e811d3e3..3b80b6d016b 100644
--- a/core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF
+++ b/core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF
@@ -122,6 +122,7 @@ Require-Bundle: org.eclipse.cdt.core;bundle-version="[5.2.0,7.0.0)",
org.eclipse.ui.views;bundle-version="[3.2.0,4.0.0)",
org.eclipse.ui.workbench.texteditor;bundle-version="[3.5.0,4.0.0)",
com.ibm.icu;bundle-version="4.4.2",
- org.eclipse.e4.ui.css.swt.theme
+ org.eclipse.e4.ui.css.swt.theme,
+ org.eclipse.tools.templates.ui;bundle-version="1.1.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8

Back to the top