Browse Source

Make target description consistent with other targets.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@897860 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 15 years ago
parent
commit
4afc76a41c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      check.xml

+ 1
- 1
check.xml View File

@@ -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"


Loading…
Cancel
Save