first steps towards installable eclipse features for language servers

This commit is contained in:
Martin Lippert
2016-11-30 12:45:53 +01:00
parent 020066376f
commit 31510f3fc2
23 changed files with 745 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Servers
Bundle-SymbolicName: org.springframework.boot.ide.properties.servers;singleton:=true
Bundle-Version: 4.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.languageserver;bundle-version="0.1.0",
org.eclipse.jdt.launching;bundle-version="3.9.0",
org.eclipse.core.runtime;bundle-version="3.12.0"
Import-Package: org.osgi.framework