From 139cabe9e45687e686eaf0f108381cf2302cf76a Mon Sep 17 00:00:00 2001 From: Patrick Plitzner Date: Wed, 22 Mar 2017 10:43:24 +0100 Subject: [PATCH] Increase Bundle-RequiredExecutionEnvironment to JavaSE-1.8 --- eu.etaxonomy.taxeditor.store/META-INF/MANIFEST.MF | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eu.etaxonomy.taxeditor.store/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.store/META-INF/MANIFEST.MF index ab1f49beb..a64aca87b 100644 --- a/eu.etaxonomy.taxeditor.store/META-INF/MANIFEST.MF +++ b/eu.etaxonomy.taxeditor.store/META-INF/MANIFEST.MF @@ -94,5 +94,5 @@ Import-Package: eu.etaxonomy.taxeditor.webapp, org.osgi.framework, org.osgi.service.prefs;version="1.1.1" Bundle-ActivationPolicy: lazy -Bundle-RequiredExecutionEnvironment: JavaSE-1.7 +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-Localization: OSGI-INF/l10n/bundle -- 2.34.1