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 2016/01/10 14:15:39 UTC

svn commit: r1723922 - /jmeter/trunk/extras/addons.xml

Author: sebb
Date: Sun Jan 10 13:15:38 2016
New Revision: 1723922

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

Modified:
    jmeter/trunk/extras/addons.xml

Modified: jmeter/trunk/extras/addons.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/extras/addons.xml?rev=1723922&r1=1723921&r2=1723922&view=diff
==============================================================================
--- jmeter/trunk/extras/addons.xml (original)
+++ jmeter/trunk/extras/addons.xml Sun Jan 10 13:15:38 2016
@@ -46,9 +46,9 @@
   <target name="compile" description="Compile JMeter addons classes.">
     <mkdir dir="${build.addons}"/>
     <javac srcdir="${src.addons}" destdir="${build.addons}" optimize="${optimize}" 
-    	includeantruntime="false"
-    	source="${target.java.version}"
-    	debug="on" target="${target.java.version}" deprecation="${deprecation}" encoding="${encoding}">
+        includeantruntime="false"
+        source="${target.java.version}"
+        debug="on" target="${target.java.version}" deprecation="${deprecation}" encoding="${encoding}">
       <include name="**/*.java"/>
       <classpath refid="classpath"/>
     </javac>