adding jdt.ls.commons to update sites and eclipse-ls-builds

This commit is contained in:
Martin Lippert
2018-04-23 12:29:17 +02:00
parent 2b24cac617
commit 410628c874
5 changed files with 16 additions and 3 deletions

View File

@@ -92,6 +92,10 @@
<category name="Spring Tool Suite 4 Language Server Integrations for Eclipse"/>
</bundle>
<bundle id="org.springframework.tooling.jdt.ls.commons">
<category name="Spring Tool Suite 4 Language Server Integrations for Eclipse"/>
</bundle>
<bundle id="org.springframework.tooling.ls.eclipse.gotosymbol">
<category name="Spring Tool Suite 4 Language Server Integrations for Eclipse"/>
</bundle>

View File

@@ -28,6 +28,10 @@
<category name="deps"/>
</bundle>
<bundle id="org.springframework.tooling.jdt.ls.commons">
<category name="deps"/>
</bundle>
<bundle id="org.springframework.tooling.ls.eclipse.gotosymbol">
<category name="deps"/>
</bundle>

View File

@@ -12,6 +12,10 @@
<category name="deps"/>
</bundle>
<bundle id="org.springframework.tooling.jdt.ls.commons">
<category name="deps"/>
</bundle>
<bundle id="org.eclipse.lsp4e">
<category name="deps"/>
</bundle>

View File

@@ -27,6 +27,7 @@
</licenses>
<modules>
<module>../headless-services/jdt-ls-extension</module>
<module>org.springframework.tooling.ls.eclipse.commons</module>
<module>org.springframework.tooling.cloudfoundry.manifest.ls</module>
@@ -63,7 +64,7 @@
<!-- OSX app signing -->
<skip.osx.signing>true</skip.osx.signing>
<tycho-version>0.26.0</tycho-version>
<tycho-version>1.1.0</tycho-version>
<encoding>UTF-8</encoding>
<dist.accessKey>${accessKey}</dist.accessKey>

View File

@@ -20,9 +20,9 @@
</properties>
<repositories>
<repository>
<id>eclipse-oxygen</id>
<id>eclipse-photon</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/oxygen</url>
<url>http://download.eclipse.org/releases/photon</url>
</repository>
<repository>
<id>JDT.LS</id>