You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jh...@apache.org on 2010/01/11 14:57:06 UTC

svn commit: r897860 - /ant/core/trunk/check.xml

Author: jhm
Date: Mon Jan 11 13:57:05 2010
New Revision: 897860

URL: http://svn.apache.org/viewvc?rev=897860&view=rev
Log:
Make target description consistent with other targets.

Modified:
    ant/core/trunk/check.xml

Modified: ant/core/trunk/check.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/check.xml?rev=897860&r1=897859&r2=897860&view=diff
==============================================================================
--- ant/core/trunk/check.xml (original)
+++ ant/core/trunk/check.xml Mon Jan 11 13:57:05 2010
@@ -218,7 +218,7 @@
   </target>
   
   
-  <target name="rat" description="Runs the ReleaseAuditingTool"  depends="init-ivy">
+  <target name="rat" description="--> Runs the ReleaseAuditingTool"  depends="init-ivy">
     <ivy:cachepath organisation="org.apache.rat" module="apache-rat-tasks" revision="${rat.version}"
                    inline="true" conf="default" pathid="rat.classpath" transitive="true"/>
     <typedef resource="org/apache/rat/anttasks/antlib.xml"