* 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
892 B
Plaintext
24 lines
892 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Validation
|
|
Bundle-SymbolicName: org.springframework.ide.eclipse.boot.validation;singleton:=true
|
|
Bundle-Vendor: VMware, Inc
|
|
Bundle-Version: 4.30.0.qualifier
|
|
Bundle-Activator: org.springframework.ide.eclipse.boot.validation.BootValidationActivator
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
org.eclipse.core.resources,
|
|
org.eclipse.jdt.core,
|
|
org.springsource.ide.eclipse.commons.livexp,
|
|
org.springframework.ide.eclipse.boot,
|
|
org.eclipse.ui.workbench,
|
|
org.eclipse.ui.ide,
|
|
org.eclipse.jdt.ui,
|
|
com.google.guava,
|
|
org.springsource.ide.eclipse.commons.core,
|
|
org.springframework.ide.eclipse.editor.support,
|
|
org.eclipse.jface,
|
|
org.springsource.ide.eclipse.commons.frameworks.core
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
|
Bundle-ActivationPolicy: lazy
|
|
Export-Package: org.springframework.ide.eclipse.boot.validation.framework
|