35 lines
713 B
XML
35 lines
713 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature
|
|
id="org.springframework.tooling.boot.ls.feature"
|
|
label="Spring Boot Language Server Feature"
|
|
version="4.2.2.qualifier"
|
|
provider-name="Pivotal, Inc.">
|
|
|
|
<description>
|
|
%description
|
|
</description>
|
|
|
|
<copyright>
|
|
%copyright
|
|
</copyright>
|
|
|
|
<license url="%licenseUrl">
|
|
%license
|
|
</license>
|
|
|
|
<requires>
|
|
<import plugin="org.eclipse.ui.genericeditor"/>
|
|
<import plugin="org.eclipse.lsp4e"/>
|
|
<import plugin="org.springframework.tooling.ls.eclipse.gotosymbol"/>
|
|
</requires>
|
|
|
|
<plugin
|
|
id="org.springframework.tooling.boot.ls"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false">
|
|
</plugin>
|
|
|
|
</feature>
|