updated dependencies and update urls to limit the scope of updated to e48 based installs
This commit is contained in:
@@ -1,32 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<feature
|
||||
id="org.springframework.tooling.cloudfoundry.manifest.ls.feature"
|
||||
label="%featureName"
|
||||
version="4.0.0.qualifier"
|
||||
provider-name="%providerName">
|
||||
id="org.springframework.tooling.cloudfoundry.manifest.ls.feature"
|
||||
label="%featureName"
|
||||
version="4.0.0.qualifier"
|
||||
provider-name="%providerName">
|
||||
|
||||
<description>
|
||||
%description
|
||||
</description>
|
||||
<description>
|
||||
%description
|
||||
</description>
|
||||
|
||||
<copyright>
|
||||
%copyright
|
||||
</copyright>
|
||||
<copyright>
|
||||
%copyright
|
||||
</copyright>
|
||||
|
||||
<license url="%licenseUrl">
|
||||
%license
|
||||
</license>
|
||||
<license url="%licenseUrl">
|
||||
%license
|
||||
</license>
|
||||
|
||||
<requires>
|
||||
<import plugin="org.eclipse.lsp4e"/>
|
||||
</requires>
|
||||
<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">
|
||||
</plugin>
|
||||
<plugin
|
||||
id="org.springframework.tooling.cloudfoundry.manifest.ls"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
</feature>
|
||||
|
||||
Reference in New Issue
Block a user