Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-03-17 10:46:18 +0000
committerSravan Kumar Lakkimsetti2017-03-17 10:48:52 +0000
commit09b9a1f2ab76788fdaf7594bb7f097576af7b173 (patch)
tree9e29c718cfc170bdfe9381f7d2668dd79bb42b35
parent056c122bf67d482103d48fab8355cdbb8374bfd5 (diff)
downloadeclipse.platform.releng.aggregator-09b9a1f2ab76788fdaf7594bb7f097576af7b173.tar.gz
eclipse.platform.releng.aggregator-09b9a1f2ab76788fdaf7594bb7f097576af7b173.tar.xz
eclipse.platform.releng.aggregator-09b9a1f2ab76788fdaf7594bb7f097576af7b173.zip
Bug 493769 - Switch one Platform to use Java 9
Added getching of target platform Change-Id: Id0eb39fdff56c684949fb5a618bf70ae66c5e237
-rw-r--r--production/testScripts/runTests2.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/production/testScripts/runTests2.xml b/production/testScripts/runTests2.xml
index e3bc2e891..c7f3ffa04 100644
--- a/production/testScripts/runTests2.xml
+++ b/production/testScripts/runTests2.xml
@@ -428,6 +428,13 @@
</condition>
<condition
property="getArtifacts"
+ value="getlinzips">
+ <equals
+ arg1="${testPlatform}"
+ arg2="linuxjava9" />
+ </condition>
+ <condition
+ property="getArtifacts"
value="getlinzips32">
<equals
arg1="${testPlatform}"

Back to the top