Skip to main content
summaryrefslogtreecommitdiffstats
blob: d8e411c7229d6a47fd24a203f775b25af83dc63b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
###############################################################################
# Copyright (c) 2000, 2006 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################

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

# https://bugs.eclipse.org/bugs/show_bug.cgi?id=390286
#jvm=c\:\\java\\jdk1.7.0_07\\jre\\bin\\java

# currently this variable is "hard coded" to work on Hudson.
# not required if no proxies to use or bypass
# TODO: make more sensitive to env. setttings in future so can
# support tests on non Ecipse Infrastructure
# If this property is defined, and file exists, the Eclipse infrastructure
# will copy these "preferences" to
# ${executionDir}/test-eclipse/eclipse/configuration/.settings/
# after the test instance of eclipse is installed.
# It is assumed the file itself gets copied to "execution directory" by
# runTests2.xml approx. line 488
org.eclipse.core.net.prefs=org.eclipse.core.net.prefs

Back to the top