2005-11-15 21:33:43 +00:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: org.eclipse.cdt.debug.ui.tests
|
2008-02-09 12:21:50 +00:00
|
|
|
Bundle-SymbolicName: org.eclipse.cdt.debug.ui.tests;singleton:=true
|
2009-03-02 09:07:53 +00:00
|
|
|
Bundle-Version: 6.0.0.qualifier
|
2005-11-15 21:33:43 +00:00
|
|
|
Bundle-Activator: org.eclipse.core.internal.compatibility.PluginActivator
|
|
|
|
Export-Package: org.eclipse.cdt.debug.core.tests,
|
|
|
|
org.eclipse.cdt.debug.testplugin,
|
|
|
|
org.eclipse.cdt.debug.testplugin.util
|
|
|
|
Require-Bundle: org.eclipse.ui.ide,
|
|
|
|
org.eclipse.core.resources,
|
|
|
|
org.junit,
|
|
|
|
org.eclipse.cdt.debug.core,
|
|
|
|
org.eclipse.cdt.debug.mi.core,
|
|
|
|
org.eclipse.cdt.core,
|
|
|
|
org.eclipse.ui,
|
2010-04-08 20:02:35 +00:00
|
|
|
org.eclipse.core.runtime.compatibility,
|
|
|
|
org.eclipse.cdt.gdb;bundle-version="7.0.0"
|
2008-02-15 10:29:25 +00:00
|
|
|
Bundle-ActivationPolicy: lazy
|
2005-11-15 21:33:43 +00:00
|
|
|
Plugin-Class: org.eclipse.cdt.debug.testplugin.CTestPlugin
|
2009-06-10 19:44:36 +00:00
|
|
|
Bundle-Vendor: Eclipse CDT
|
2011-10-17 16:44:49 -07:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|