Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2017-11-08 17:49:00 +0000
committerDoug Schaefer2017-11-08 19:11:31 +0000
commit4ce1f1ca16b0013298c51a5311528ae21cdfd645 (patch)
treea5e815687a2cc711b511bab788fa6ec48d9018e7 /build/org.eclipse.cdt.make.ui/META-INF/MANIFEST.MF
parent2bc9836f68a8597e552d4d5b42e15d85c6944e81 (diff)
downloadorg.eclipse.cdt-4ce1f1ca16b0013298c51a5311528ae21cdfd645.tar.gz
org.eclipse.cdt-4ce1f1ca16b0013298c51a5311528ae21cdfd645.tar.xz
org.eclipse.cdt-4ce1f1ca16b0013298c51a5311528ae21cdfd645.zip
Add Makefile Projects to collection of core build project types.
Reuses the old makeNature. Reuses the StandardBuildConfiguration. Generates a pretty simple project for now. Also handles the case where you don't want to generate anything, just create an empty or on an existing source tree. Change-Id: I2f3cddc85d55792a2c537e37d4bc236a3073d930
Diffstat (limited to 'build/org.eclipse.cdt.make.ui/META-INF/MANIFEST.MF')
-rw-r--r--build/org.eclipse.cdt.make.ui/META-INF/MANIFEST.MF4
1 files changed, 3 insertions, 1 deletions
diff --git a/build/org.eclipse.cdt.make.ui/META-INF/MANIFEST.MF b/build/org.eclipse.cdt.make.ui/META-INF/MANIFEST.MF
index 69cc08e6ad7..aa7adc5bd1d 100644
--- a/build/org.eclipse.cdt.make.ui/META-INF/MANIFEST.MF
+++ b/build/org.eclipse.cdt.make.ui/META-INF/MANIFEST.MF
@@ -35,7 +35,9 @@ Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.2.0,4.0.0)",
org.eclipse.debug.ui;bundle-version="[3.2.0,4.0.0)",
org.eclipse.ui.navigator;bundle-version="[3.2.0,4.0.0)";resolution:=optional,
org.eclipse.compare;bundle-version="[3.3.0,4.0.0)",
- org.eclipse.core.filesystem;bundle-version="1.2.0"
+ org.eclipse.core.filesystem;bundle-version="1.2.0",
+ org.eclipse.tools.templates.ui;bundle-version="1.1.1",
+ org.eclipse.tools.templates.freemarker;bundle-version="1.0.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.ibm.icu.text

Back to the top