aboutsummaryrefslogtreecommitdiffstats
path: root/tools/eclipse/config_wizard/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-08-10 14:01:13 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-08-10 14:01:13 +0000
commit733166973d4dc88521555e14d4bb118f62989bbc (patch)
tree7397938649c7ec0a621a05d7526e59c4a29aab7c /tools/eclipse/config_wizard/META-INF/MANIFEST.MF
parentd768fddeebe413f488a3c177cbc0145e08600a34 (diff)
downloadChibiOS-733166973d4dc88521555e14d4bb118f62989bbc.tar.gz
ChibiOS-733166973d4dc88521555e14d4bb118f62989bbc.tar.bz2
ChibiOS-733166973d4dc88521555e14d4bb118f62989bbc.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4551 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'tools/eclipse/config_wizard/META-INF/MANIFEST.MF')
-rw-r--r--tools/eclipse/config_wizard/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/eclipse/config_wizard/META-INF/MANIFEST.MF b/tools/eclipse/config_wizard/META-INF/MANIFEST.MF
index 09eb9fe72..c65afaa46 100644
--- a/tools/eclipse/config_wizard/META-INF/MANIFEST.MF
+++ b/tools/eclipse/config_wizard/META-INF/MANIFEST.MF
@@ -10,7 +10,8 @@ Require-Bundle: org.eclipse.core.resources,
org.eclipse.ui.console;bundle-version="3.5.100",
org.eclipse.ui.ide,
org.eclipse.cdt.core;bundle-version="5.4.0",
- org.eclipse.cdt.managedbuilder.core;bundle-version="8.1.0"
+ org.eclipse.cdt.managedbuilder.core;bundle-version="8.1.0",
+ org.eclipse.cdt.ui;bundle-version="5.4.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: chibios.org