added eclipse language server plugin and feature for cloud foundry to tycho build

This commit is contained in:
Martin Lippert
2016-11-30 15:26:02 +01:00
parent e06f827d28
commit 72603ac855
10 changed files with 186 additions and 39 deletions

View File

@@ -1,6 +1,10 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Server
Bundle-SymbolicName: org.springframework.boot.ide.cloudfoundry.server
Bundle-SymbolicName: org.springframework.boot.ide.cloudfoundry.server;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