initial steps towards lsp-based editor for eclipse, based on Eclipse 4.7

This commit is contained in:
Martin Lippert
2016-11-04 14:33:25 +01:00
parent 6df038a93a
commit 0f23e70c0d
14 changed files with 205 additions and 12 deletions

View File

@@ -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"