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 2010/09/22 03:26:54 UTC

svn commit: r999715 - /harmony/enhanced/java/trunk/build.xml

Author: tellison
Date: Wed Sep 22 01:26:54 2010
New Revision: 999715

URL: http://svn.apache.org/viewvc?rev=999715&view=rev
Log:
Add a description for the test target, as recommended by rmuir.

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

Modified: harmony/enhanced/java/trunk/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/java/trunk/build.xml?rev=999715&r1=999714&r2=999715&view=diff
==============================================================================
--- harmony/enhanced/java/trunk/build.xml (original)
+++ harmony/enhanced/java/trunk/build.xml Wed Sep 22 01:26:54 2010
@@ -787,7 +787,7 @@ harmony.java.version=${harmony.java.vers
         <chmod file="${hy.target}/src/debian/rules" perm="ugo+x" />
     </target>
 
-    <target name="test" depends="clean-tests">
+    <target name="test" depends="clean-tests" description="Runs all tests">
         <ant antfile="${hy.target}/hdk/build/test/build.xml"
              target="test" inheritAll="false" >
             <propertyset refid="required.props" />