* 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>
24 lines
759 B
Plaintext
24 lines
759 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Test
|
|
Bundle-SymbolicName: org.springframework.tooling.ls.eclipse.commons.test
|
|
Bundle-Version: 4.30.0.qualifier
|
|
Automatic-Module-Name: org.springframework.tooling.ls.eclipse.commons.test
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
|
Require-Bundle: org.junit,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.core.resources,
|
|
org.springframework.tooling.ls.eclipse.commons,
|
|
org.eclipse.jdt.core,
|
|
org.springframework.tooling.jdt.ls.commons,
|
|
org.eclipse.lsp4j,
|
|
org.eclipse.m2e.core,
|
|
org.eclipse.m2e.maven.runtime,
|
|
org.eclipse.m2e.core.ui,
|
|
org.eclipse.lsp4j.jsonrpc
|
|
Import-Package: com.google.gson,
|
|
com.google.gson.annotations,
|
|
com.google.gson.reflect,
|
|
com.google.gson.stream,
|
|
org.apache.commons.io
|