Author: fschumacher
Date: Mon Jul 3 18:34:11 2017
New Revision: 1800704
URL: http://svn.apache.org/viewvc?rev=1800704&view=rev
Log:
Try to make it clear, that 'install' is optional.
Modified:
jmeter/trunk/xdocs/building.xml
Modified: jmeter/trunk/xdocs/building.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/building.xml?rev=1800704&r1=1800703&r2=1800704&view=diff
==============================================================================
--- jmeter/trunk/xdocs/building.xml (original)
+++ jmeter/trunk/xdocs/building.xml Mon Jul 3 18:34:11 2017
@@ -95,10 +95,10 @@ Ensure you read eclipse.md
JMeter can be built entirely using Ant.
The basic command is:
-See build.xml
(or call ant -p
) for the other targets that can be used.
+See build.xml
(or call ant -p
) for the other targets that can be used. Note that you can skip the word install
after ant
as it is the default target.