* 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>
21 lines
796 B
Plaintext
21 lines
796 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: com.springsource.sts.frameworks.test.util
|
|
Bundle-SymbolicName: org.springsource.ide.eclipse.commons.frameworks.test.util;singleton:=true
|
|
Bundle-Version: 4.30.0.qualifier
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-Vendor: Broadcom
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
|
Require-Bundle: org.springsource.ide.eclipse.commons.tests.util,
|
|
org.eclipse.debug.core,
|
|
org.hamcrest.library,
|
|
org.eclipse.swtbot.eclipse.finder,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.swt,
|
|
org.eclipse.ui,
|
|
org.junit
|
|
Export-Package: org.springsource.ide.eclipse.commons.frameworks.test.util
|
|
Import-Package: org.apache.log4j;resolution:=optional,
|
|
org.slf4j;resolution:=optional
|
|
Automatic-Module-Name: org.springsource.ide.eclipse.commons.frameworks.test.util
|