Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-05-29 07:40:40 +0000
committerAlexander Kurtakov2018-05-29 07:40:59 +0000
commitdd69dd57a759a159d2b1616514205f9190c33df7 (patch)
tree802a1c4911c91e8063543f92960c3fc0f419391a /eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml
parentfcce42cccf05354778ad3b9677e77c7da65c511b (diff)
downloadeclipse.platform.releng.aggregator-dd69dd57a759a159d2b1616514205f9190c33df7.tar.gz
eclipse.platform.releng.aggregator-dd69dd57a759a159d2b1616514205f9190c33df7.tar.xz
eclipse.platform.releng.aggregator-dd69dd57a759a159d2b1616514205f9190c33df7.zip
Bug 535219 - a.jre.javase/10 in repo while prods require a.jre.javase/9
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml
index 140ae2926..d3a87d3ef 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml
@@ -40,14 +40,6 @@
<plugins>
<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-packaging-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>

Back to the top