Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1995 from eclipse/cd_lsp4j0180
Browse files Browse the repository at this point in the history
[#1993] update to lsp4j 0.18.0
  • Loading branch information
cdietrich authored Nov 10, 2022
2 parents 97a46bb + ce095c8 commit d26032d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions org.eclipse.xtext.ide.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Require-Bundle: org.eclipse.xtext;visibility:=reexport,
org.eclipse.core.runtime;bundle-version="3.13.0",
org.eclipse.xtext.ide,
org.junit;bundle-version="4.12.0",
org.eclipse.lsp4j;bundle-version="[0.17.0,0.18.0)";resolution:=optional,
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.17.0,0.18.0)";resolution:=optional,
org.eclipse.lsp4j;bundle-version="[0.18.0,0.19.0)";resolution:=optional,
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.18.0,0.19.0)";resolution:=optional,
org.eclipse.xtext.testlanguages,
org.eclipse.xtext.testlanguages.ide
Import-Package: org.apache.log4j;version="1.2.19"
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.xtext.ide/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Require-Bundle: org.eclipse.xtext;visibility:=reexport,
org.eclipse.xtend.lib,
org.eclipse.core.runtime;bundle-version="3.13.0";resolution:=optional;x-installation:=greedy,
org.eclipse.equinox.common;bundle-version="3.9.0",
org.eclipse.lsp4j;bundle-version="[0.17.0,0.18.0)";resolution:=optional,
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.17.0,0.18.0)";resolution:=optional,
org.eclipse.lsp4j;bundle-version="[0.18.0,0.19.0)";resolution:=optional,
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.18.0,0.19.0)";resolution:=optional,
org.eclipse.emf.ecore.change;bundle-version="[2.14.0,3)"
Import-Package: org.apache.log4j;version="1.2.19"
Export-Package: org.eclipse.xtext.ide;
Expand Down

0 comments on commit d26032d

Please sign in to comment.