Skip to content
Snippets Groups Projects
Commit 955c4675 authored by david_williams's avatar david_williams
Browse files

248038 We should move to Java 6 to run JUnit tests

parent f0bd7c00
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@
description="Run our JUnit's within an instance of antRunner">
<property
name="test-vm"
value="${env.JAVA_5_HOME}/bin/java"/>
value="${env.JAVA_6_HOME}/bin/java"/>
<property
name="plugin-path"
value="${testRoot}${dropinsFolder}/eclipse/plugins"/>
......@@ -212,7 +212,7 @@
failonerror="false"
timeout="${testTimeLimit}"
dir="${testRoot}/eclipse"
jvm="${env.JAVA_5_HOME}/bin/java"
jvm="${env.JAVA_6_HOME}/bin/java"
classname="org.eclipse.equinox.launcher.Main">
<classpath>
<fileset
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment