From 100353f3059bfba5e44503e4b802e66e6446abb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20K=C3=BChne?= Date: Wed, 5 Nov 2003 05:22:50 +0000 Subject: [PATCH] ... and antlr has been version 2.7.2 since March. I guess it's too late to put that into the 3.1 releasenotes :-) --- docs/anttask.html | 2 +- docs/cmdline.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/anttask.html b/docs/anttask.html index b5e70787e..05e204221 100644 --- a/docs/anttask.html +++ b/docs/anttask.html @@ -20,7 +20,7 @@ This task is included in the checkstyle distribution.

The easiest way is to include checkstyle-all-@CHECKSTYLE_VERSION@.jar in the classpath. This contains all the classes required to run Checkstyle. Alternatively, you must include the following in the classpath:

  1. checkstyle-@CHECKSTYLE_VERSION@.jar
  2. -
  3. ANTLR 2.7.1 classes. antlr.jar is included in the distribution.
  4. +
  5. ANTLR 2.7.2 classes. antlr.jar is included in the distribution.
  6. Jakarta Regexp 1.3 classes. jakarta-regexp-1.3.jar is included in the distribution.
  7. Jakarta Commons Beanutils classes. commons-beanutils.jar is included in the distribution.
  8. Jakarta Commons Collections classes. commons-collections.jar is included in the distribution.
  9. diff --git a/docs/cmdline.html b/docs/cmdline.html index 589ac5347..51b5d502d 100644 --- a/docs/cmdline.html +++ b/docs/cmdline.html @@ -25,7 +25,7 @@ The easiest way is to include checkstyle-all-@CHECKSTYLE_V

    1. checkstyle-@CHECKSTYLE_VERSION@.jar
    2. -
    3. ANTLR 2.7.1 classes. antlr.jar is included in the distribution.
    4. +
    5. ANTLR 2.7.2 classes. antlr.jar is included in the distribution.
    6. Jakarta Regexp 1.3 classes. jakarta-regexp-1.3.jar is included in the distribution.
    7. Jakarta Commons Beanutils classes. commons-beanutils.jar is included in the distribution.
    8. Jakarta Commons Collections classes. commons-collections.jar is included in the distribution.