Skip to content

Commit

Permalink
Build against LSP4J 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Feb 14, 2024
1 parent 0242893 commit eb9092e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions org.eclipse.lsp4e.debug/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Debug Adapter client for Eclipse IDE (Incubation)
Bundle-SymbolicName: org.eclipse.lsp4e.debug;singleton:=true
Bundle-Version: 0.15.6.qualifier
Bundle-Version: 0.15.7.qualifier
Bundle-Activator: org.eclipse.lsp4e.debug.DSPPlugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.debug.core,
org.eclipse.debug.ui,
org.eclipse.jface,
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.21.0,0.22.0)",
org.eclipse.lsp4j.jsonrpc.debug;bundle-version="[0.21.0,0.22.0)",
org.eclipse.lsp4j.debug;bundle-version="[0.21.0,0.22.0)",
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.22.0,0.23.0)",
org.eclipse.lsp4j.jsonrpc.debug;bundle-version="[0.22.0,0.23.0)",
org.eclipse.lsp4j.debug;bundle-version="[0.22.0,0.23.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.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests for language server bundle (Incubation)
Bundle-SymbolicName: org.eclipse.lsp4e.test;singleton:=true
Bundle-Version: 0.15.9.qualifier
Bundle-Version: 0.15.10.qualifier
Fragment-Host: org.eclipse.lsp4e
Bundle-Vendor: Eclipse.org
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand All @@ -21,7 +21,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.osgi.services,
org.eclipse.lsp4e.tests.mock;bundle-version="0.6.0",
org.eclipse.lsp4e.debug;bundle-version="0.13.4",
org.eclipse.lsp4j;bundle-version="[0.21.0,0.22.0)",
org.eclipse.lsp4j;bundle-version="[0.22.0,0.23.0)",
org.eclipse.jdt.annotation;bundle-version="[2.0.0,3.0.0)",
org.eclipse.ui.tests.harness,
org.eclipse.ui.monitoring,
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lsp4e.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<artifactId>org.eclipse.lsp4e.test</artifactId>
<packaging>eclipse-test-plugin</packaging>
<version>0.15.9-SNAPSHOT</version>
<version>0.15.10-SNAPSHOT</version>

<properties>
<os-jvm-flags /> <!-- for the default case -->
Expand Down
6 changes: 3 additions & 3 deletions org.eclipse.lsp4e.tests.mock/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mock Language Server to test LSP4E
Bundle-SymbolicName: org.eclipse.lsp4e.tests.mock
Bundle-Version: 0.16.7.qualifier
Bundle-Version: 0.16.8.qualifier
Bundle-Vendor: Eclipse LSP4E
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.eclipse.lsp4j;bundle-version="[0.21.0,0.22.0)",
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.21.0,0.22.0)"
Require-Bundle: org.eclipse.lsp4j;bundle-version="[0.22.0,0.23.0)",
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.22.0,0.23.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 @@ -29,8 +29,8 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.12.0",
org.eclipse.tm4e.ui,
org.eclipse.ui.editors,
org.eclipse.ui.navigator;bundle-version="3.6.100",
org.eclipse.lsp4j;bundle-version="[0.21.0,0.22.0)",
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.21.0,0.22.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.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 @@ -14,7 +14,7 @@
<unit id="org.eclipse.lsp4j.debug" version="0.0.0"/>
<unit id="org.eclipse.lsp4j.jsonrpc.debug" version="0.0.0"/>
<unit id="com.google.gson" version="0.0.0"/>
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.21.1/"/>
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.22.0/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.ui.tests.harness" version="0.0.0"/>
Expand Down

0 comments on commit eb9092e

Please sign in to comment.