From 966f7cc5eb2a17ad7de68c3f2b45f4e3a4a37866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20K=C3=BChne?= Date: Sun, 22 Dec 2002 11:50:28 +0000 Subject: [PATCH] create correct version number --- docs/writingchecks.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/writingchecks.html b/docs/writingchecks.html index 28f88fa42..aac4cd340 100644 --- a/docs/writingchecks.html +++ b/docs/writingchecks.html @@ -140,7 +140,7 @@ source file. To run it type

-      java -classpath checkstyle-all-${version}.jar com.puppycrawl.tools.checkstyle.gui.Main
+      java -classpath checkstyle-all-@CHECKSTYLE_VERSION@.jar com.puppycrawl.tools.checkstyle.gui.Main
       

on the command line. Click the button at the bottom of the frame @@ -415,7 +415,7 @@ e.g. mycompanychecks.jar. Then run:

-      java -classpath mycompanychecks.jar -jar checkstyle-all-${version} -c config.xml -r .
+      java -classpath mycompanychecks.jar -jar checkstyle-all-@CHECKSTYLE_VERSION@ -c config.xml -r .