removed category.xml from product def since repo is defined in a separate project
This commit is contained in:
@@ -1,63 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<site pack200="true">
|
||||
<description url="http://www.springsource.com/products/sts">
|
||||
The Spring Boot Tool Suite description
|
||||
</description>
|
||||
|
||||
<!-- Eclipse Integration Commons -->
|
||||
<category-def name="Uncategorized" label="Uncategorized"/>
|
||||
<category-def name="Core / Eclipse Integration Commons" label="Core / Eclipse Integration Commons"/>
|
||||
<category-def name="Resources / Eclipse Integration Commons" label="Resources / Eclipse Integration Commons"/>
|
||||
|
||||
<feature
|
||||
id="org.springsource.ide.eclipse.commons.quicksearch.feature"
|
||||
version="0.0.0">
|
||||
<category name="Core / Eclipse Integration Commons" />
|
||||
</feature>
|
||||
|
||||
<!-- Spring IDE -->
|
||||
<category-def name="Core / Spring IDE" label="Core / Spring IDE" />
|
||||
<category-def name="Extensions / Spring IDE" label="Extensions / Spring IDE" />
|
||||
<category-def name="Extensions (Incubation) / Spring IDE" label="Extensions (Incubation) / Spring IDE" />
|
||||
<category-def name="Integrations / Spring IDE" label="Integrations / Spring IDE" />
|
||||
<category-def name="Resources / Spring IDE" label="Resources / Spring IDE" />
|
||||
|
||||
<feature
|
||||
id="org.springframework.ide.eclipse.boot.feature" version="0.0.0">
|
||||
<category name="Extensions / Spring IDE" />
|
||||
</feature>
|
||||
|
||||
<feature
|
||||
id="org.springframework.ide.eclipse.boot.dash.feature" version="0.0.0">
|
||||
<category name="Extensions / Spring IDE" />
|
||||
</feature>
|
||||
|
||||
<feature
|
||||
id="org.springframework.ide.eclipse.boot.feature.source" version="0.0.0">
|
||||
<category name="Resources / Spring IDE" />
|
||||
</feature>
|
||||
|
||||
<feature
|
||||
id="org.springframework.ide.eclipse.boot.dash.feature.source" version="0.0.0">
|
||||
<category name="Resources / Spring IDE" />
|
||||
</feature>
|
||||
|
||||
<!-- Language Server -->
|
||||
<category-def name="Spring Boot IDE Language Servers for Eclipse" label="Spring Boot IDE Language Servers for Eclipse"/>
|
||||
|
||||
<feature
|
||||
id="org.springframework.boot.ide.cloudfoundry.server.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">
|
||||
<category name="Spring Boot IDE Language Servers for Eclipse" />
|
||||
</feature>
|
||||
|
||||
<feature
|
||||
id="org.springframework.boot.ide.java.servers.feature" version="0.0.0">
|
||||
<category name="Spring Boot IDE Language Servers for Eclipse" />
|
||||
</feature>
|
||||
|
||||
</site>
|
||||
Reference in New Issue
Block a user