You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2007/02/05 17:05:39 UTC

svn commit: r503750 - /ant/antlibs/common/trunk/common-tasks.xml

Author: bodewig
Date: Mon Feb  5 08:05:38 2007
New Revision: 503750

URL: http://svn.apache.org/viewvc?view=rev&rev=503750
Log:
oops, was thinking in macrodef terms

Modified:
    ant/antlibs/common/trunk/common-tasks.xml

Modified: ant/antlibs/common/trunk/common-tasks.xml
URL: http://svn.apache.org/viewvc/ant/antlibs/common/trunk/common-tasks.xml?view=diff&rev=503750&r1=503749&r2=503750
==============================================================================
--- ant/antlibs/common/trunk/common-tasks.xml (original)
+++ ant/antlibs/common/trunk/common-tasks.xml Mon Feb  5 08:05:38 2007
@@ -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>



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