switch to specific lsp4e version to avoid dependency on latest swt
This commit is contained in:
@@ -305,8 +305,8 @@
|
||||
<repository>
|
||||
<id>lsp4e</id>
|
||||
<layout>p2</layout>
|
||||
<!-- <url>https://download.eclipse.org/lsp4e/releases/0.21.0/</url> -->
|
||||
<url>https://download.eclipse.org/lsp4e/snapshots/</url>
|
||||
<url>https://download.eclipse.org/lsp4e/releases/0.21.0/</url>
|
||||
<!-- <url>https://download.eclipse.org/lsp4e/snapshots/</url> -->
|
||||
</repository>
|
||||
<repository>
|
||||
<id>tm4e-snapshots</id>
|
||||
|
||||
@@ -12,9 +12,9 @@ Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.9.0",
|
||||
org.eclipse.jdt.ui;bundle-version="3.13.0",
|
||||
org.eclipse.tm4e.core;bundle-version="0.1.0",
|
||||
org.eclipse.tm4e.ui;bundle-version="0.1.0",
|
||||
org.eclipse.lsp4e;bundle-version="0.16.0",
|
||||
org.eclipse.lsp4j;bundle-version="0.19.0",
|
||||
org.eclipse.lsp4j.jsonrpc;bundle-version="0.19.0",
|
||||
org.eclipse.lsp4e,
|
||||
org.eclipse.lsp4j,
|
||||
org.eclipse.lsp4j.jsonrpc,
|
||||
org.eclipse.ui.workbench,
|
||||
org.eclipse.jface,
|
||||
org.springframework.tooling.ls.eclipse.commons;bundle-version="0.2.0",
|
||||
|
||||
@@ -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.16.0",
|
||||
org.eclipse.lsp4j.jsonrpc;bundle-version="0.19.0",
|
||||
org.eclipse.lsp4j;bundle-version="0.19.0",
|
||||
org.eclipse.lsp4e,
|
||||
org.eclipse.lsp4j.jsonrpc,
|
||||
org.eclipse.lsp4j,
|
||||
org.eclipse.ui.workbench.texteditor,
|
||||
org.eclipse.jface.text,
|
||||
com.google.guava,
|
||||
|
||||
@@ -203,8 +203,8 @@
|
||||
<repository>
|
||||
<id>lsp4e</id>
|
||||
<layout>p2</layout>
|
||||
<!-- <url>https://download.eclipse.org/lsp4e/releases/0.21.0/</url> -->
|
||||
<url>https://download.eclipse.org/lsp4e/snapshots</url>
|
||||
<url>https://download.eclipse.org/lsp4e/releases/0.21.0/</url>
|
||||
<!-- <url>https://download.eclipse.org/lsp4e/snapshots</url> -->
|
||||
</repository>
|
||||
<repository>
|
||||
<id>tm4e</id>
|
||||
@@ -366,11 +366,11 @@
|
||||
<url>https://repo.spring.io/plugins-release/</url>
|
||||
</pluginRepository> -->
|
||||
|
||||
<pluginRepository>
|
||||
<!-- <pluginRepository>
|
||||
<id>springsource-maven-release</id>
|
||||
<name>SpringSource Maven Release Repository</name>
|
||||
<url>https://repository.springsource.com/maven/bundles/release</url>
|
||||
</pluginRepository>
|
||||
</pluginRepository> -->
|
||||
|
||||
<!-- <pluginRepository>
|
||||
<id>sonatype.snapshots</id>
|
||||
|
||||
Reference in New Issue
Block a user