You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2007/12/03 12:00:37 UTC

svn commit: r600476 - /harmony/enhanced/buildtest/branches/2.0/adaptors/ehwa-api/adaptor.xml

Author: smishura
Date: Mon Dec  3 03:00:36 2007
New Revision: 600476

URL: http://svn.apache.org/viewvc?rev=600476&view=rev
Log:
Correct 'test.jre.home' value

Modified:
    harmony/enhanced/buildtest/branches/2.0/adaptors/ehwa-api/adaptor.xml

Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/ehwa-api/adaptor.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/ehwa-api/adaptor.xml?rev=600476&r1=600475&r2=600476&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/ehwa-api/adaptor.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/ehwa-api/adaptor.xml Mon Dec  3 03:00:36 2007
@@ -90,7 +90,7 @@
             <sysproperty key="test.mode" 
                          value="${ehwa-api.parameters.optional.test.mode}"/>
             <sysproperty key="test.jre.home" 
-                         value="${ehwa-api.parameters.optional.tested.runtime}"/>
+                         value="${ehwa-api.parameters.required.tested.runtime}"/>
     </exec-ant>
     </target>