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/11/05 10:14:47 UTC

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

Author: fschumacher
Date: Sun Nov  5 10:14:46 2017
New Revision: 1814346

URL: http://svn.apache.org/viewvc?rev=1814346&view=rev
Log:
whitespace police

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1814346&r1=1814345&r2=1814346&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Sun Nov  5 10:14:46 2017
@@ -2216,7 +2216,7 @@ run JMeter unless all the JMeter jars ar
     <checksum algorithm="MD5" file="${path}" property="md5"/>
     <echo message="${md5} *${_base}" file="${path}.md5"/>
     <echo message="Creating SHA-512 for ${path}"/>
-  	<checksum algorithm="SHA-512" file="${path}" property="sha512"/>
+    <checksum algorithm="SHA-512" file="${path}" property="sha512"/>
     <echo message="${sha512} *${_base}" file="${path}.sha512"/>
   </target>
 
@@ -2755,16 +2755,16 @@ run JMeter unless all the JMeter jars ar
       <param name="batchtest.ignoreErrorLogs" value="true" />
     </antcall>
       
-	<antcall target="batchtest">
-	  <param name="batchtest.name" value="JMS_TESTS"/>
+    <antcall target="batchtest">
+      <param name="batchtest.name" value="JMS_TESTS"/>
       <param name="batchtest.jmx" value="JMS_TESTS.jmx"/>
       <param name="batchtest.ignoreErrorLogs" value="true" />
-	</antcall>
+    </antcall>
 
-  	<antcall target="batchtest">
-  	  <param name="batchtest.name" value="OS_TESTS"/>
+    <antcall target="batchtest">
+      <param name="batchtest.name" value="OS_TESTS"/>
       <param name="batchtest.jmx" value="OS_TESTS.jmx"/>
-  	</antcall>
+    </antcall>
 
     <antcall target="batchtest">
       <param name="batchtest.name" value="FTP_TESTS"/>