* 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>
20 lines
795 B
Plaintext
20 lines
795 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: org.springframework.ide.eclipse.xterm
|
|
Bundle-SymbolicName: org.springframework.ide.eclipse.xterm;singleton:=true
|
|
Bundle-Version: 4.30.0.qualifier
|
|
Automatic-Module-Name: org.springframework.ide.eclipse.xterm
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
|
Bundle-Activator: org.springframework.ide.eclipse.xterm.XtermPlugin
|
|
Require-Bundle: org.eclipse.ui;bundle-version="3.115.0",
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.core.resources,
|
|
org.apache.httpcomponents.httpclient,
|
|
org.apache.httpcomponents.httpcore,
|
|
org.eclipse.wildwebdeveloper.embedder.node
|
|
Import-Package: javax.inject
|
|
Bundle-ClassPath: .
|
|
Bundle-ActivationPolicy: lazy
|
|
Export-Package: org.springframework.ide.eclipse.xterm,
|
|
org.springframework.ide.eclipse.xterm.views
|