updated BREE definitions to require JavaSE-17 now

This commit is contained in:
Martin Lippert
2023-11-16 15:57:06 +01:00
parent effb95f1a7
commit 14f420433e
44 changed files with 44 additions and 44 deletions

View File

@@ -18,6 +18,6 @@ Require-Bundle: org.eclipse.core.runtime,
org.springframework.ide.eclipse.editor.support,
org.eclipse.jface,
org.springsource.ide.eclipse.commons.frameworks.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-ActivationPolicy: lazy
Export-Package: org.springframework.ide.eclipse.boot.validation.framework