You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by mi...@apache.org on 2014/10/03 08:21:52 UTC

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

Author: milamber
Date: Fri Oct  3 06:21:52 2014
New Revision: 1629121

URL: http://svn.apache.org/r1629121
Log:
Remove some tabs

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1629121&r1=1629120&r2=1629121&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Fri Oct  3 06:21:52 2014
@@ -366,7 +366,7 @@
     <include name="${lib.dir}/${commons-lang3.jar}"/>
     <include name="${lib.dir}/${commons-logging.jar}"/>
     <include name="${lib.dir}/${commons-net.jar}"/>
-  	<include name="${lib.dir}/${dnsjava.jar}"/>
+    <include name="${lib.dir}/${dnsjava.jar}"/>
     <include name="${lib.dir}/${excalibur-datasource.jar}"/>
     <include name="${lib.dir}/${excalibur-instrument.jar}"/>
     <include name="${lib.dir}/${excalibur-logger.jar}"/>
@@ -2621,7 +2621,7 @@ run JMeter unless all the JMeter jars ar
           <param name="batchtest.name" value="Bug56243"/>
       </antcall>
 
-  	  <antcall target="batchtest">
+      <antcall target="batchtest">
           <!-- ArrayIndexOutOfBoundsException if "sample_variable" is set in client but not server -->
           <!-- This is unaffected by the bug; it just checks the script works OK in local mode -->
           <param name="batchtest.name" value="Bug54685"/>
@@ -3002,8 +3002,8 @@ run JMeter unless all the JMeter jars ar
     </target>
 
     <!-- Special: process to get RSyntaxTextArea-->
-	<!-- Useless since rsyntaxtextarea artifacts are published to Maven Repo since 9th july 2014 (JMeter 2.12) -->
-	<!--
+    <!-- Useless since rsyntaxtextarea artifacts are published to Maven Repo since 9th july 2014 (JMeter 2.12) -->
+    <!--
     <target name="_process_rsyntaxtextarea">
         <available file="./lib/${rsyntaxtextarea.jar}" property="rsyntaxtextarea.exists"/>
         <antcall target="_get_rsyntaxtextarea"/>
@@ -3011,7 +3011,7 @@ run JMeter unless all the JMeter jars ar
     -->
     <!-- Get RSyntaxTextArea binary zip file, unpack it, pick up jar file and remove the zip -->
     <!-- Useless since rsyntaxtextarea artifacts are published to Maven Repo since 9th july 2014 (JMeter 2.12) -->
-	<!--
+    <!--
     <target name="_get_rsyntaxtextarea" unless="rsyntaxtextarea.exists">
         <property name="loc" value="${rsyntaxtextarea.loc}"/>
         <property name="zip" value="${rsyntaxtextarea.name}_${rsyntaxtextarea.version}.zip"/>