unified language server support plugins for eclipse

This commit is contained in:
Martin Lippert
2016-12-02 09:54:09 +01:00
parent 623e2d1f28
commit c41e4525e6
22 changed files with 184 additions and 301 deletions

View File

@@ -1,19 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.springframework.boot.ide.cloudfoundry.server.feature"
label="Spring Boot IDE Cloud Foundry Manifest Language Server Feature"
version="4.0.0.qualifier"
provider-name="Pivotal, Inc.">
id="org.springframework.boot.ide.cloudfoundry.server.feature"
label="Spring Boot IDE Cloud Foundry Manifest Language Server Feature"
version="4.0.0.qualifier"
provider-name="Pivotal, Inc.">
<requires>
<import plugin="org.eclipse.lsp4e"/>
</requires>
<requires>
<import plugin="org.eclipse.ui.genericeditor"/>
<import plugin="org.eclipse.lsp4e"/>
</requires>
<plugin
id="org.springframework.boot.ide.cloudfoundry.server"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.springframework.boot.ide.cloudfoundry.server"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false">
</plugin>
</feature>