diff --git a/docs/anttask.html b/docs/anttask.html index 01300d8cd..df4e111b0 100644 --- a/docs/anttask.html +++ b/docs/anttask.html @@ -14,9 +14,9 @@ This task is included in the checkstyle distribution.

Installation

-

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

+

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

    -
  1. checkstyle-2.0.jar
  2. +
  3. checkstyle-2.1.jar
  4. ANTLR 2.7.1 classes. antlr.jar is included in the distribution.
  5. Jakarta Regexp 1.2 classes. jakarta-regexp-1.2.jar is included in the distribution.
diff --git a/docs/cmdline.html b/docs/cmdline.html index dccfb11c9..60a9e9119 100644 --- a/docs/cmdline.html +++ b/docs/cmdline.html @@ -16,9 +16,9 @@ This command line tool is included in the checkstyle distribution.

Installation

-

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

+

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

    -
  1. checkstyle-2.0.jar
  2. +
  3. checkstyle-2.1.jar
  4. ANTLR 2.7.1 classes. antlr.jar is included in the distribution.
  5. Jakarta Regexp 1.2 classes. jakarta-regexp-1.2.jar is included in the distribution.