diff --git a/build.xml b/build.xml index 59a51a917..75a763af8 100644 --- a/build.xml +++ b/build.xml @@ -16,7 +16,7 @@ value="src/checkstyle/com/puppycrawl/tools/checkstyle" /> - + @@ -303,6 +303,9 @@ + + + diff --git a/docs/anttask.html b/docs/anttask.html index 42ae06060..8b379a5b0 100644 --- a/docs/anttask.html +++ b/docs/anttask.html @@ -2,21 +2,21 @@ - checkstyle ANT Task + Checkstyle ANT Task - Version @CHECKSTYLE_VERSION@ -

checkstyle ANT Task

+

Checkstyle ANT Task - Version @CHECKSTYLE_VERSION@

Description

-

This task runs checkstyle over specified Java files. The task has been tested using ANT 1.4.1. The latest version of checkstyle can be found at http://checkstyle.sourceforge.net/. +

This task runs Checkstyle over specified Java files. The task has been tested using ANT 1.4.1. The latest version of checkstyle can be found at http://checkstyle.sourceforge.net/. This task is included in the checkstyle distribution.

Installation

-

The easiest way is to include checkstyle-all-2.2.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-@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-2.2.jar
  2. +
  3. checkstyle-@CHECKSTYLE_VERSION@.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 47674b0ff..0d5c8dd5d 100644 --- a/docs/cmdline.html +++ b/docs/cmdline.html @@ -2,12 +2,12 @@ - checkstyle Command Line + Checkstyle Command Line - Version @CHECKSTYLE_VERSION@ -

checkstyle Command Line

+

Checkstyle Command Line - Version @CHECKSTYLE_VERSION@

Description

This document describes how to run checkstyle using the command line tool. The latest version of checkstyle can be found at @@ -16,9 +16,9 @@ This command line tool is included in the checkstyle distribution.

Installation

-

The easiest way is to include checkstyle-all-2.2.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-@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-2.2.jar
  2. +
  3. checkstyle-@CHECKSTYLE_VERSION@.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/engine.html b/docs/engine.html index 0c65b709e..b316e2b79 100644 --- a/docs/engine.html +++ b/docs/engine.html @@ -2,12 +2,12 @@ - Checkstyle Core Engine + Checkstyle Core Engine - Version @CHECKSTYLE_VERSION@ -

Checkstyle Core Engine

+

Checkstyle Core Engine - Version @CHECKSTYLE_VERSION@

Author: Oliver Burn