updated dependencies and update urls to limit the scope of updated to e48 based installs

This commit is contained in:
Martin Lippert
2018-06-29 10:53:50 +02:00
parent 3421d7deaa
commit 6b352d3e8f
4 changed files with 30 additions and 29 deletions

View File

@@ -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>

View File

@@ -1,7 +1,9 @@
instructions.configure=\
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//download.springsource.com/release/TOOLS/sts4-language-servers,name:Spring Tooling Language Servers for Eclipse);\
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.springsource.com/release/TOOLS/sts4-language-servers,name:Spring Tooling Language Servers for Eclipse);
instructions.unconfigure=\
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//download.springsource.com/release/TOOLS/sts4-language-servers/e4.8,name:Spring Tooling Language Servers for Eclipse);\
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.springsource.com/release/TOOLS/sts4-language-servers/e4.8,name:Spring Tooling Language Servers for Eclipse);\
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.springsource.com/release/TOOLS/sts4-language-servers);\
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.springsource.com/release/TOOLS/sts4-language-servers)
instructions.unconfigure=\
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.springsource.com/release/TOOLS/sts4-language-servers/e4.8);\
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.springsource.com/release/TOOLS/sts4-language-servers/e4.8)