Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-08-11 06:03:59 +0000
committerDavid Williams2015-08-11 06:03:59 +0000
commitdce23fc706f0dfadc892d67af6c0c6002ebd0a78 (patch)
treef6d6f1568c491ef3c448d2c6911d1c2797361506 /eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php
parentacb5e92a4c9098ab75cf3164a043b1f3915e3e2a (diff)
downloadeclipse.platform.releng.aggregator-dce23fc706f0dfadc892d67af6c0c6002ebd0a78.tar.gz
eclipse.platform.releng.aggregator-dce23fc706f0dfadc892d67af6c0c6002ebd0a78.tar.xz
eclipse.platform.releng.aggregator-dce23fc706f0dfadc892d67af6c0c6002ebd0a78.zip
Bug 473904 - Run official platform tests with Java 8
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php
index e56740876..1cb79cfe7 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php
@@ -9,5 +9,5 @@
$expectedTestConfigs = array();
$expectedTestConfigs[]="linux.gtk.x86_64_8.0";
-$expectedTestConfigs[]="macosx.cocoa.x86_64_7.0";
-$expectedTestConfigs[]="win32.win32.x86_7.0";
+$expectedTestConfigs[]="macosx.cocoa.x86_64_8.0";
+$expectedTestConfigs[]="win32.win32.x86_8.0";

Back to the top