1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 06:15:37 +02:00
cdt/debug/org.eclipse.cdt.debug.application.tests/META-INF/MANIFEST.MF
Jonah Graham fd9382d8a9 Bug 562494: Update BREE to Java 11
Change-Id: I0c91aafc0cb1b179936acbd4c9df2d961899e3fa
2020-08-24 17:50:56 -04:00

21 lines
754 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-11
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
Automatic-Module-Name: org.eclipse.cdt.debug.application.tests