Copy all test resources to agree with Maven behaviour

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1149244 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2011-07-21 16:04:21 +00:00
parent 7133fb43b7
commit 67237993b4
1 changed files with 0 additions and 2 deletions

View File

@ -180,8 +180,6 @@
<copy todir="${build.home}/test-classes">
<fileset dir="${test.resources}">
<include name="**/*.xml"/>
<include name="**/*.txt"/>
</fileset>
</copy>