create correct version number
This commit is contained in:
parent
194f604d1a
commit
966f7cc5eb
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue