Updated version to 2.1 - as building for Conor who wants the requirePackageHtml
option.
This commit is contained in:
parent
740bf0890f
commit
12264ffbfb
|
|
@ -14,9 +14,9 @@
|
|||
This task is included in the checkstyle distribution.</p>
|
||||
|
||||
<h3>Installation</h3>
|
||||
<p>The easiest way is to include <span class="default">checkstyle-all-2.0.jar</span> in the classpath. This contains all the classes required to run checkstyle. Alternatively, you must include the following in the classpath:</p>
|
||||
<p>The easiest way is to include <span class="default">checkstyle-all-2.1.jar</span> in the classpath. This contains all the classes required to run checkstyle. Alternatively, you must include the following in the classpath:</p>
|
||||
<ol>
|
||||
<li><span class="default">checkstyle-2.0.jar</span></li>
|
||||
<li><span class="default">checkstyle-2.1.jar</span></li>
|
||||
<li>ANTLR 2.7.1 classes. <span class="default">antlr.jar</span> is included in the distribution.</li>
|
||||
<li>Jakarta Regexp 1.2 classes. <span class="default">jakarta-regexp-1.2.jar</span> is included in the distribution.</li>
|
||||
</ol>
|
||||
|
|
|
|||
|
|
@ -16,9 +16,9 @@ This command line tool is included in the checkstyle distribution.</p>
|
|||
|
||||
|
||||
<h2>Installation</h2>
|
||||
<p>The easiest way is to include <span class="default">checkstyle-all-2.0.jar</span> in the classpath. This contains all the classes required to run checkstyle. Alternatively, you must include the following in the classpath:</p>
|
||||
<p>The easiest way is to include <span class="default">checkstyle-all-2.1.jar</span> in the classpath. This contains all the classes required to run checkstyle. Alternatively, you must include the following in the classpath:</p>
|
||||
<ol>
|
||||
<li><span class="default">checkstyle-2.0.jar</span></li>
|
||||
<li><span class="default">checkstyle-2.1.jar</span></li>
|
||||
<li>ANTLR 2.7.1 classes. <span class="default">antlr.jar</span> is included in the distribution.</li>
|
||||
<li>Jakarta Regexp 1.2 classes. <span class="default">jakarta-regexp-1.2.jar</span> is included in the distribution.</li>
|
||||
</ol>
|
||||
|
|
|
|||
Loading…
Reference in New Issue