Author: sebb Date: Thu Jul 21 16:04:21 2011 New Revision: 1149244 URL: http://svn.apache.org/viewvc?rev=1149244&view=rev Log: Copy all test resources to agree with Maven behaviour
Modified: commons/proper/math/trunk/build.xml Modified: commons/proper/math/trunk/build.xml URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/build.xml?rev=1149244&r1=1149243&r2=1149244&view=diff ============================================================================== --- commons/proper/math/trunk/build.xml (original) +++ commons/proper/math/trunk/build.xml Thu Jul 21 16:04:21 2011 @@ -180,8 +180,6 @@ <copy todir="${build.home}/test-classes"> <fileset dir="${test.resources}"> - <include name="**/*.xml"/> - <include name="**/*.txt"/> </fileset> </copy>