Files
spring-tools/eclipse-extensions/org.springframework.ide.eclipse.boot.restart/META-INF/MANIFEST.MF
2024-12-04 17:05:55 -05:00

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.28.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-17
Bundle-Activator: org.springframework.ide.eclipse.boot.restart.RestartPlugin
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: org.springframework.ide.eclipse.boot.restart