You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jh...@apache.org on 2013/05/03 09:10:32 UTC

svn commit: r1478661 - /ant/core/trunk/manual/Tasks/parallel.html

Author: jhm
Date: Fri May  3 07:10:31 2013
New Revision: 1478661

URL: http://svn.apache.org/r1478661
Log:
Bug-53490: unrequired stuff breaks code formatting

Modified:
    ant/core/trunk/manual/Tasks/parallel.html

Modified: ant/core/trunk/manual/Tasks/parallel.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/manual/Tasks/parallel.html?rev=1478661&r1=1478660&r2=1478661&view=diff
==============================================================================
--- ant/core/trunk/manual/Tasks/parallel.html (original)
+++ ant/core/trunk/manual/Tasks/parallel.html Fri May  3 07:10:31 2013
@@ -197,7 +197,6 @@ if the <code>&lt;wljspc&gt;</code> task 
 (it may), concurrency problems may arise.
 </p>
 
-<taskdef name=""
 <pre>
  &lt;macrodef name="dbpurge"&gt;
     &lt;attribute file="file"/&gt;
@@ -208,7 +207,7 @@ if the <code>&lt;wljspc&gt;</code> task 
    &lt;/sequential&gt;
 &lt;/macrodef&gt;
     
-&lt;parallel threadCount='4'&gt;
+&lt;parallel threadCount="4"&gt;
   &lt;dbpurge file="db/one" /&gt;
   &lt;dbpurge file="db/two" /&gt;
   &lt;dbpurge file="db/three" /&gt;