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
|
2022-10-01 19:59:59 -04:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
2014-11-05 16:02:51 -05:00
|
|
|
Require-Bundle: org.eclipse.cdt.debug.application,
|
|
|
|
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
|
2022-10-19 11:51:26 -04:00
|
|
|
Import-Package: org.eclipse.cdt.utils.pty,
|
2014-11-05 16:02:51 -05:00
|
|
|
org.eclipse.core.resources,
|
|
|
|
org.eclipse.debug.core
|
|
|
|
Export-Package: org.eclipse.cdt.debug.application.tests;x-internal:=true
|
2018-10-30 15:29:24 +01:00
|
|
|
Automatic-Module-Name: org.eclipse.cdt.debug.application.tests
|