adopting new xml namespace support feature

This commit is contained in:
Martin Lippert
2019-04-25 10:03:46 +02:00
parent df802f4791
commit 4c2ca84e15
7 changed files with 37 additions and 22 deletions

View File

@@ -40,11 +40,21 @@
<category name="Extensions / Spring IDE" />
</feature>
<feature
id="org.springframework.ide.eclipse.xml.namespaces.feature" version="0.0.0">
<category name="Extensions / Spring IDE" />
</feature>
<feature
id="org.springframework.ide.eclipse.boot.dash.feature.source" version="0.0.0">
<category name="Resources / Spring IDE" />
</feature>
<feature
id="org.springframework.ide.eclipse.xml.namespaces.feature.source" version="0.0.0">
<category name="Resources / Spring IDE" />
</feature>
<!-- Language Server -->
<category-def name="Spring Tool Suite 4 Language Server Integrations for Eclipse" label="Spring Tool Suite 4 Language Server Integrations for Eclipse"/>

View File

@@ -93,12 +93,10 @@
<feature id="org.springframework.boot.ide.branding.feature"/>
<feature id="org.springframework.boot.ide.main.feature" installMode="root"/>
<feature id="org.springframework.ide.eclipse.xml.namespaces.feature" installMode="root"/>
<feature id="org.springframework.tooling.boot.ls.feature" installMode="root"/>
<feature id="org.springframework.tooling.cloudfoundry.manifest.ls.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>

View File

@@ -40,11 +40,21 @@
<category name="Extensions / Spring IDE" />
</feature>
<feature
id="org.springframework.ide.eclipse.xml.namespaces.feature" version="0.0.0">
<category name="Extensions / Spring IDE" />
</feature>
<feature
id="org.springframework.ide.eclipse.boot.dash.feature.source" version="0.0.0">
<category name="Resources / Spring IDE" />
</feature>
<feature
id="org.springframework.ide.eclipse.xml.namespaces.feature.source" version="0.0.0">
<category name="Resources / Spring IDE" />
</feature>
<!-- Language Server -->
<category-def name="Spring Tool Suite 4 Language Server Integrations for Eclipse" label="Spring Tool Suite 4 Language Server Integrations for Eclipse"/>

View File

@@ -94,12 +94,10 @@
<feature id="org.springframework.boot.ide.branding.feature"/>
<feature id="org.springframework.boot.ide.main.feature" installMode="root"/>
<feature id="org.springframework.ide.eclipse.xml.namespaces.feature" installMode="root"/>
<feature id="org.springframework.tooling.boot.ls.feature" installMode="root"/>
<feature id="org.springframework.tooling.cloudfoundry.manifest.ls.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>

View File

@@ -40,11 +40,21 @@
<category name="Extensions / Spring IDE" />
</feature>
<feature
id="org.springframework.ide.eclipse.xml.namespaces.feature" version="0.0.0">
<category name="Extensions / Spring IDE" />
</feature>
<feature
id="org.springframework.ide.eclipse.boot.dash.feature.source" version="0.0.0">
<category name="Resources / Spring IDE" />
</feature>
<feature
id="org.springframework.ide.eclipse.xml.namespaces.feature.source" version="0.0.0">
<category name="Resources / Spring IDE" />
</feature>
<!-- Language Server -->
<category-def name="Spring Tool Suite 4 Language Server Integrations for Eclipse" label="Spring Tool Suite 4 Language Server Integrations for Eclipse"/>
@@ -53,11 +63,6 @@
<category name="Spring Tool Suite 4 Language Server Integrations for Eclipse" />
</feature>
<feature
id="org.springframework.tooling.cloudfoundry.manifest.ls.integration.feature" version="0.0.0">
<category name="Spring Tool Suite 4 Language Server Integrations for Eclipse" />
</feature>
<feature
id="org.springframework.tooling.boot.ls.feature" version="0.0.0">
<category name="Spring Tool Suite 4 Language Server Integrations for Eclipse" />

View File

@@ -94,12 +94,10 @@
<feature id="org.springframework.boot.ide.branding.feature"/>
<feature id="org.springframework.boot.ide.main.feature" installMode="root"/>
<feature id="org.springframework.ide.eclipse.xml.namespaces.feature" installMode="root"/>
<feature id="org.springframework.tooling.boot.ls.feature" installMode="root"/>
<feature id="org.springframework.tooling.cloudfoundry.manifest.ls.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>

View File

@@ -17,6 +17,10 @@
%license
</license>
<requires>
<import feature="org.springframework.ide.eclipse.xml.namespaces.feature" version="3.9.9" match="greaterOrEqual"/>
</requires>
<plugin
id="org.springframework.ide.eclipse.boot"
download-size="0"
@@ -87,12 +91,4 @@
version="0.0.0"
unpack="false"/>
<plugin
id="org.springframework.ide.eclipse.xml.namespaces"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>