|
|
@@ -197,7 +197,6 @@ if the <code><wljspc></code> task used the javac compiler in-VM |
|
|
|
(it may), concurrency problems may arise. |
|
|
|
</p> |
|
|
|
|
|
|
|
<taskdef name="" |
|
|
|
<pre> |
|
|
|
<macrodef name="dbpurge"> |
|
|
|
<attribute file="file"/> |
|
|
@@ -208,7 +207,7 @@ if the <code><wljspc></code> task used the javac compiler in-VM |
|
|
|
</sequential> |
|
|
|
</macrodef> |
|
|
|
|
|
|
|
<parallel threadCount='4'> |
|
|
|
<parallel threadCount="4"> |
|
|
|
<dbpurge file="db/one" /> |
|
|
|
<dbpurge file="db/two" /> |
|
|
|
<dbpurge file="db/three" /> |
|
|
|