Author: peter_firmstone Date: Thu Sep 3 07:47:54 2015 New Revision: 1700943
URL: http://svn.apache.org/r1700943 Log: Fix jtreg jdk.home test path variable. Modified: river/jtsk/skunk/qa-refactor-namespace/trunk/qa/build.xml Modified: river/jtsk/skunk/qa-refactor-namespace/trunk/qa/build.xml URL: http://svn.apache.org/viewvc/river/jtsk/skunk/qa-refactor-namespace/trunk/qa/build.xml?rev=1700943&r1=1700942&r2=1700943&view=diff ============================================================================== --- river/jtsk/skunk/qa-refactor-namespace/trunk/qa/build.xml (original) +++ river/jtsk/skunk/qa-refactor-namespace/trunk/qa/build.xml Thu Sep 3 07:47:54 2015 @@ -58,7 +58,7 @@ <property name="jtreg.home" location="${env.JT_HOME}" /> <!-- probably should rename the environment variable, to enable using the correct --> <!-- jdk version for the jtreg tests --> - <property name="jdk.home" location="/usr/jdk/jdk1.6.0_25"/> + <property name="jdk.home" location="${env.JAVA_HOME}"/> <property name="jtlib.tmp" location="${jtreg.dir}/JTlib-tmp"/> <!-- classpath for use by ClassDep in this build -->
