Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-04-05 18:51:19 +0000
committerDavid Williams2014-04-05 18:51:19 +0000
commit5a708ed35298d9175bc8a017d057b46d6ac2c2d2 (patch)
tree00d7b67a5c6ad0d52480db3858fbe2d179aeb139 /production/testScripts/configuration/sdk.tests/testConfigs/win7
parentfe64a1d8177666578320bda0f8c96de0d0278ecf (diff)
downloadeclipse.platform.releng.aggregator-5a708ed35298d9175bc8a017d057b46d6ac2c2d2.tar.gz
eclipse.platform.releng.aggregator-5a708ed35298d9175bc8a017d057b46d6ac2c2d2.tar.xz
eclipse.platform.releng.aggregator-5a708ed35298d9175bc8a017d057b46d6ac2c2d2.zip
Bug 432089 - Update Windows test machine to use 1.8 JRE
Title in results will still say '7'
Diffstat (limited to 'production/testScripts/configuration/sdk.tests/testConfigs/win7')
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/win7/vm.properties6
1 files changed, 5 insertions, 1 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/win7/vm.properties b/production/testScripts/configuration/sdk.tests/testConfigs/win7/vm.properties
index f5f3e63b3..d8e411c72 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/win7/vm.properties
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/win7/vm.properties
@@ -10,8 +10,12 @@
###############################################################################
platform=win32.win32.x86_7.0
+#platform=win32.win32.x86_8.0
+# changing platform string requires other changes in 'indexer'
+
+#jvm=c\:\\java\\jdk1.7.0_51\\jre\\bin\\java
+jvm=c\:\\java\\jdk1.8.0\\jre\\bin\\java
-jvm=c\:\\java\\jdk1.7.0_51\\jre\\bin\\java
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=390286
#jvm=c\:\\java\\jdk1.7.0_07\\jre\\bin\\java

Back to the top