another try to fix the anyedit install issue

This commit is contained in:
Martin Lippert
2018-04-25 14:29:11 +02:00
parent f8ce58770b
commit 2342dc8d3b
2 changed files with 17 additions and 0 deletions

View File

@@ -13,3 +13,11 @@ instructions.unconfigure=\
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.springsource.com/release/TOOLS/sts4/update/e4.8);\
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.springsource.com/release/TOOLS/sts4-language-server-integrations);\
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.springsource.com/release/TOOLS/sts4-language-server-integrations);
# Bug 530093: make sure we have latest version of a.jre.javase included with product
requires.3.namespace=org.eclipse.equinox.p2.iu
requires.3.name=a.jre.javase
requires.3.range=[9.0.0,9.0.0]
requires.4.namespace=org.eclipse.equinox.p2.iu
requires.4.name=config.a.jre.javase
requires.4.range=[9.0.0,9.0.0]

View File

@@ -51,6 +51,15 @@
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho.version}</version>
<configuration>
<executionEnvironment>JavaSE-9</executionEnvironment>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-director-plugin</artifactId>