updated distro with refactored eclipse language server extensions and new ones

This commit is contained in:
Martin Lippert
2017-08-18 12:29:22 +02:00
parent 19c0bfe8d7
commit b3b9ee305e
2 changed files with 19 additions and 5 deletions

View File

@@ -79,12 +79,16 @@ openFile</programArgs>
<feature id="org.springframework.boot.ide.branding.feature" installMode="root"/>
<feature id="org.springframework.boot.ide.main.feature" installMode="root"/>
<feature id="org.springframework.boot.ide.properties.servers.feature" installMode="root"/>
<feature id="org.springframework.boot.ide.java.servers.feature" installMode="root"/>
<feature id="org.springframework.tooling.properties.ls.feature" installMode="root"/>
<feature id="org.springframework.tooling.boot.java.ls.feature" installMode="root"/>
<feature id="org.springframework.boot.ide.cloudfoundry.manifest.integration.feature" installMode="root"/>
<feature id="org.springframework.tooling.cloudfoundry.manifest.ls.feature" installMode="root"/>
<feature id="org.springframework.tooling.bosh.ls.feature" installMode="root"/>
<feature id="org.springframework.tooling.concourse.ls.feature" installMode="root"/>
</features>
<configurations>

View File

@@ -51,17 +51,27 @@
</feature>
<feature
id="org.springframework.boot.ide.cloudfoundry.manifest.integration.feature" version="0.0.0">
id="org.springframework.tooling.cloudfoundry.manifest.ls.integration.feature" version="0.0.0">
<category name="Spring Boot IDE Language Servers for Eclipse" />
</feature>
<feature
id="org.springframework.boot.ide.properties.servers.feature" version="0.0.0">
id="org.springframework.tooling.properties.ls.feature" version="0.0.0">
<category name="Spring Boot IDE Language Servers for Eclipse" />
</feature>
<feature
id="org.springframework.boot.ide.java.servers.feature" version="0.0.0">
id="org.springframework.tooling.boot.java.ls.feature" version="0.0.0">
<category name="Spring Boot IDE Language Servers for Eclipse" />
</feature>
<feature
id="org.springframework.tooling.bosh.ls.feature" version="0.0.0">
<category name="Spring Boot IDE Language Servers for Eclipse" />
</feature>
<feature
id="org.springframework.tooling.concourse.ls.feature" version="0.0.0">
<category name="Spring Boot IDE Language Servers for Eclipse" />
</feature>