You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2006/11/16 16:32:02 UTC

svn commit: r475772 - /ant/core/trunk/build.xml

Author: mbenson
Date: Thu Nov 16 07:32:02 2006
New Revision: 475772

URL: http://svn.apache.org/viewvc?view=rev&rev=475772
Log:
add --> to description

Modified:
    ant/core/trunk/build.xml

Modified: ant/core/trunk/build.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/build.xml?view=diff&rev=475772&r1=475771&r2=475772
==============================================================================
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Thu Nov 16 07:32:02 2006
@@ -1915,7 +1915,7 @@
   </target>
 
   <target name="antunit-tests" depends="dump-info,build,test-init"
-          if="run.antunit">
+          if="run.antunit" description="--> run the antunit tests">
 
     <condition property="antunit.includes" value="${antunit.testcase}"
                else="**/test.xml,**/*-test.xml">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org