diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-08-10 17:28:53 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-08-10 17:28:53 +0000 |
commit | 4b29805c33d4352672086ab44e861c6818195d15 (patch) | |
tree | a319f5e151be43c26f4695e47a2ccab70969b25b /tools | |
parent | 733166973d4dc88521555e14d4bb118f62989bbc (diff) | |
download | ChibiOS-4b29805c33d4352672086ab44e861c6818195d15.tar.gz ChibiOS-4b29805c33d4352672086ab44e861c6818195d15.tar.bz2 ChibiOS-4b29805c33d4352672086ab44e861c6818195d15.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4552 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'tools')
-rw-r--r-- | tools/eclipse/config_wizard/META-INF/MANIFEST.MF | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tools/eclipse/config_wizard/META-INF/MANIFEST.MF b/tools/eclipse/config_wizard/META-INF/MANIFEST.MF index c65afaa46..30e998e6f 100644 --- a/tools/eclipse/config_wizard/META-INF/MANIFEST.MF +++ b/tools/eclipse/config_wizard/META-INF/MANIFEST.MF @@ -4,14 +4,14 @@ Bundle-Name: ChibiOS-RT_Configuration_Support Bundle-SymbolicName: org.chibios.tools.eclipse.config;singleton:=true Bundle-Version: 1.2.0 Bundle-Activator: config_wizard.Activator -Require-Bundle: org.eclipse.core.resources, - org.eclipse.core.runtime, - org.eclipse.ui, +Require-Bundle: org.eclipse.core.resources;bundle-version="3.7.101", + org.eclipse.core.runtime;bundle-version="3.7.0", + org.eclipse.ui;bundle-version="3.7.0", 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.ui;bundle-version="5.4.0" + org.eclipse.ui.ide;bundle-version="3.7.0", + org.eclipse.cdt.core;bundle-version="5.3.2", + org.eclipse.cdt.managedbuilder.core;bundle-version="8.0.2", + org.eclipse.cdt.ui;bundle-version="5.3.2" Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-Vendor: chibios.org |