You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2017/02/23 11:30:35 UTC

svn commit: r1784110 - /jmeter/trunk/build.xml

Author: sebb
Date: Thu Feb 23 11:30:35 2017
New Revision: 1784110

URL: http://svn.apache.org/viewvc?rev=1784110&view=rev
Log:
Docn

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1784110&r1=1784109&r2=1784110&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Thu Feb 23 11:30:35 2017
@@ -2414,6 +2414,7 @@ run JMeter unless all the JMeter jars ar
   <target name="batchtestserver" description="Run the batch test using client-server mode">
     <property name="batchtestserver.out" location="${basedir}/bin"/>
     <property name="batchtestserver.log" value="BatchTestServer.log"/>
+  	<!-- rmi_force_localhost is used by the Travis build -->
     <condition property="rmi_hostname_option" value="-Ddummy=true">
       <not><isset property="rmi_force_localhost"/></not>
     </condition>