You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by an...@apache.org on 2011/03/04 06:13:21 UTC

svn commit: r1077797 - /gump/metadata/project/ant.xml

Author: antoine
Date: Fri Mar  4 05:13:21 2011
New Revision: 1077797

URL: http://svn.apache.org/viewvc?rev=1077797&view=rev
Log:
had entered a wrong work element, this should fix filters/replacetokens-test.xml

Modified:
    gump/metadata/project/ant.xml

Modified: gump/metadata/project/ant.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ant.xml?rev=1077797&r1=1077796&r2=1077797&view=diff
==============================================================================
--- gump/metadata/project/ant.xml (original)
+++ gump/metadata/project/ant.xml Fri Mar  4 05:13:21 2011
@@ -202,7 +202,7 @@
     <work nested="src/etc/testcases/taskdefs/optional/out"/>
     <work nested="src/tests/antunit/filters"/>
     <work nested="src/tests/antunit/taskdefs/importtests"/>
-    <work nested="src/tests/antunit/taskdefs/filters/foo"/>
+    <work nested="src/tests/antunit/filters/foo"/>
     <work nested="src/tests/antunit/taskdefs/foo"/>
     
     <work nested="/tmp/testinput/build"/>
@@ -250,7 +250,7 @@
     <work nested="src/etc/testcases/taskdefs/optional/out"/>
     <work nested="src/tests/antunit/filters"/>
     <work nested="src/tests/antunit/taskdefs/importtests"/>
-    <work nested="src/tests/antunit/taskdefs/filters/foo"/>
+    <work nested="src/tests/antunit/filters/foo"/>
     <work nested="src/tests/antunit/taskdefs/foo"/>
     
     <work nested="/tmp/testinput/build"/>