2005-11-15 21:33:43 +00:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: %pluginName
|
|
|
|
Bundle-SymbolicName: org.eclipse.cdt.debug.mi.core; singleton:=true
|
2009-09-30 07:19:25 +00:00
|
|
|
Bundle-Version: 6.1.0.qualifier
|
2005-11-15 21:33:43 +00:00
|
|
|
Bundle-Activator: org.eclipse.cdt.debug.mi.core.MIPlugin
|
|
|
|
Bundle-Vendor: %providerName
|
|
|
|
Bundle-Localization: plugin
|
|
|
|
Export-Package: org.eclipse.cdt.debug.mi.core,
|
|
|
|
org.eclipse.cdt.debug.mi.core.cdi,
|
|
|
|
org.eclipse.cdt.debug.mi.core.cdi.event,
|
|
|
|
org.eclipse.cdt.debug.mi.core.cdi.model,
|
|
|
|
org.eclipse.cdt.debug.mi.core.cdi.model.type,
|
|
|
|
org.eclipse.cdt.debug.mi.core.command,
|
2006-02-06 20:48:26 +00:00
|
|
|
org.eclipse.cdt.debug.mi.core.command.factories,
|
2006-08-22 14:34:53 +00:00
|
|
|
org.eclipse.cdt.debug.mi.core.command.factories.linux,
|
|
|
|
org.eclipse.cdt.debug.mi.core.command.factories.macos,
|
|
|
|
org.eclipse.cdt.debug.mi.core.command.factories.win32,
|
2005-11-15 21:33:43 +00:00
|
|
|
org.eclipse.cdt.debug.mi.core.event,
|
|
|
|
org.eclipse.cdt.debug.mi.core.output
|
2010-01-07 14:38:00 +00:00
|
|
|
Require-Bundle: org.eclipse.cdt.debug.core;bundle-version="[7.0.0,8.0.0)",
|
2006-10-11 12:28:54 +00:00
|
|
|
org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
|
|
|
|
org.eclipse.debug.core;bundle-version="[3.2.0,4.0.0)",
|
2007-11-06 08:02:32 +00:00
|
|
|
org.eclipse.cdt.core;bundle-version="[5.0.0,6.0.0)",
|
2008-08-18 13:38:34 +00:00
|
|
|
org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
|
2009-02-25 20:06:32 +00:00
|
|
|
org.eclipse.core.variables;bundle-version="3.2.200"
|
2008-02-15 10:29:25 +00:00
|
|
|
Bundle-ActivationPolicy: lazy
|
|
|
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
2009-03-13 13:47:48 +00:00
|
|
|
Import-Package: com.ibm.icu.text
|