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.