2008-06-23 23:33:55 +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.search;singleton:=true
|
2009-02-19 20:02:35 +00:00
|
|
|
Bundle-Version: 1.2.0.qualifier
|
2008-06-23 23:33:55 +00:00
|
|
|
Bundle-Localization: plugin
|
|
|
|
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-13 23:04:30 +00:00
|
|
|
org.eclipse.search;bundle-version="3.4.0",
|
|
|
|
org.eclipse.cdt.debug.ui;bundle-version="6.0.0"
|
2008-06-23 23:33:55 +00:00
|
|
|
Eclipse-LazyStart: true
|
2009-02-09 06:20:34 +00:00
|
|
|
Bundle-Activator: org.eclipse.cdt.debug.ui.memory.search.MemorySearchPlugin
|
2009-05-27 15:55:44 +00:00
|
|
|
Bundle-Vendor: %providerName
|
2008-06-23 23:33:55 +00:00
|
|
|
Import-Package: org.eclipse.debug.ui.memory
|
2009-06-15 14:25:23 +00:00
|
|
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
2010-05-20 20:49:47 +00:00
|
|
|
Export-Package: org.eclipse.cdt.debug.ui.memory.search
|