You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2009/07/21 14:46:06 UTC

svn commit: r796278 - in /harmony/enhanced/classlib/trunk: make/ modules/accessibility/ modules/accessibility/make/ modules/annotation/ modules/annotation/make/ modules/applet/ modules/applet/make/ modules/archive/ modules/archive/make/ modules/auth/ m...

Author: hindessm
Date: Tue Jul 21 12:46:04 2009
New Revision: 796278

URL: http://svn.apache.org/viewvc?rev=796278&view=rev
Log:
Factor out common tests.output property.

Modified:
    harmony/enhanced/classlib/trunk/make/build-test.xml
    harmony/enhanced/classlib/trunk/make/properties.xml
    harmony/enhanced/classlib/trunk/make/run-test.xml
    harmony/enhanced/classlib/trunk/modules/accessibility/build.xml
    harmony/enhanced/classlib/trunk/modules/accessibility/make/run-test.xml
    harmony/enhanced/classlib/trunk/modules/annotation/build.xml
    harmony/enhanced/classlib/trunk/modules/annotation/make/run-test.xml
    harmony/enhanced/classlib/trunk/modules/applet/build.xml
    harmony/enhanced/classlib/trunk/modules/applet/make/run-test.xml
    harmony/enhanced/classlib/trunk/modules/archive/build.xml
    harmony/enhanced/classlib/trunk/modules/archive/make/run-test.xml
    harmony/enhanced/classlib/trunk/modules/auth/build.xml
    harmony/enhanced/classlib/trunk/modules/auth/make/run-test.xml
    harmony/enhanced/classlib/trunk/modules/awt/build.xml
    harmony/enhanced/classlib/trunk/modules/awt/make/run-test.xml
    harmony/enhanced/classlib/trunk/modules/beans/build.xml
    harmony/enhanced/classlib/trunk/modules/beans/make/run-test.xml
    harmony/enhanced/classlib/trunk/modules/concurrent/build.xml
    harmony/enhanced/classlib/trunk/modules/concurrent/make/run-test.xml
    harmony/enhanced/classlib/trunk/modules/crypto/build.xml
    harmony/enhanced/classlib/trunk/modules/crypto/make/run-test.xml
    harmony/enhanced/classlib/trunk/modules/imageio/build.xml
    harmony/enhanced/classlib/trunk/modules/imageio/make/run-test.xml
    harmony/enhanced/classlib/trunk/modules/instrument/build.xml
    harmony/enhanced/classlib/trunk/modules/instrument/make/run-test.xml
    harmony/enhanced/classlib/trunk/modules/jndi/build.xml
    harmony/enhanced/classlib/trunk/modules/jndi/make/run-test.xml
    harmony/enhanced/classlib/trunk/modules/lang-management/build.xml
    harmony/enhanced/classlib/trunk/modules/lang-management/make/run-test.xml
    harmony/enhanced/classlib/trunk/modules/logging/build.xml
    harmony/enhanced/classlib/trunk/modules/logging/make/run-test.xml
    harmony/enhanced/classlib/trunk/modules/luni/build.xml
    harmony/enhanced/classlib/trunk/modules/luni/make/run-test.xml
    harmony/enhanced/classlib/trunk/modules/math/build.xml
    harmony/enhanced/classlib/trunk/modules/math/make/run-test.xml
    harmony/enhanced/classlib/trunk/modules/misc/build.xml
    harmony/enhanced/classlib/trunk/modules/misc/make/run-test.xml
    harmony/enhanced/classlib/trunk/modules/nio/build.xml
    harmony/enhanced/classlib/trunk/modules/nio/make/run-test.xml
    harmony/enhanced/classlib/trunk/modules/nio_char/build.xml
    harmony/enhanced/classlib/trunk/modules/nio_char/make/run-test.xml
    harmony/enhanced/classlib/trunk/modules/pack200/build.xml
    harmony/enhanced/classlib/trunk/modules/pack200/make/run-test.xml
    harmony/enhanced/classlib/trunk/modules/portlib/build.xml
    harmony/enhanced/classlib/trunk/modules/prefs/build.xml
    harmony/enhanced/classlib/trunk/modules/prefs/make/run-test.xml
    harmony/enhanced/classlib/trunk/modules/print/build.xml
    harmony/enhanced/classlib/trunk/modules/print/make/run-test.xml
    harmony/enhanced/classlib/trunk/modules/regex/build.xml
    harmony/enhanced/classlib/trunk/modules/regex/make/run-test.xml
    harmony/enhanced/classlib/trunk/modules/rmi/build.xml
    harmony/enhanced/classlib/trunk/modules/rmi/make/run-test.xml
    harmony/enhanced/classlib/trunk/modules/security/build.xml
    harmony/enhanced/classlib/trunk/modules/security/make/run-test.xml
    harmony/enhanced/classlib/trunk/modules/sound/build.xml
    harmony/enhanced/classlib/trunk/modules/sound/make/run-test.xml
    harmony/enhanced/classlib/trunk/modules/sql/build.xml
    harmony/enhanced/classlib/trunk/modules/sql/make/run-test.xml
    harmony/enhanced/classlib/trunk/modules/suncompat/build.xml
    harmony/enhanced/classlib/trunk/modules/suncompat/make/run-test.xml
    harmony/enhanced/classlib/trunk/modules/swing/build.xml
    harmony/enhanced/classlib/trunk/modules/swing/make/run-test.xml
    harmony/enhanced/classlib/trunk/modules/text/build.xml
    harmony/enhanced/classlib/trunk/modules/text/make/run-test.xml
    harmony/enhanced/classlib/trunk/modules/x-net/build.xml
    harmony/enhanced/classlib/trunk/modules/x-net/make/run-test.xml

Modified: harmony/enhanced/classlib/trunk/make/build-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/build-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/make/build-test.xml (original)
+++ harmony/enhanced/classlib/trunk/make/build-test.xml Tue Jul 21 12:46:04 2009
@@ -24,11 +24,8 @@
     <property name="hy.hdk" location="deploy" />
 
     <!-- import common properties -->
-    <import file="${basedir}/make/properties.xml" />
-
-    <!-- set global properties for this build. -->
-
     <property name="tests.output" location="build/test_report" />
+    <import file="${basedir}/make/properties.xml" />
 
     <property name="tests.support.output" location="build/test_support" />
     <property name="support.dir" location="support"/>

Modified: harmony/enhanced/classlib/trunk/make/properties.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/properties.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/make/properties.xml (original)
+++ harmony/enhanced/classlib/trunk/make/properties.xml Tue Jul 21 12:46:04 2009
@@ -356,8 +356,12 @@
                         to="\1.java"/>
             </present>
         </or>
+
     </fileset>
 
+    <!-- test properties -->
+    <property name="tests.output" location="../../build/test_report" />
+
     <target name="echo" depends="svn-prop, svn-info, test-jre-vm-info"
             description="Display the properties defined by this ant file" >
         <echo>

Modified: harmony/enhanced/classlib/trunk/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -22,7 +22,6 @@
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="test.properties" />
     <property name="build.module" value="all"/>
-    <import file="../ant/properties.xml" />
 
     <!-- These two parameters could be assigned by user -->
     <property name="target.dir" value="." />
@@ -30,6 +29,8 @@
     <property name="tests.output" value="${work.dir}/report" />
     <property name="junit.jar" value="${target.dir}/junit.jar" />
 
+    <import file="../ant/properties.xml" />
+
     <target name="test"
             depends="test-jre-vm-info,-test,gen-report,check-test-result" />
 

Modified: harmony/enhanced/classlib/trunk/modules/accessibility/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/accessibility/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/accessibility/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/accessibility/build.xml Tue Jul 21 12:46:04 2009
@@ -23,10 +23,6 @@
     <property name="hy.hdk" location="${basedir}/../../deploy" />
     <import file="${hy.hdk}/build/ant/properties.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <property file="../../make/depends.properties" />
 
     <property name="tests.hdk.dir" value="${hy.hdk}/build/test/accessibility" />

Modified: harmony/enhanced/classlib/trunk/modules/accessibility/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/accessibility/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/accessibility/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/accessibility/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -21,13 +21,14 @@
     <property name="hy.hdk" location="../../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="../test.properties" />
-    <import file="../../ant/properties.xml" />
 
     <property name="work.dir" value=".." />
     <property name="target.dir" value=".." />
     <property name="tests.output" location="../report" />
     <property name="junit.jar" location="../junit.jar" />
 
+    <import file="../../ant/properties.xml" />
+
     <target name="test" depends="test-module" />
 
     <target name="test-module" depends="test-jre-vm-info">

Modified: harmony/enhanced/classlib/trunk/modules/annotation/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/annotation/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/annotation/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/annotation/build.xml Tue Jul 21 12:46:04 2009
@@ -23,10 +23,6 @@
     <property name="hy.hdk" location="${basedir}/../../deploy" />
     <import file="${hy.hdk}/build/ant/properties.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <property file="../../make/depends.properties" />
 
     <property name="tests.hdk.dir" value="${hy.hdk}/build/test/annotation" />

Modified: harmony/enhanced/classlib/trunk/modules/annotation/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/annotation/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/annotation/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/annotation/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -21,13 +21,14 @@
     <property name="hy.hdk" location="../../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="../test.properties" />
-    <import file="../../ant/properties.xml" />
 
     <property name="work.dir" value=".." />
     <property name="target.dir" value=".." />
     <property name="tests.output" location="../report" />
     <property name="junit.jar" location="../junit.jar" />
 
+    <import file="../../ant/properties.xml" />
+
     <target name="test" depends="test-module" />
 
     <target name="test-module" depends="test-jre-vm-info">

Modified: harmony/enhanced/classlib/trunk/modules/applet/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/applet/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/applet/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/applet/build.xml Tue Jul 21 12:46:04 2009
@@ -23,10 +23,6 @@
     <property name="hy.hdk" location="${basedir}/../../deploy" />
     <import file="${hy.hdk}/build/ant/properties.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <property file="../../make/depends.properties" />
 
     <property name="tests.hdk.dir" value="${hy.hdk}/build/test/applet" />

Modified: harmony/enhanced/classlib/trunk/modules/applet/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/applet/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/applet/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/applet/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -21,13 +21,14 @@
     <property name="hy.hdk" location="../../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="../test.properties" />
-    <import file="../../ant/properties.xml" />
 
     <property name="work.dir" value=".." />
     <property name="target.dir" value=".." />
     <property name="tests.output" location="../report" />
     <property name="junit.jar" location="../junit.jar" />
 
+    <import file="../../ant/properties.xml" />
+
     <target name="test" depends="test-module" />
 
     <target name="test-module" depends="test-jre-vm-info">

Modified: harmony/enhanced/classlib/trunk/modules/archive/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/archive/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/archive/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/archive/build.xml Tue Jul 21 12:46:04 2009
@@ -23,10 +23,6 @@
     <property name="hy.hdk" location="${basedir}/../../deploy" />
     <import file="${hy.hdk}/build/ant/properties.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <property file="../../make/depends.properties" />
 
     <property name="zlib.zip" location="${depends.oss}/zlib_1.2.3.zip" />

Modified: harmony/enhanced/classlib/trunk/modules/archive/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/archive/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/archive/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/archive/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -21,13 +21,14 @@
     <property name="hy.hdk" location="../../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="../test.properties" />
-    <import file="../../ant/properties.xml" />
 
     <property name="work.dir" value=".." />
     <property name="target.dir" value=".." />
     <property name="tests.output" location="../report" />
     <property name="junit.jar" location="../junit.jar" />
 
+    <import file="../../ant/properties.xml" />
+
     <target name="test" depends="test-module" />
 
     <target name="test-module" depends="test-jre-vm-info">

Modified: harmony/enhanced/classlib/trunk/modules/auth/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/auth/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/auth/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/auth/build.xml Tue Jul 21 12:46:04 2009
@@ -24,10 +24,6 @@
     <property name="hy.hdk" location="${basedir}/../../deploy" />
     <import file="${hy.hdk}/build/ant/properties.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <property file="../../make/depends.properties" />
 
     <property name="tests.hdk.dir" value="${hy.hdk}/build/test/auth" />

Modified: harmony/enhanced/classlib/trunk/modules/auth/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/auth/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/auth/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/auth/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -21,13 +21,14 @@
     <property name="hy.hdk" location="../../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="../test.properties" />
-    <import file="../../ant/properties.xml" />
 
     <property name="work.dir" value=".." />
     <property name="target.dir" value=".." />
     <property name="tests.output" location="../report" />
     <property name="junit.jar" location="../junit.jar" />
 
+    <import file="../../ant/properties.xml" />
+
     <target name="test" depends="test-module" />
 
     <target name="test-module" depends="test-jre-vm-info">

Modified: harmony/enhanced/classlib/trunk/modules/awt/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/awt/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/awt/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/awt/build.xml Tue Jul 21 12:46:04 2009
@@ -23,10 +23,6 @@
     <property name="hy.hdk" location="${basedir}/../../deploy" />
     <import file="${hy.hdk}/build/ant/properties.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <property file="../../make/depends.properties" />
 
     <property name="tests.hdk.dir" value="${hy.hdk}/build/test/awt" />

Modified: harmony/enhanced/classlib/trunk/modules/awt/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/awt/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/awt/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/awt/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -21,13 +21,14 @@
     <property name="hy.hdk" location="../../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="../test.properties" />
-    <import file="../../ant/properties.xml" />
 
     <property name="work.dir" value=".." />
     <property name="target.dir" value=".." />
     <property name="tests.output" location="../report" />
     <property name="junit.jar" location="../junit.jar" />
 
+    <import file="../../ant/properties.xml" />
+
     <target name="test" depends="test-module" />
 
     <target name="test-module" depends="test-jre-vm-info">

Modified: harmony/enhanced/classlib/trunk/modules/beans/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/beans/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/beans/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/beans/build.xml Tue Jul 21 12:46:04 2009
@@ -23,10 +23,6 @@
     <property name="hy.hdk" location="${basedir}/../../deploy" />
     <import file="${hy.hdk}/build/ant/properties.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <property file="../../make/depends.properties" />
 
     <property name="tests.hdk.dir" value="${hy.hdk}/build/test/beans" />

Modified: harmony/enhanced/classlib/trunk/modules/beans/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/beans/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/beans/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/beans/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -21,13 +21,14 @@
     <property name="hy.hdk" location="../../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="../test.properties" />
-    <import file="../../ant/properties.xml" />
 
     <property name="work.dir" value=".." />
     <property name="target.dir" value=".." />
     <property name="tests.output" location="../report" />
     <property name="junit.jar" location="../junit.jar" />
 
+    <import file="../../ant/properties.xml" />
+
     <target name="test" depends="test-module" />
 
     <target name="test-module" depends="test-jre-vm-info">

Modified: harmony/enhanced/classlib/trunk/modules/concurrent/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/concurrent/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/concurrent/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/concurrent/build.xml Tue Jul 21 12:46:04 2009
@@ -23,10 +23,6 @@
     <property name="hy.hdk" location="${basedir}/../../deploy" />
     <import file="${hy.hdk}/build/ant/properties.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <property file="../../make/depends.properties" />
 
     <property name="tests.hdk.dir" value="${hy.hdk}/build/test/concurrent" />

Modified: harmony/enhanced/classlib/trunk/modules/concurrent/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/concurrent/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/concurrent/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/concurrent/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -21,13 +21,14 @@
     <property name="hy.hdk" location="../../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="../test.properties" />
-    <import file="../../ant/properties.xml" />
 
     <property name="work.dir" value=".." />
     <property name="target.dir" value=".." />
     <property name="tests.output" location="../report" />
     <property name="junit.jar" location="../junit.jar" />
 
+    <import file="../../ant/properties.xml" />
+
     <target name="test" depends="test-module" />
 
     <target name="test-module" depends="test-jre-vm-info">

Modified: harmony/enhanced/classlib/trunk/modules/crypto/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/crypto/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/crypto/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/crypto/build.xml Tue Jul 21 12:46:04 2009
@@ -23,10 +23,6 @@
     <property name="hy.hdk" location="${basedir}/../../deploy" />
     <import file="${hy.hdk}/build/ant/properties.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <property file="../../make/depends.properties" />
 
     <property name="tests.hdk.dir" value="${hy.hdk}/build/test/crypto" />

Modified: harmony/enhanced/classlib/trunk/modules/crypto/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/crypto/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/crypto/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/crypto/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -21,13 +21,14 @@
     <property name="hy.hdk" location="../../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="../test.properties" />
-    <import file="../../ant/properties.xml" />
 
     <property name="work.dir" value=".." />
     <property name="target.dir" value=".." />
     <property name="tests.output" location="../report" />
     <property name="junit.jar" location="../junit.jar" />
 
+    <import file="../../ant/properties.xml" />
+
     <target name="test" depends="test-module" />
 
     <target name="test-module" depends="test-jre-vm-info">

Modified: harmony/enhanced/classlib/trunk/modules/imageio/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/imageio/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/imageio/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/imageio/build.xml Tue Jul 21 12:46:04 2009
@@ -23,10 +23,6 @@
     <property name="hy.hdk" location="${basedir}/../../deploy" />
     <import file="${hy.hdk}/build/ant/properties.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <property file="../../make/depends.properties" />
 
     <property name="tests.hdk.dir" value="${hy.hdk}/build/test/imageio" />

Modified: harmony/enhanced/classlib/trunk/modules/imageio/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/imageio/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/imageio/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/imageio/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -21,13 +21,14 @@
     <property name="hy.hdk" location="../../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="../test.properties" />
-    <import file="../../ant/properties.xml" />
 
     <property name="work.dir" value=".." />
     <property name="target.dir" value=".." />
     <property name="tests.output" location="../report" />
     <property name="junit.jar" location="../junit.jar" />
 
+    <import file="../../ant/properties.xml" />
+
     <target name="test" depends="test-module" />
 
     <target name="test-module" depends="test-jre-vm-info">

Modified: harmony/enhanced/classlib/trunk/modules/instrument/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/instrument/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/instrument/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/instrument/build.xml Tue Jul 21 12:46:04 2009
@@ -23,10 +23,6 @@
     <property name="hy.hdk" location="${basedir}/../../deploy" />
     <import file="${hy.hdk}/build/ant/properties.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <property file="../../make/depends.properties" />
 
     <property name="tests.hdk.dir" value="${hy.hdk}/build/test/instrument" />

Modified: harmony/enhanced/classlib/trunk/modules/instrument/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/instrument/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/instrument/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/instrument/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -21,13 +21,14 @@
     <property name="hy.hdk" location="../../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="../test.properties" />
-    <import file="../../ant/properties.xml" />
 
     <property name="work.dir" value=".." />
     <property name="target.dir" value=".." />
     <property name="tests.output" location="../report" />
     <property name="junit.jar" location="../junit.jar" />
 
+    <import file="../../ant/properties.xml" />
+
     <target name="test" depends="test-module" />
 
     <target name="test-module" depends="test-jre-vm-info">

Modified: harmony/enhanced/classlib/trunk/modules/jndi/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/jndi/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/jndi/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/jndi/build.xml Tue Jul 21 12:46:04 2009
@@ -23,10 +23,6 @@
     <property name="hy.hdk" location="${basedir}/../../deploy" />
     <import file="${hy.hdk}/build/ant/properties.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <property file="../../make/depends.properties" />
 
     <property name="tests.hdk.dir" value="${hy.hdk}/build/test/jndi" />

Modified: harmony/enhanced/classlib/trunk/modules/jndi/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/jndi/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/jndi/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/jndi/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -21,13 +21,14 @@
     <property name="hy.hdk" location="../../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="../test.properties" />
-    <import file="../../ant/properties.xml" />
 
     <property name="work.dir" value=".." />
     <property name="target.dir" value=".." />
     <property name="tests.output" location="../report" />
     <property name="junit.jar" location="../junit.jar" />
 
+    <import file="../../ant/properties.xml" />
+
     <target name="test" depends="test-module" />
 
     <target name="test-module" depends="test-jre-vm-info">

Modified: harmony/enhanced/classlib/trunk/modules/lang-management/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/lang-management/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/lang-management/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/lang-management/build.xml Tue Jul 21 12:46:04 2009
@@ -23,10 +23,6 @@
     <property name="hy.hdk" location="${basedir}/../../deploy" />
     <import file="${hy.hdk}/build/ant/properties.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <property file="../../make/depends.properties" />
 
     <property name="tests.hdk.dir"

Modified: harmony/enhanced/classlib/trunk/modules/lang-management/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/lang-management/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/lang-management/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/lang-management/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -21,13 +21,14 @@
     <property name="hy.hdk" location="../../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="../test.properties" />
-    <import file="../../ant/properties.xml" />
 
     <property name="work.dir" value=".." />
     <property name="target.dir" value=".." />
     <property name="tests.output" location="../report" />
     <property name="junit.jar" location="../junit.jar" />
 
+    <import file="../../ant/properties.xml" />
+
     <target name="test" depends="test-module" />
 
     <target name="test-module" depends="test-jre-vm-info">

Modified: harmony/enhanced/classlib/trunk/modules/logging/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/logging/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/logging/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/logging/build.xml Tue Jul 21 12:46:04 2009
@@ -23,10 +23,6 @@
     <property name="hy.hdk" location="${basedir}/../../deploy" />
     <import file="${hy.hdk}/build/ant/properties.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <property file="../../make/depends.properties" />
 
     <property name="tests.hdk.dir" value="${hy.hdk}/build/test/logging" />

Modified: harmony/enhanced/classlib/trunk/modules/logging/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/logging/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/logging/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/logging/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -21,13 +21,14 @@
     <property name="hy.hdk" location="../../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="../test.properties" />
-    <import file="../../ant/properties.xml" />
 
     <property name="work.dir" value=".." />
     <property name="target.dir" value=".." />
     <property name="tests.output" location="../report" />
     <property name="junit.jar" location="../junit.jar" />
 
+    <import file="../../ant/properties.xml" />
+
     <target name="test" depends="test-module" />
 
     <target name="test-module" depends="test-jre-vm-info">

Modified: harmony/enhanced/classlib/trunk/modules/luni/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/luni/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/luni/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/luni/build.xml Tue Jul 21 12:46:04 2009
@@ -23,10 +23,6 @@
     <property name="hy.hdk" location="${basedir}/../../deploy" />
     <import file="${hy.hdk}/build/ant/properties.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <property file="../../make/depends.properties" />
 
     <property name="tests.hdk.dir" value="${hy.hdk}/build/test/luni" />

Modified: harmony/enhanced/classlib/trunk/modules/luni/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/luni/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/luni/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/luni/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -21,13 +21,14 @@
     <property name="hy.hdk" location="../../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="../test.properties" />
-    <import file="../../ant/properties.xml" />
 
     <property name="work.dir" value=".." />
     <property name="target.dir" value=".." />
     <property name="tests.output" location="../report" />
     <property name="junit.jar" location="../junit.jar" />
 
+    <import file="../../ant/properties.xml" />
+
     <target name="test" depends="test-module" />
 
     <target name="test-module" depends="test-jre-vm-info">

Modified: harmony/enhanced/classlib/trunk/modules/math/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/math/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/math/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/math/build.xml Tue Jul 21 12:46:04 2009
@@ -23,10 +23,6 @@
     <property name="hy.hdk" location="${basedir}/../../deploy" />
     <import file="${hy.hdk}/build/ant/properties.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <property file="../../make/depends.properties" />
 
     <property name="tests.hdk.dir" value="${hy.hdk}/build/test/math" />

Modified: harmony/enhanced/classlib/trunk/modules/math/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/math/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/math/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/math/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -21,13 +21,14 @@
     <property name="hy.hdk" location="../../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="../test.properties" />
-    <import file="../../ant/properties.xml" />
 
     <property name="work.dir" value=".." />
     <property name="target.dir" value=".." />
     <property name="tests.output" location="../report" />
     <property name="junit.jar" location="../junit.jar" />
 
+    <import file="../../ant/properties.xml" />
+
     <target name="test" depends="test-module" />
 
     <target name="test-module" depends="test-jre-vm-info">

Modified: harmony/enhanced/classlib/trunk/modules/misc/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/misc/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/misc/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/misc/build.xml Tue Jul 21 12:46:04 2009
@@ -23,10 +23,6 @@
     <property name="hy.hdk" location="${basedir}/../../deploy" />
     <import file="${hy.hdk}/build/ant/properties.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <property file="../../make/depends.properties" />
 
     <property name="tests.hdk.dir" value="${hy.hdk}/build/test/misc" />

Modified: harmony/enhanced/classlib/trunk/modules/misc/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/misc/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/misc/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/misc/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -21,13 +21,14 @@
     <property name="hy.hdk" location="../../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="../test.properties" />
-    <import file="../../ant/properties.xml" />
 
     <property name="work.dir" value=".." />
     <property name="target.dir" value=".." />
     <property name="tests.output" location="../report" />
     <property name="junit.jar" location="../junit.jar" />
 
+    <import file="../../ant/properties.xml" />
+
     <target name="test" depends="test-module" />
 
     <target name="test-module" depends="test-jre-vm-info">

Modified: harmony/enhanced/classlib/trunk/modules/nio/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/nio/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/nio/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/nio/build.xml Tue Jul 21 12:46:04 2009
@@ -23,10 +23,6 @@
     <property name="hy.hdk" location="${basedir}/../../deploy" />
     <import file="${hy.hdk}/build/ant/properties.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <property file="../../make/depends.properties" />
 
     <property name="tests.hdk.dir" value="${hy.hdk}/build/test/nio" />

Modified: harmony/enhanced/classlib/trunk/modules/nio/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/nio/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/nio/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/nio/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -21,13 +21,14 @@
     <property name="hy.hdk" location="../../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="../test.properties" />
-    <import file="../../ant/properties.xml" />
 
     <property name="work.dir" value=".." />
     <property name="target.dir" value=".." />
     <property name="tests.output" location="../report" />
     <property name="junit.jar" location="../junit.jar" />
 
+    <import file="../../ant/properties.xml" />
+
     <target name="test" depends="test-module" />
 
     <target name="test-module" depends="test-jre-vm-info">

Modified: harmony/enhanced/classlib/trunk/modules/nio_char/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/nio_char/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/nio_char/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/nio_char/build.xml Tue Jul 21 12:46:04 2009
@@ -23,10 +23,6 @@
     <property name="hy.hdk" location="${basedir}/../../deploy" />
     <import file="${hy.hdk}/build/ant/properties.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <property file="../../make/depends.properties" />
 
     <property name="tests.hdk.dir" value="${hy.hdk}/build/test/nio_char" />

Modified: harmony/enhanced/classlib/trunk/modules/nio_char/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/nio_char/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/nio_char/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/nio_char/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -21,13 +21,14 @@
     <property name="hy.hdk" location="../../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="../test.properties" />
-    <import file="../../ant/properties.xml" />
 
     <property name="work.dir" value=".." />
     <property name="target.dir" value=".." />
     <property name="tests.output" location="../report" />
     <property name="junit.jar" location="../junit.jar" />
 
+    <import file="../../ant/properties.xml" />
+
     <target name="test" depends="test-module" />
 
     <target name="test-module" depends="test-jre-vm-info">

Modified: harmony/enhanced/classlib/trunk/modules/pack200/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/pack200/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/pack200/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/pack200/build.xml Tue Jul 21 12:46:04 2009
@@ -25,10 +25,6 @@
     <import file="${hy.hdk}/build/ant/properties.xml" />
     <import file="${hy.hdk}/build/ant/depends.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <property file="../../make/depends.properties" />
 
     <property name="tests.hdk.dir" value="${hy.hdk}/build/test/pack200" />

Modified: harmony/enhanced/classlib/trunk/modules/pack200/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/pack200/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/pack200/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/pack200/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -21,13 +21,14 @@
     <property name="hy.hdk" location="../../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="../test.properties" />
-    <import file="../../ant/properties.xml" />
 
     <property name="work.dir" value=".." />
     <property name="target.dir" value=".." />
     <property name="tests.output" location="../report" />
     <property name="junit.jar" location="../junit.jar" />
 
+    <import file="../../ant/properties.xml" />
+
     <target name="test" depends="test-module" />
 
     <target name="test-module" depends="test-jre-vm-info">

Modified: harmony/enhanced/classlib/trunk/modules/portlib/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/portlib/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/portlib/build.xml Tue Jul 21 12:46:04 2009
@@ -23,10 +23,6 @@
     <property name="hy.hdk" location="${basedir}/../../deploy" />
     <import file="${hy.hdk}/build/ant/properties.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <property file="../../make/depends.properties" />
     <property name="fdlibm.zip" location="${depends.oss}/fdlibm_5.2.zip" />
     <available property="hythr.available"

Modified: harmony/enhanced/classlib/trunk/modules/prefs/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/prefs/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/prefs/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/prefs/build.xml Tue Jul 21 12:46:04 2009
@@ -25,10 +25,6 @@
     <property name="hy.hdk" location="${basedir}/../../deploy" />
     <import file="${hy.hdk}/build/ant/properties.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <property file="../../make/depends.properties" />
 
     <property name="tests.hdk.dir" value="${hy.hdk}/build/test/prefs" />

Modified: harmony/enhanced/classlib/trunk/modules/prefs/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/prefs/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/prefs/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/prefs/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -21,13 +21,14 @@
     <property name="hy.hdk" location="../../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="../test.properties" />
-    <import file="../../ant/properties.xml" />
 
     <property name="work.dir" value=".." />
     <property name="target.dir" value=".." />
     <property name="tests.output" location="../report" />
     <property name="junit.jar" location="../junit.jar" />
 
+    <import file="../../ant/properties.xml" />
+
     <target name="test" depends="test-module" />
 
     <target name="test-module" depends="test-jre-vm-info">

Modified: harmony/enhanced/classlib/trunk/modules/print/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/print/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/print/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/print/build.xml Tue Jul 21 12:46:04 2009
@@ -23,10 +23,6 @@
     <property name="hy.hdk" location="${basedir}/../../deploy" />
     <import file="${hy.hdk}/build/ant/properties.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <property file="../../make/depends.properties" />
 
     <property name="tests.hdk.dir" value="${hy.hdk}/build/test/print" />

Modified: harmony/enhanced/classlib/trunk/modules/print/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/print/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/print/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/print/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -21,13 +21,14 @@
     <property name="hy.hdk" location="../../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="../test.properties" />
-    <import file="../../ant/properties.xml" />
 
     <property name="work.dir" value=".." />
     <property name="target.dir" value=".." />
     <property name="tests.output" location="../report" />
     <property name="junit.jar" location="../junit.jar" />
 
+    <import file="../../ant/properties.xml" />
+
     <target name="test" depends="test-module" />
 
     <target name="test-module" depends="test-jre-vm-info">

Modified: harmony/enhanced/classlib/trunk/modules/regex/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/regex/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/regex/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/regex/build.xml Tue Jul 21 12:46:04 2009
@@ -23,10 +23,6 @@
     <property name="hy.hdk" location="${basedir}/../../deploy" />
     <import file="${hy.hdk}/build/ant/properties.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <property file="../../make/depends.properties" />
 
     <property name="tests.hdk.dir" value="${hy.hdk}/build/test/regex" />

Modified: harmony/enhanced/classlib/trunk/modules/regex/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/regex/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/regex/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/regex/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -21,13 +21,14 @@
     <property name="hy.hdk" location="../../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="../test.properties" />
-    <import file="../../ant/properties.xml" />
 
     <property name="work.dir" value=".." />
     <property name="target.dir" value=".." />
     <property name="tests.output" location="../report" />
     <property name="junit.jar" location="../junit.jar" />
 
+    <import file="../../ant/properties.xml" />
+
     <target name="test" depends="test-module" />
 
     <target name="test-module" depends="test-jre-vm-info">

Modified: harmony/enhanced/classlib/trunk/modules/rmi/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/rmi/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/rmi/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/rmi/build.xml Tue Jul 21 12:46:04 2009
@@ -23,10 +23,6 @@
     <property name="hy.hdk" location="${basedir}/../../deploy" />
     <import file="${hy.hdk}/build/ant/properties.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <property file="../../make/depends.properties" />
 
     <property name="tests.hdk.dir" value="${hy.hdk}/build/test/rmi" />

Modified: harmony/enhanced/classlib/trunk/modules/rmi/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/rmi/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/rmi/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/rmi/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -21,13 +21,14 @@
     <property name="hy.hdk" location="../../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="../test.properties" />
-    <import file="../../ant/properties.xml" />
 
     <property name="work.dir" value=".." />
     <property name="target.dir" value=".." />
     <property name="tests.output" location="../report" />
     <property name="junit.jar" location="../junit.jar" />
 
+    <import file="../../ant/properties.xml" />
+
     <target name="test" depends="test-module" />
 
     <target name="test-module" depends="test-jre-vm-info">

Modified: harmony/enhanced/classlib/trunk/modules/security/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/security/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/security/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/security/build.xml Tue Jul 21 12:46:04 2009
@@ -23,10 +23,6 @@
     <property name="hy.hdk" location="${basedir}/../../deploy" />
     <import file="${hy.hdk}/build/ant/properties.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <property file="../../make/depends.properties" />
 
     <property name="tests.hdk.dir" value="${hy.hdk}/build/test/security" />

Modified: harmony/enhanced/classlib/trunk/modules/security/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/security/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/security/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/security/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -21,13 +21,14 @@
     <property name="hy.hdk" location="../../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="../test.properties" />
-    <import file="../../ant/properties.xml" />
 
     <property name="work.dir" value=".." />
     <property name="target.dir" value=".." />
     <property name="tests.output" location="../report" />
     <property name="junit.jar" location="../junit.jar" />
 
+    <import file="../../ant/properties.xml" />
+
     <target name="test" depends="test-module" />
 
     <target name="test-module" depends="test-jre-vm-info">

Modified: harmony/enhanced/classlib/trunk/modules/sound/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/sound/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/sound/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/sound/build.xml Tue Jul 21 12:46:04 2009
@@ -23,10 +23,6 @@
     <property name="hy.hdk" location="${basedir}/../../deploy" />
     <import file="${hy.hdk}/build/ant/properties.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <property file="../../make/depends.properties" />
 
     <property name="tests.hdk.dir" value="${hy.hdk}/build/test/sound" />

Modified: harmony/enhanced/classlib/trunk/modules/sound/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/sound/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/sound/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/sound/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -21,13 +21,14 @@
     <property name="hy.hdk" location="../../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="../test.properties" />
-    <import file="../../ant/properties.xml" />
 
     <property name="work.dir" value=".." />
     <property name="target.dir" value=".." />
     <property name="tests.output" location="../report" />
     <property name="junit.jar" location="../junit.jar" />
 
+    <import file="../../ant/properties.xml" />
+
     <target name="test" depends="test-module" />
 
     <target name="test-module" depends="test-jre-vm-info">

Modified: harmony/enhanced/classlib/trunk/modules/sql/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/sql/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/sql/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/sql/build.xml Tue Jul 21 12:46:04 2009
@@ -23,10 +23,6 @@
     <property name="hy.hdk" location="${basedir}/../../deploy" />
     <import file="${hy.hdk}/build/ant/properties.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <property file="../../make/depends.properties" />
 
     <property name="tests.hdk.dir" value="${hy.hdk}/build/test/sql" />

Modified: harmony/enhanced/classlib/trunk/modules/sql/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/sql/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/sql/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/sql/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -21,13 +21,14 @@
     <property name="hy.hdk" location="../../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="../test.properties" />
-    <import file="../../ant/properties.xml" />
 
     <property name="work.dir" value=".." />
     <property name="target.dir" value=".." />
     <property name="tests.output" location="../report" />
     <property name="junit.jar" location="../junit.jar" />
 
+    <import file="../../ant/properties.xml" />
+
     <target name="test" depends="test-module" />
 
     <target name="test-module" depends="test-jre-vm-info">

Modified: harmony/enhanced/classlib/trunk/modules/suncompat/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/suncompat/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/suncompat/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/suncompat/build.xml Tue Jul 21 12:46:04 2009
@@ -23,10 +23,6 @@
     <property name="hy.hdk" location="${basedir}/../../deploy" />
     <import file="${hy.hdk}/build/ant/properties.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <property file="../../make/depends.properties" />
 
     <property name="tests.hdk.dir" value="${hy.hdk}/build/test/suncompat" />

Modified: harmony/enhanced/classlib/trunk/modules/suncompat/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/suncompat/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/suncompat/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/suncompat/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -21,13 +21,14 @@
     <property name="hy.hdk" location="../../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="../test.properties" />
-    <import file="../../ant/properties.xml" />
 
     <property name="work.dir" value=".." />
     <property name="target.dir" value=".." />
     <property name="tests.output" location="../report" />
     <property name="junit.jar" location="../junit.jar" />
 
+    <import file="../../ant/properties.xml" />
+
     <target name="test" depends="test-module" />
 
     <target name="test-module" depends="test-jre-vm-info">

Modified: harmony/enhanced/classlib/trunk/modules/swing/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/swing/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/swing/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/swing/build.xml Tue Jul 21 12:46:04 2009
@@ -23,10 +23,6 @@
     <property name="hy.hdk" location="${basedir}/../../deploy" />
     <import file="${hy.hdk}/build/ant/properties.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <!-- List of private classes that cannot be mapped by above mappers -->
     <fileset id="hidden.classes" dir="../../build/classes">
         <include name="javax/swing/text/html/parser/ModelElement.class"/>

Modified: harmony/enhanced/classlib/trunk/modules/swing/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/swing/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/swing/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/swing/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -21,13 +21,14 @@
     <property name="hy.hdk" location="../../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="../test.properties" />
-    <import file="../../ant/properties.xml" />
 
     <property name="work.dir" value=".." />
     <property name="target.dir" value=".." />
     <property name="tests.output" location="../report" />
     <property name="junit.jar" location="../junit.jar" />
 
+    <import file="../../ant/properties.xml" />
+
     <target name="test" depends="test-module" />
 
     <target name="test-module" depends="test-jre-vm-info">

Modified: harmony/enhanced/classlib/trunk/modules/text/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/text/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/text/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/text/build.xml Tue Jul 21 12:46:04 2009
@@ -23,10 +23,6 @@
     <property name="hy.hdk" location="${basedir}/../../deploy" />
     <import file="${hy.hdk}/build/ant/properties.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <property file="../../make/depends.properties" />
 
     <property name="tests.hdk.dir" value="${hy.hdk}/build/test/text" />

Modified: harmony/enhanced/classlib/trunk/modules/text/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/text/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/text/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/text/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -21,13 +21,14 @@
     <property name="hy.hdk" location="../../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="../test.properties" />
-    <import file="../../ant/properties.xml" />
 
     <property name="work.dir" value=".." />
     <property name="target.dir" value=".." />
     <property name="tests.output" location="../report" />
     <property name="junit.jar" location="../junit.jar" />
 
+    <import file="../../ant/properties.xml" />
+
     <target name="test" depends="test-module" />
 
     <target name="test-module" depends="test-jre-vm-info">

Modified: harmony/enhanced/classlib/trunk/modules/x-net/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/x-net/build.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/x-net/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/x-net/build.xml Tue Jul 21 12:46:04 2009
@@ -23,10 +23,6 @@
     <property name="hy.hdk" location="${basedir}/../../deploy" />
     <import file="${hy.hdk}/build/ant/properties.xml" />
 
-    <property name="tests.output" location="../../build/test_report" />
-
-    <!-- set global properties for this build. -->
-
     <property file="../../make/depends.properties" />
 
     <property name="tests.hdk.dir" value="${hy.hdk}/build/test/x-net" />

Modified: harmony/enhanced/classlib/trunk/modules/x-net/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/x-net/make/run-test.xml?rev=796278&r1=796277&r2=796278&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/x-net/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/x-net/make/run-test.xml Tue Jul 21 12:46:04 2009
@@ -21,13 +21,14 @@
     <property name="hy.hdk" location="../../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="../test.properties" />
-    <import file="../../ant/properties.xml" />
 
     <property name="work.dir" value=".." />
     <property name="target.dir" value=".." />
     <property name="tests.output" location="../report" />
     <property name="junit.jar" location="../junit.jar" />
 
+    <import file="../../ant/properties.xml" />
+
     <target name="test" depends="test-module" />
 
     <target name="test-module" depends="test-jre-vm-info">