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

@@ -39,7 +39,7 @@ Export-Package: org.springframework.ide.eclipse.editor.support,
org.springframework.ide.eclipse.editor.support.yaml.schema,
org.springframework.ide.eclipse.editor.support.yaml.schema.constraints,
org.springframework.ide.eclipse.editor.support.yaml.structure
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: org.springframework.ide.eclipse.editor.support
Import-Package: org.eclipse.core.runtime,
org.eclipse.core.runtime.jobs,