Files
spring-tools/eclipse-extensions/org.springframework.ide.eclipse.boot.launch.test/META-INF/MANIFEST.MF
Alex Boyko 9a90390fe0 GH-1503: update everything to Java 21
* Switch to JDT LS 1.45 and Java 21
* Java 21 for LS side
* Switch to Java 21 the branding plugin

---------

Signed-off-by: Martin Lippert <martin.lippert@broadcom.com>
Co-authored-by: Alex Boyko <alex.boyko@broadcom.com>
2025-03-13 08:39:20 +01:00

27 lines
936 B
Plaintext

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Boot Launch Tests
Bundle-SymbolicName: org.springframework.ide.eclipse.boot.launch.test
Bundle-Version: 4.30.0.qualifier
Import-Package: org.apache.commons.io,
org.apache.commons.lang3
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.junit,
org.springframework.ide.eclipse.boot.launch,
org.springsource.ide.eclipse.commons.tests.util,
org.eclipse.core.resources,
org.springsource.ide.eclipse.commons.livexp,
org.eclipse.debug.core,
org.eclipse.jdt.launching,
org.eclipse.jdt.core,
org.eclipse.jdt.debug.ui,
org.springframework.ide.eclipse.boot,
org.springsource.ide.eclipse.commons.frameworks.core,
org.springframework.ide.eclipse.boot.test,
org.springsource.ide.eclipse.commons.frameworks.test.util,
org.springframework.ide.eclipse.buildship30
Bundle-RequiredExecutionEnvironment: JavaSE-21
Bundle-ActivationPolicy: lazy
Bundle-Vendor: Broadcom