updated distro with refactored eclipse language server extensions and new ones
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user