You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by de...@apache.org on 2012/09/23 13:15:02 UTC

svn commit: r1389017 - /commons/proper/logging/trunk/build.xml

Author: dennisl
Date: Sun Sep 23 11:15:01 2012
New Revision: 1389017

URL: http://svn.apache.org/viewvc?rev=1389017&view=rev
Log:
Fix indentation.

Modified:
    commons/proper/logging/trunk/build.xml

Modified: commons/proper/logging/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/build.xml?rev=1389017&r1=1389016&r2=1389017&view=diff
==============================================================================
--- commons/proper/logging/trunk/build.xml (original)
+++ commons/proper/logging/trunk/build.xml Sun Sep 23 11:15:01 2012
@@ -737,7 +737,7 @@
     <delete dir="${build.home}/test-reports"/>
     <mkdir dir="${build.home}/test-reports"/>
 
-      <echo message="executing tests [${testmatch}.java]"/>
+    <echo message="executing tests [${testmatch}.java]"/>
     <!--
       - Note that the fork/forkmode settings define default behaviour for tests. 
       - The <test> and <batchtest> tags can override these settings if needed.