You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2017/04/16 02:54:01 UTC

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

Author: rjung
Date: Sun Apr 16 02:54:01 2017
New Revision: 1791557

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

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1791557&r1=1791556&r2=1791557&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Sun Apr 16 02:54:01 2017
@@ -1470,7 +1470,7 @@
             <!-- Exclude performance tests. E.g. on systems with slow/inconsistent timing -->
             <exclude name="**/*Performance.java" if="${test.excludePerformance}" />
             <!-- Exclude a configurable list of tests -->
-            <exclude name="${test.exclude}" /> 
+            <exclude name="${test.exclude}" />
           </fileset>
         </batchtest>
       </junit>



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