added regular boot feature to product to include old properties editing support and removed boot-properties language server extension from distro

This commit is contained in:
Martin Lippert
2017-11-14 08:12:29 +01:00
parent 2cf09ba9bb
commit 043ad13b66
2 changed files with 15 additions and 4 deletions

View File

@@ -77,12 +77,13 @@ openFile</programArgs>
<feature id="net.mihai-nita.ansicon" installMode="root"/>
<feature id="org.springsource.ide.eclipse.commons.quicksearch.feature" installMode="root"/>
<feature id="org.springframework.ide.eclipse.boot.feature" installMode="root"/>
<feature id="org.springframework.ide.eclipse.boot.dash.feature" installMode="root"/>
<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.main.feature" installMode="root"/> -->
<feature id="org.springframework.tooling.properties.ls.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.tooling.cloudfoundry.manifest.ls.integration.feature" installMode="root"/>

View File

@@ -22,6 +22,11 @@
<category-def name="Integrations / Spring IDE" label="Integrations / Spring IDE" />
<category-def name="Resources / Spring IDE" label="Resources / Spring IDE" />
<!-- <feature
id="org.springframework.boot.ide.main.feature" version="0.0.0">
<category name="Extensions / Spring IDE" />
</feature> -->
<feature
id="org.springframework.ide.eclipse.boot.feature" version="0.0.0">
<category name="Extensions / Spring IDE" />
@@ -32,6 +37,11 @@
<category name="Extensions / Spring IDE" />
</feature>
<!-- <feature
id="org.springframework.boot.ide.main.feature.source" version="0.0.0">
<category name="Resources / Spring IDE" />
</feature> -->
<feature
id="org.springframework.ide.eclipse.boot.feature.source" version="0.0.0">
<category name="Resources / Spring IDE" />
@@ -106,7 +116,7 @@
<bundle id="org.springsource.ide.eclipse.commons.livexp">
<category name="Core / Eclipse Integration Commons"/>
</bundle>
<!--
<bundle id="io.projectreactor.reactor-core">
<category name="Uncategorized"/>
</bundle>
@@ -114,7 +124,7 @@
<bundle id="org.reactivestreams.reactive-streams">
<category name="Uncategorized"/>
</bundle>
-->
<bundle id="org.dadacoalition.yedit">
<category name="Uncategorized"/>
</bundle>