create correct version number

This commit is contained in:
Lars Kühne 2002-12-22 11:50:28 +00:00
parent 194f604d1a
commit 966f7cc5eb
1 changed files with 2 additions and 2 deletions

View File

@ -140,7 +140,7 @@
source file. To run it type
</p>
<pre>
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
</pre>
<p class="body">
on the command line. Click the button at the bottom of the frame
@ -415,7 +415,7 @@
e.g. <span class="code">mycompanychecks.jar</span>. Then run:
</p>
<pre>
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 .
</pre>
<p class="body">