... and antlr has been version 2.7.2 since March. I guess it's too late to put that into the 3.1 releasenotes :-)
This commit is contained in:
parent
5fa9891d4b
commit
100353f305
|
|
@ -20,7 +20,7 @@ This task is included in the checkstyle distribution.</p>
|
|||
<p>The easiest way is to include <span class="default">checkstyle-all-@CHECKSTYLE_VERSION@.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-@CHECKSTYLE_VERSION@.jar</span></li>
|
||||
<li>ANTLR 2.7.1 classes. <span class="default">antlr.jar</span> is included in the distribution.</li>
|
||||
<li>ANTLR 2.7.2 classes. <span class="default">antlr.jar</span> is included in the distribution.</li>
|
||||
<li>Jakarta Regexp 1.3 classes. <span class="default">jakarta-regexp-1.3.jar</span> is included in the distribution.</li>
|
||||
<li>Jakarta Commons Beanutils classes. <span class="default">commons-beanutils.jar</span> is included in the distribution.</li>
|
||||
<li>Jakarta Commons Collections classes. <span class="default">commons-collections.jar</span> is included in the distribution.</li>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ The easiest way is to include <span class="default">checkstyle-all-@CHECKSTYLE_V
|
|||
</p>
|
||||
<ol>
|
||||
<li><span class="default">checkstyle-@CHECKSTYLE_VERSION@.jar</span></li>
|
||||
<li>ANTLR 2.7.1 classes. <span class="default">antlr.jar</span> is included in the distribution.</li>
|
||||
<li>ANTLR 2.7.2 classes. <span class="default">antlr.jar</span> is included in the distribution.</li>
|
||||
<li>Jakarta Regexp 1.3 classes. <span class="default">jakarta-regexp-1.3.jar</span> is included in the distribution.</li>
|
||||
<li>Jakarta Commons Beanutils classes. <span class="default">commons-beanutils.jar</span> is included in the distribution.</li>
|
||||
<li>Jakarta Commons Collections classes. <span class="default">commons-collections.jar</span> is included in the distribution.</li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue