# This properties file contains items that are specific to the platform being tested, # Typically includes items dependent on exact OS, architecture, and location of files. # (Historically, this info used to be contained in several files, such as 'vm.properties', # testing.properties, etc.) # This value, testedPlatform, is computed by scripts, but there may be need or opportunity # to denote "extra data" if set here? (But, other changes will be # needed to be fully functional, since indexer, web pages also depend # on this value. # testedPlatform=macosx.cocoa.x86_64_7.0 # This is the VM to use to run the tests, if one prefers # to use a different one from the one that stared the whole process. #jvm=/Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home/jre/bin/java jvm=/Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/jre/bin/java # TODO: can also list VMs to use for specific execution environments # https://bugs.eclipse.org/bugs/show_bug.cgi?id=392213 # If this property is set, the actual location and file name # is computed at test time, but this is assumed to be the # VM argument required to specify that location. loglocationarg=-XX:ErrorFile # executable for ant