32 lines
688 B
XML
32 lines
688 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature
|
|
id="org.springframework.tooling.cloudfoundry.manifest.ls.feature"
|
|
label="%featureName"
|
|
version="4.4.2.qualifier"
|
|
provider-name="%providerName">
|
|
|
|
<description>
|
|
%description
|
|
</description>
|
|
|
|
<copyright>
|
|
%copyright
|
|
</copyright>
|
|
|
|
<license url="%licenseUrl">
|
|
%license
|
|
</license>
|
|
|
|
<requires>
|
|
<import plugin="org.eclipse.lsp4e" version="0.6.0" match="greaterOrEqual"/>
|
|
</requires>
|
|
|
|
<plugin
|
|
id="org.springframework.tooling.cloudfoundry.manifest.ls"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
</feature>
|