mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +02:00

This change was generated using the script: releng/scripts/ChangeJavaVersion.sh Change-Id: I2ad96dc682a5acb8529c3edec40de279c331b5a4
20 lines
692 B
Text
20 lines
692 B
Text
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
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
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
|