18 lines
734 B
Plaintext
Executable File
18 lines
734 B
Plaintext
Executable File
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-SymbolicName: org.springframework.ide.eclipse.boot.restart;singleton:=true
|
|
Bundle-Version: 4.30.0.qualifier
|
|
Bundle-Vendor: VMware, Inc
|
|
Bundle-Name: Spring Boot Devtools Easy Restart
|
|
Require-Bundle: org.eclipse.ui,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.ui.console,
|
|
org.eclipse.debug.ui;bundle-version="3.9.0",
|
|
org.eclipse.ui.workbench.texteditor;bundle-version="3.9.0",
|
|
org.springframework.ide.eclipse.boot.launch,
|
|
org.springframework.ide.eclipse.boot
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
|
Bundle-Activator: org.springframework.ide.eclipse.boot.restart.RestartPlugin
|
|
Bundle-ActivationPolicy: lazy
|
|
Automatic-Module-Name: org.springframework.ide.eclipse.boot.restart
|