fixed category name on ls update site and added missing jcodings dependency

This commit is contained in:
Martin Lippert
2017-09-22 10:36:14 +02:00
parent 3ef692119b
commit b1bd48fcdb

View File

@@ -1,29 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<category-def name="Spring Boot IDE Language Server Integrations for Eclipse" label="Spring Boot IDE Language Server Integrations for Eclipse"/>
<category-def name="Spring Tool Suite 4 Language Server Integrations for Eclipse" label="Spring Tool Suite 4 Language Server Integrations for Eclipse"/>
<feature id="org.springframework.tooling.properties.ls.feature">
<category name="Spring Boot IDE Language Servers for Eclipse"/>
<category name="Spring Tool Suite 4 Language Server Integrations for Eclipse"/>
</feature>
<feature id="org.springframework.tooling.boot.java.ls.feature">
<category name="Spring Boot IDE Language Servers for Eclipse"/>
<category name="Spring Tool Suite 4 Language Server Integrations for Eclipse"/>
</feature>
<feature id="org.springframework.tooling.cloudfoundry.manifest.ls.integration.feature">
<category name="Spring Boot IDE Language Servers for Eclipse"/>
<category name="Spring Tool Suite 4 Language Server Integrations for Eclipse"/>
</feature>
<feature id="org.springframework.tooling.cloudfoundry.manifest.ls.feature">
<category name="Spring Tooling Language Servers for Eclipse"/>
<category name="Spring Tool Suite 4 Language Server Integrations for Eclipse"/>
</feature>
<feature id="org.springframework.tooling.bosh.ls.feature">
<category name="Spring Boot IDE Language Servers for Eclipse"/>
<category name="Spring Tool Suite 4 Language Server Integrations for Eclipse"/>
</feature>
<feature id="org.springframework.tooling.concourse.ls.feature">
<category name="Spring Boot IDE Language Servers for Eclipse"/>
<category name="Spring Tool Suite 4 Language Server Integrations for Eclipse"/>
</feature>
<category-def name="deps" label="Dependencies"/>
@@ -52,4 +52,8 @@
<category name="deps"/>
</bundle>
<bundle id="org.jcodings">
<category name="deps"/>
</bundle>
</site>