oops, was thinking in macrodef terms

git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/common/trunk@503750 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/common-tasks.xml b/common-tasks.xml
index 19d1979..bb6e26a 100644
--- a/common-tasks.xml
+++ b/common-tasks.xml
@@ -20,12 +20,10 @@
 <project name="common-tasks">
   <!-- copy that expands Ant properties -->
   <presetdef name="expandingcopy">
-    <sequential>
-      <copy>
-        <filterchain>
-          <expandproperties/>
-        </filterchain>
-      </copy>
-    </sequential>
+    <copy>
+      <filterchain>
+        <expandproperties/>
+      </filterchain>
+    </copy>
   </presetdef>
 </project>