diff --git a/src/xdocs/anttask.xml.vm b/src/xdocs/anttask.xml.vm index 3351d6684..1629179fa 100755 --- a/src/xdocs/anttask.xml.vm +++ b/src/xdocs/anttask.xml.vm @@ -27,7 +27,7 @@
The easiest way is to include checkstyle-all-${projectVersion}.jar in the
+ class="default">checkstyle-${projectVersion}-all.jar in the
classpath. This contains all the classes required to run
Checkstyle. Alternatively, you must include the following in the
classpath:
@@ -69,7 +69,7 @@
diff --git a/src/xdocs/cmdline.xml.vm b/src/xdocs/cmdline.xml.vm
index 65125c0a9..b46570ede 100755
--- a/src/xdocs/cmdline.xml.vm
+++ b/src/xdocs/cmdline.xml.vm
@@ -23,7 +23,7 @@
The easiest way is to include checkstyle-all-${projectVersion}.jar in the
+ class="default">checkstyle-${projectVersion}-all.jar in the
classpath. If you are running JDK 5.0 this contains all the classes
required to run Checkstyle. Alternatively, you must include the
following in the classpath:
@@ -200,7 +200,7 @@ java com.puppycrawl.tools.checkstyle.Main -c docs/sun_checks.xml \
The easiest way to use CommonsLoggingListener is to include checkstyle-all-${projectVersion}.jar + class="default">checkstyle-${projectVersion}-all.jar in the classpath because that jar file contains all the Commons Logging classes. The default Log under J2SE 1.4 is wrapper class