2008-05-14 05:32:03 +00:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
2009-05-27 15:55:44 +00:00
|
|
|
Bundle-Name: %pluginName
|
2009-02-09 06:20:34 +00:00
|
|
|
Bundle-SymbolicName: org.eclipse.cdt.debug.ui.memory.transport;singleton:=true
|
2010-01-27 19:53:57 +00:00
|
|
|
Bundle-Version: 2.1.0.qualifier
|
2008-05-14 05:32:03 +00:00
|
|
|
Bundle-Localization: plugin
|
2009-05-27 15:55:44 +00:00
|
|
|
Bundle-Vendor: %providerName
|
2008-05-14 05:32:03 +00:00
|
|
|
Require-Bundle: org.eclipse.debug.core,
|
|
|
|
org.eclipse.debug.ui,
|
|
|
|
org.eclipse.core.runtime,
|
|
|
|
org.eclipse.swt,
|
|
|
|
org.eclipse.jface,
|
|
|
|
org.eclipse.ui
|
2009-10-18 04:53:48 +00:00
|
|
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
2008-05-14 05:32:03 +00:00
|
|
|
Bundle-ActivationPolicy: lazy
|
2009-02-09 06:20:34 +00:00
|
|
|
Bundle-Activator: org.eclipse.cdt.debug.ui.memory.transport.MemoryTransportPlugin
|
2010-05-20 20:49:47 +00:00
|
|
|
Export-Package: org.eclipse.cdt.debug.ui.memory.transport,
|
|
|
|
org.eclipse.cdt.debug.ui.memory.transport.actions,
|
|
|
|
org.eclipse.cdt.debug.ui.memory.transport.model
|