diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-08-24 09:19:05 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-08-24 09:19:05 +0000 |
commit | 5e4b039d56d93520f36f0c775e3cdc95c2f03e04 (patch) | |
tree | 6f23be1f25ce4a86f353aa75b1a44402cc6575e9 /tools/eclipse/debug_support/META-INF | |
parent | 546a832f81364c1b8f8ed3fc0850d2b32a6cbffe (diff) | |
download | ChibiOS-5e4b039d56d93520f36f0c775e3cdc95c2f03e04.tar.gz ChibiOS-5e4b039d56d93520f36f0c775e3cdc95c2f03e04.tar.bz2 ChibiOS-5e4b039d56d93520f36f0c775e3cdc95c2f03e04.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4621 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'tools/eclipse/debug_support/META-INF')
-rw-r--r-- | tools/eclipse/debug_support/META-INF/MANIFEST.MF | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/eclipse/debug_support/META-INF/MANIFEST.MF b/tools/eclipse/debug_support/META-INF/MANIFEST.MF new file mode 100644 index 000000000..2908664cf --- /dev/null +++ b/tools/eclipse/debug_support/META-INF/MANIFEST.MF @@ -0,0 +1,14 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: ChibiOS-RT_Debug_Support +Bundle-SymbolicName: org.chibios.tools.eclipse.debug; singleton:=true +Bundle-Version: 1.1.0 +Bundle-Activator: org.chibios.tools.eclipse.debug.activator.Activator +Bundle-Vendor: chibios.org +Require-Bundle: org.eclipse.ui, + org.eclipse.core.runtime, + org.eclipse.cdt.debug.mi.core, + org.eclipse.debug.ui, + org.eclipse.cdt.debug.core +Bundle-RequiredExecutionEnvironment: JavaSE-1.6 +Bundle-ClassPath: . |