updating language server plugin builds to tycho 3.0.0

This commit is contained in:
Martin Lippert
2023-01-05 14:26:05 +01:00
parent 217befb7a4
commit 24a3efec15
4 changed files with 32 additions and 50 deletions

View File

@@ -7,9 +7,9 @@ Bundle-Vendor: VMware, Inc.
Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.8.0",
org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.lsp4e;bundle-version="0.9.0",
org.eclipse.lsp4j.jsonrpc;bundle-version="0.6.0",
org.eclipse.lsp4j;bundle-version="0.6.0",
org.eclipse.lsp4e;bundle-version="0.16.0",
org.eclipse.lsp4j.jsonrpc;bundle-version="0.19.0",
org.eclipse.lsp4j;bundle-version="0.19.0",
org.eclipse.ui.workbench.texteditor,
org.eclipse.jface.text,
com.google.guava,