Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2020-08-23 12:05:03 +0000
committerJonah Graham2020-08-24 21:50:56 +0000
commitfd9382d8a95d01d291a9008c8b794f53edc8e22f (patch)
treed20e3a8eb75eda8f731d366da26138a79e1cd4f6 /debug/org.eclipse.cdt.debug.application.tests/META-INF/MANIFEST.MF
parente933f46289c9e7c08356128c9c10abd1892a2b7a (diff)
downloadorg.eclipse.cdt-fd9382d8a95d01d291a9008c8b794f53edc8e22f.tar.gz
org.eclipse.cdt-fd9382d8a95d01d291a9008c8b794f53edc8e22f.tar.xz
org.eclipse.cdt-fd9382d8a95d01d291a9008c8b794f53edc8e22f.zip
Bug 562494: Update BREE to Java 11
Diffstat (limited to 'debug/org.eclipse.cdt.debug.application.tests/META-INF/MANIFEST.MF')
-rw-r--r--debug/org.eclipse.cdt.debug.application.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/org.eclipse.cdt.debug.application.tests/META-INF/MANIFEST.MF b/debug/org.eclipse.cdt.debug.application.tests/META-INF/MANIFEST.MF
index 0cebfb0f2a7..8f522bd1702 100644
--- a/debug/org.eclipse.cdt.debug.application.tests/META-INF/MANIFEST.MF
+++ b/debug/org.eclipse.cdt.debug.application.tests/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ 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
+Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: org.eclipse.cdt.debug.application,
org.eclipse.cdt.debug.application.doc,
org.eclipse.swtbot.eclipse.finder,

Back to the top