aboutsummaryrefslogtreecommitdiffstats
path: root/tools/eclipse/config_wizard/META-INF
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-08-04 15:54:07 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-08-04 15:54:07 +0000
commitfda34884b648bcc1eacc81c7e61904c308545ceb (patch)
tree4ecba85b331bee33fd8cb90b15a1246e2eb924a5 /tools/eclipse/config_wizard/META-INF
parentb43e91d43be2e7ccb3d8ea41dc6ce783580d9cdb (diff)
downloadChibiOS-fda34884b648bcc1eacc81c7e61904c308545ceb.tar.gz
ChibiOS-fda34884b648bcc1eacc81c7e61904c308545ceb.tar.bz2
ChibiOS-fda34884b648bcc1eacc81c7e61904c308545ceb.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4506 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'tools/eclipse/config_wizard/META-INF')
-rw-r--r--tools/eclipse/config_wizard/META-INF/MANIFEST.MF21
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/eclipse/config_wizard/META-INF/MANIFEST.MF b/tools/eclipse/config_wizard/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..1eb0a3bef
--- /dev/null
+++ b/tools/eclipse/config_wizard/META-INF/MANIFEST.MF
@@ -0,0 +1,21 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: ChibiOS-RT_Configuration_Support
+Bundle-SymbolicName: org.chibios.tools.eclipse.config;singleton:=true
+Bundle-Version: 1.0.0
+Bundle-Activator: config_wizard.Activator
+Require-Bundle: org.eclipse.core.resources,
+ org.eclipse.core.runtime,
+ org.eclipse.ui,
+ org.eclipse.ui.console;bundle-version="3.5.100",
+ org.eclipse.ui.ide
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-Vendor: CHIBIOS
+Bundle-ClassPath: .,
+ lib/jdom-2.0.2.jar,
+ lib/freemarker.jar,
+ lib/fmpp.jar,
+ lib/bsh.jar,
+ lib/oro.jar,
+ lib/resolver.jar