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

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.springframework.ide.eclipse.xml.namespaces
Bundle-SymbolicName: org.springframework.ide.eclipse.xml.namespaces;singleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-RequiredExecutionEnvironment: JavaSE-17
Import-Package: org.eclipse.core.commands.common,
org.eclipse.core.resources,
org.eclipse.core.runtime,