Skip to content

Commit

Permalink
Update to LSP4J 0.23.1.
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Grunberg <[email protected]>
  • Loading branch information
rgrunber committed Aug 2, 2024
1 parent 96ca6b6 commit b7998dc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions org.eclipse.jdt.ls.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.12.0",
org.eclipse.jdt.core.manipulation;bundle-version="1.8.0",
com.google.gson;bundle-version="2.7.0",
org.apache.commons.lang3;bundle-version="3.1.0",
org.eclipse.lsp4j;bundle-version="[0.22.0.0,0.23.0)",
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.22.0,0.23.0)",
org.eclipse.lsp4j;bundle-version="[0.23.0.0,0.24.0)",
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.23.0,0.24.0)",
org.eclipse.xtext.xbase.lib,
org.eclipse.core.filesystem;bundle-version="1.7.0",
org.eclipse.jdt.apt.pluggable.core;bundle-version="1.2.0";resolution:=optional,
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jdt.ls.target/org.eclipse.jdt.ls.tp.target
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<repository location="https://download.eclipse.org/releases/2024-03/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.22.0/"/>
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.23.1/"/>
<unit id="org.eclipse.lsp4j" version="0.0.0"/>
</location>
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="generate" type="Maven">
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.jdt.ls.tests.syntaxserver/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Require-Bundle: org.eclipse.jdt.ls.core,
org.apache.commons.commons-io;bundle-version="2.2.0",
org.apache.commons.lang3;bundle-version="3.1.0",
com.google.gson;bundle-version="2.7.0",
org.eclipse.lsp4j;bundle-version="[0.22.0,0.23.0)",
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.22.0,0.23.0)",
org.eclipse.lsp4j;bundle-version="[0.23.0,0.24.0)",
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.23.0,0.24.0)",
org.eclipse.xtext.xbase.lib,
org.eclipse.jdt.launching,
org.eclipse.ltk.core.refactoring,
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.jdt.ls.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Require-Bundle: org.eclipse.jdt.ls.core,
org.eclipse.buildship.core;bundle-version="1.0.18",
org.apache.commons.lang3;bundle-version="3.1.0",
com.google.gson;bundle-version="2.7.0",
org.eclipse.lsp4j;bundle-version="[0.22.0,0.23.0)",
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.22.0,0.23.0)",
org.eclipse.lsp4j;bundle-version="[0.23.0,0.24.0)",
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.23.0,0.24.0)",
org.eclipse.xtext.xbase.lib,
org.eclipse.jdt.launching,
org.eclipse.ltk.core.refactoring,
Expand Down

0 comments on commit b7998dc

Please sign in to comment.