Author: markt
Date: Thu Feb  5 14:35:50 2015
New Revision: 1657586

URL: http://svn.apache.org/r1657586
Log:
Tab and whitespace police

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1657586&r1=1657585&r2=1657586&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Thu Feb  5 14:35:50 2015
@@ -1414,7 +1414,7 @@
         <sysproperty key="tomcat.test.accesslog" value="${test.accesslog}" />
         <sysproperty key="tomcat.test.reports" value="${test.reports}" />
         <sysproperty key="tomcat.test.openssl.path" 
value="${test.openssl.path}" />
-       <sysproperty key="tomcat.test.relaxTiming" value="${test.relaxTiming}" 
/> 
+        <sysproperty key="tomcat.test.relaxTiming" value="${test.relaxTiming}" 
/>
         <!-- File for Cobertura to write coverage results to -->
         <sysproperty key="net.sourceforge.cobertura.datafile" 
file="${cobertura.datafile}" />
 
@@ -1439,8 +1439,8 @@
             <exclude name="org/apache/catalina/tribes/test/**" />
             <!-- Exclude the OpenSSL tests unless OpenSSL is available -->
             <exclude name="org/apache/tomcat/util/net/jsse/openssl/**" 
unless="${test.openssl.exists}" />
-               <!-- Exclude performance tests. E.g. on systems with 
slow/inconsistent timing -->
-               <exclude name="**/*Performance.java" 
if="${test.excludePerformance}" />
+            <!-- Exclude performance tests. E.g. on systems with 
slow/inconsistent timing -->
+            <exclude name="**/*Performance.java" 
if="${test.excludePerformance}" />
           </fileset>
         </batchtest>
       </junit>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to