initial steps towards lsp-based editor for eclipse, based on Eclipse 4.7
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Spring Boot IDE LSP-based Property Editors
|
||||
Bundle-SymbolicName: org.springframework.boot.ide.properties.editors;singleton:=true
|
||||
Bundle-Version: 4.0.0.qualifier
|
||||
Bundle-Vendor: Pivotal, Inc.
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Require-Bundle: org.eclipse.languageserver;bundle-version="0.1.0",
|
||||
org.eclipse.ui.genericeditor;bundle-version="1.0.0",
|
||||
org.eclipse.core.runtime;bundle-version="3.12.0"
|
||||
Reference in New Issue
Block a user