updated orbit repos, tycho version, and javase metadata

This commit is contained in:
Martin Lippert
2020-06-05 15:52:23 +02:00
parent 95547b3b82
commit 2a884eec00
4 changed files with 11 additions and 11 deletions

View File

@@ -16,9 +16,9 @@ instructions.unconfigure=\
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:https${#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]
# 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=[14.0.0,9.0.0]

View File

@@ -56,9 +56,9 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<!-- <configuration>
<executionEnvironment>JavaSE-9</executionEnvironment>
</configuration>
</configuration> -->
</plugin>
<plugin>