Add dependency on commons.boot.ls
This commit is contained in:
@@ -31,7 +31,8 @@ Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.9.0",
|
||||
org.eclipse.mylyn.wikitext,
|
||||
org.springframework.ide.eclipse.boot.dash;bundle-version="3.9.12",
|
||||
com.google.gson,
|
||||
org.eclipse.lsp4e.jdt;bundle-version="0.10.0"
|
||||
org.eclipse.lsp4e.jdt;bundle-version="0.10.0",
|
||||
org.springsource.ide.eclipse.commons.boot.ls
|
||||
Import-Package: com.google.common.base,
|
||||
com.google.common.collect,
|
||||
com.google.gson;version="2.7.0",
|
||||
|
||||
@@ -86,6 +86,7 @@
|
||||
<dist.key>TOOLS</dist.key>
|
||||
<dist.path>${dist.type}/${dist.key}/${dist.project}/${dist.version}</dist.path>
|
||||
|
||||
<springide-commons-p2-repo>https://dist.springsource.com/snapshot/TOOLS/eclipse-integration-commons/nightly/</springide-commons-p2-repo>
|
||||
<springide-p2-repo>https://dist.springframework.org/snapshot/IDE/nightly</springide-p2-repo>
|
||||
<!-- <springide-p2-repo>https://dist.springframework.org/milestone/IDE/3.9.7.RC1</springide-p2-repo> -->
|
||||
<!-- <springide-p2-repo>https://dist.springframework.org/release/IDE/3.9.14.RELEASE</springide-p2-repo> -->
|
||||
@@ -141,10 +142,15 @@
|
||||
<url>https://download.eclipse.org/tools/orbit/downloads/drops/R20200529191137/repository</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>e-i-commons</id>
|
||||
<id>sts3-repo</id>
|
||||
<layout>p2</layout>
|
||||
<url>${springide-p2-repo}</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>e-i-commons</id>
|
||||
<layout>p2</layout>
|
||||
<url>${springide-commons-p2-repo}</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>mylyn-markdown</id>
|
||||
<layout>p2</layout>
|
||||
@@ -186,10 +192,15 @@
|
||||
<url>https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>e-i-commons</id>
|
||||
<id>sts3-repo</id>
|
||||
<layout>p2</layout>
|
||||
<url>${springide-p2-repo}</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>e-i-commons</id>
|
||||
<layout>p2</layout>
|
||||
<url>${springide-commons-p2-repo}</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>mylyn-markdown</id>
|
||||
<layout>p2</layout>
|
||||
@@ -241,10 +252,15 @@
|
||||
<url>https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>e-i-commons</id>
|
||||
<id>sts3-repo</id>
|
||||
<layout>p2</layout>
|
||||
<url>${springide-p2-repo}</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>e-i-commons</id>
|
||||
<layout>p2</layout>
|
||||
<url>${springide-commons-p2-repo}</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>mylyn-markdown</id>
|
||||
<layout>p2</layout>
|
||||
|
||||
Reference in New Issue
Block a user