From 966f7cc5eb2a17ad7de68c3f2b45f4e3a4a37866 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lars=20K=C3=BChne?=
- 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 .