Browse Source

filelists look borked

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1583321 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 11 years ago
parent
commit
4305c12e4b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/testcases/filters/tokenfilter.xml

+ 2
- 2
src/etc/testcases/filters/tokenfilter.xml View File

@@ -46,7 +46,7 @@
</filterchain> </filterchain>
</copy> </copy>
<concat> <concat>
<filelist dir="." files="${output}/output"/>
<filelist dir="${output}" files="output"/>
</concat> </concat>
</target> </target>


@@ -103,7 +103,7 @@
</filterchain> </filterchain>
</copy> </copy>
<concat> <concat>
<filelist dir="." files="${output}/output"/>
<filelist dir="${output}" files="output"/>
</concat> </concat>
</target> </target>




Loading…
Cancel
Save