You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2016/11/13 16:56:46 UTC

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

Author: pmouawad
Date: Sun Nov 13 16:56:46 2016
New Revision: 1769521

URL: http://svn.apache.org/viewvc?rev=1769521&view=rev
Log:
Tabs policy

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1769521&r1=1769520&r2=1769521&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Sun Nov 13 16:56:46 2016
@@ -3274,7 +3274,7 @@ run JMeter unless all the JMeter jars ar
         <pathelement location="${lib.opt}/${rat-tasks.jar}"/>
       </classpath>
     </taskdef>
-  	<mkdir dir="${basedir}/reports/" />
+	<mkdir dir="${basedir}/reports/" />
     <rat:report reportfile="reports/rat-report.txt">
         <fileset dir="." excludesfile="rat-excludes.txt"/>
     </rat:report>