2014-11-05 16:02:51 -05:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: %bundleName
|
|
|
|
Bundle-SymbolicName: org.eclipse.cdt.debug.application.tests
|
|
|
|
Bundle-Version: 1.0.0.qualifier
|
|
|
|
Bundle-Vendor: %bundleVendor
|
2016-06-20 09:27:40 -04:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
2014-11-05 16:02:51 -05:00
|
|
|
Require-Bundle: org.eclipse.cdt.debug.application,
|
|
|
|
org.eclipse.cdt.debug.application.doc,
|
|
|
|
org.eclipse.swtbot.eclipse.finder,
|
|
|
|
org.eclipse.swtbot.go,
|
|
|
|
org.eclipse.swtbot.junit4_x,
|
|
|
|
org.junit,
|
|
|
|
org.eclipse.cdt.core.native
|
|
|
|
Bundle-ActivationPolicy: lazy
|
|
|
|
Bundle-Localization: plugin
|
|
|
|
Import-Package: org.eclipse.cdt.utils.pty,
|
|
|
|
org.eclipse.core.resources,
|
|
|
|
org.eclipse.debug.core
|
|
|
|
Export-Package: org.eclipse.cdt.debug.application.tests;x-internal:=true
|