You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2006/03/07 19:05:02 UTC

svn commit: r383948 - /incubator/harmony/enhanced/classlib/trunk/modules/luni/make/common/hyproperties.xml

Author: tellison
Date: Tue Mar  7 10:05:01 2006
New Revision: 383948

URL: http://svn.apache.org/viewcvs?rev=383948&view=rev
Log:
New property for test report location

Modified:
    incubator/harmony/enhanced/classlib/trunk/modules/luni/make/common/hyproperties.xml

Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/make/common/hyproperties.xml
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/luni/make/common/hyproperties.xml?rev=383948&r1=383947&r2=383948&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/luni/make/common/hyproperties.xml (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/luni/make/common/hyproperties.xml Tue Mar  7 10:05:01 2006
@@ -37,4 +37,8 @@
    </luni>
 
    <target location="../../deploy" />
+
+   <tests>
+      <reports location="../../build/test_report" />
+   </tests>
 </hy>