added documentation for anttasks.properties
This commit is contained in:
parent
6f34e62e20
commit
5d01abb1fa
|
|
@ -26,6 +26,10 @@ This task is included in the checkstyle distribution.</p>
|
|||
<taskdef name="checkstyle"
|
||||
classname="com.puppycrawl.tools.checkstyle.CheckStyleTask"/>
|
||||
</pre>
|
||||
<p>Alternatively, since checkstyle version 2.1 you can use <code>taskdef</code>'s resource attribute:</p>
|
||||
<pre>
|
||||
<taskdef resource="anttasks.properties"/>
|
||||
</pre>
|
||||
|
||||
|
||||
<h3>Parameters</h3>
|
||||
|
|
|
|||
Loading…
Reference in New Issue