separating language server into separate feature and separate p2 repo

This commit is contained in:
Martin Lippert
2017-06-12 12:34:54 +02:00
parent 437c6b5c26
commit 3d3c8dc42e
28 changed files with 292 additions and 34 deletions

View File

@@ -0,0 +1,43 @@
<?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"/>
<feature id="org.springframework.boot.ide.properties.servers.feature">
<category name="Spring Boot IDE Language Servers for Eclipse"/>
</feature>
<feature id="org.springframework.boot.ide.java.servers.feature">
<category name="Spring Boot IDE Language Servers for Eclipse"/>
</feature>
<feature id="org.springframework.boot.ide.cloudfoundry.manifest.integration.feature">
<category name="Spring Boot IDE Language Servers for Eclipse"/>
</feature>
<category-def name="deps" label="Dependencies"/>
<feature id="tm-feature">
<category name="deps"/>
</feature>
<bundle id="org.eclipse.lsp4e">
<category name="deps"/>
</bundle>
<bundle id="org.eclipse.lsp4j">
<category name="deps"/>
</bundle>
<bundle id="org.eclipse.lsp4j.jsonrpc">
<category name="deps"/>
</bundle>
<bundle id="org.eclipse.xtext.xbase.lib">
<category name="deps"/>
</bundle>
<bundle id="com.google.gson">
<category name="deps"/>
</bundle>
</site>