You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2017/07/03 19:38:16 UTC

svn commit: r1800709 - /jmeter/trunk/xdocs/building.xml

Author: fschumacher
Date: Mon Jul  3 19:38:16 2017
New Revision: 1800709

URL: http://svn.apache.org/viewvc?rev=1800709&view=rev
Log:
Be consistent in writing Ant (and try to trigger a build)

Modified:
    jmeter/trunk/xdocs/building.xml

Modified: jmeter/trunk/xdocs/building.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/building.xml?rev=1800709&r1=1800708&r2=1800709&view=diff
==============================================================================
--- jmeter/trunk/xdocs/building.xml (original)
+++ jmeter/trunk/xdocs/building.xml Mon Jul  3 19:38:16 2017
@@ -29,7 +29,7 @@
 Before you can compile JMeter, you will need a few things:
 <ul>
 <li>a Java 8 compatible JDK (Java Development Kit)</li>
-<li>a working installation of <a href="http://ant.apache.org">ant</a> (at least version 1.8.2)</li>
+<li>a working installation of <a href="http://ant.apache.org">Ant</a> (at least version 1.8.2)</li>
 <li>the JMeter sources as shown in the next section</li>
 </ul>