mirror of https://github.com/apache/ant-ivy
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:
parent
7f640b0bad
commit
4588c16093
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue