PT #163067196: Update eclipse plugin dependencies to new lsp4j/lsp4e

This commit is contained in:
BoykoAlex
2019-01-08 16:05:06 -05:00
parent 0492974b2f
commit 24f0549d77
5 changed files with 12 additions and 12 deletions

View File

@@ -7,9 +7,9 @@ Bundle-Version: 1.2.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.8.0",
org.eclipse.core.runtime;bundle-version="3.12.0",
org.eclipse.lsp4e;bundle-version="0.6.0",
org.eclipse.lsp4j;bundle-version="0.4.0",
org.eclipse.lsp4j.jsonrpc;bundle-version="0.4.0",
org.eclipse.lsp4e;bundle-version="0.9.0",
org.eclipse.lsp4j;bundle-version="0.6.0",
org.eclipse.lsp4j.jsonrpc;bundle-version="0.6.0",
org.springframework.tooling.ls.eclipse.commons;bundle-version="4.0.0",
com.google.guava
Import-Package: org.eclipse.jface.preference,