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 2007/06/04 14:49:58 UTC

svn commit: r544144 - /harmony/enhanced/classlib/trunk/build.xml

Author: hindessm
Date: Mon Jun  4 05:49:53 2007
New Revision: 544144

URL: http://svn.apache.org/viewvc?view=rev&rev=544144
Log:
Make sure we update properties.xml in hdk before running tests.

Modified:
    harmony/enhanced/classlib/trunk/build.xml

Modified: harmony/enhanced/classlib/trunk/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/build.xml?view=diff&rev=544144&r1=544143&r2=544144
==============================================================================
--- harmony/enhanced/classlib/trunk/build.xml (original)
+++ harmony/enhanced/classlib/trunk/build.xml Mon Jun  4 05:49:53 2007
@@ -159,7 +159,7 @@
         <ant antfile="make/build-native.xml" inheritall="false" target="clean" />
     </target>
 
-    <target name="test"
+    <target name="test" depends="-init-hdk"
             description="Runs all tests">
         <echo>
 ========================================