Skip to content

Commit

Permalink
Use LSP4J 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelistria committed Nov 18, 2022
1 parent 97debaf commit 9a35f11
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions org.eclipse.lsp4e.debug/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.debug.core,
org.eclipse.debug.ui,
org.eclipse.jface,
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.18.0,0.19.0)",
org.eclipse.lsp4j.jsonrpc.debug;bundle-version="[0.18.0,0.19.0)",
org.eclipse.lsp4j.debug;bundle-version="[0.18.0,0.19.0)",
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.19.0,0.20.0)",
org.eclipse.lsp4j.jsonrpc.debug;bundle-version="[0.19.0,0.20.0)",
org.eclipse.lsp4j.debug;bundle-version="[0.19.0,0.20.0)",
org.eclipse.ui.editors,
org.eclipse.core.filesystem,
org.eclipse.ui.ide;bundle-version="[3.16.0,4.0.0)",
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.lsp4e.tests.mock/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Bundle-SymbolicName: org.eclipse.lsp4e.tests.mock
Bundle-Version: 0.16.0.qualifier
Bundle-Vendor: Eclipse LSP4E
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.eclipse.lsp4j;bundle-version="[0.18.0,0.19.0)",
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.18.0,0.19.0)"
Require-Bundle: org.eclipse.lsp4j;bundle-version="[0.19.0,0.20.0)",
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.19.0,0.20.0)"
Export-Package: org.eclipse.lsp4e.tests.mock
Automatic-Module-Name: org.eclipse.lsp4e.tests.mock
4 changes: 2 additions & 2 deletions org.eclipse.lsp4e/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.12.0",
org.eclipse.jdt.annotation;bundle-version="2.1.0";resolution:=optional,
org.eclipse.ui.editors,
org.eclipse.ui.navigator;bundle-version="3.6.100",
org.eclipse.lsp4j;bundle-version="[0.18.0,0.19.0)",
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.18.0,0.19.0)",
org.eclipse.lsp4j;bundle-version="[0.19.0,0.20.0)",
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.19.0,0.20.0)",
org.eclipse.mylyn.wikitext;bundle-version="3.0.40",
org.eclipse.mylyn.wikitext.markdown;bundle-version="3.0.40",
org.eclipse.ui.console,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<unit id="org.eclipse.lsp4j.jsonrpc" version="0.0.0"/>
<unit id="org.eclipse.lsp4j.debug" version="0.0.0"/>
<unit id="org.eclipse.lsp4j.jsonrpc.debug" version="0.0.0"/>
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.18.0/"/>
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.19.0/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.xtext.xbase.lib" version="0.0.0"/>
Expand Down

0 comments on commit 9a35f11

Please sign in to comment.