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 /build/org.eclipse.cdt.make.ui/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 'build/org.eclipse.cdt.make.ui/META-INF/MANIFEST.MF')
-rw-r--r--build/org.eclipse.cdt.make.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/org.eclipse.cdt.make.ui/META-INF/MANIFEST.MF b/build/org.eclipse.cdt.make.ui/META-INF/MANIFEST.MF
index 0a80acfb022..b059272d1c6 100644
--- a/build/org.eclipse.cdt.make.ui/META-INF/MANIFEST.MF
+++ b/build/org.eclipse.cdt.make.ui/META-INF/MANIFEST.MF
@@ -40,5 +40,5 @@ Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.2.0,4.0.0)",
org.eclipse.tools.templates.freemarker;bundle-version="1.0.0",
org.eclipse.cdt.launch;bundle-version="9.2.0"
Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-RequiredExecutionEnvironment: JavaSE-11
Automatic-Module-Name: org.eclipse.cdt.make.ui

Back to the top