Simplify the output of ant -p

git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@953116 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Scokart Gilles 2010-06-09 19:03:35 +00:00
parent 7f640b0bad
commit 4588c16093
1 changed files with 2 additions and 1 deletions

View File

@ -543,7 +543,8 @@
</apply>
</target>
<target name="checkstyle-internal" depends="jar" description="checks Ivy codebase according to ${checkstyle.src.dir}/checkstyle-config">
<!-- Checks Ivy codebase according to ${checkstyle.src.dir}/checkstyle-config -->
<target name="checkstyle-internal" depends="jar">
<ivy:cachepath organisation="checkstyle" module="checkstyle" revision="4.3"
inline="true" conf="default" pathid="checkstyle.classpath" transitive="true"
log="download-only"/>