You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2014/03/10 13:58:07 UTC

svn commit: r1575928 - /tomcat/trunk/build.xml

Author: kkolinko
Date: Mon Mar 10 12:58:07 2014
New Revision: 1575928

URL: http://svn.apache.org/r1575928
Log:
Checkstyle:
tab character

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1575928&r1=1575927&r2=1575928&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Mon Mar 10 12:58:07 2014
@@ -1335,9 +1335,9 @@
   </target>
 
   <target name="test-nio2" description="Runs the JUnit test cases for NIO2. Does not stop on errors."
-	     depends="test-compile,deploy,cobertura-instrument" if="${execute.test.nio2}">
+          depends="test-compile,deploy,cobertura-instrument" if="${execute.test.nio2}">
     <runtests protocol="org.apache.coyote.http11.Http11Nio2Protocol"
-	          extension=".NIO2" />
+              extension=".NIO2" />
   </target>
 
   <target name="test-apr" description="Runs the JUnit test cases for APR. Does not stop on errors."



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