You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2009/08/01 17:10:11 UTC

svn commit: r799884 - /commons/proper/math/trunk/test-jar.xml

Author: luc
Date: Sat Aug  1 15:10:11 2009
New Revision: 799884

URL: http://svn.apache.org/viewvc?rev=799884&view=rev
Log:
updated test-jar.xml according to new maven-compliant standard directory layout

Modified:
    commons/proper/math/trunk/test-jar.xml

Modified: commons/proper/math/trunk/test-jar.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/test-jar.xml?rev=799884&r1=799883&r2=799884&view=diff
==============================================================================
--- commons/proper/math/trunk/test-jar.xml (original)
+++ commons/proper/math/trunk/test-jar.xml Sat Aug  1 15:10:11 2009
@@ -81,7 +81,7 @@
         <pathelement path="${testclassesdir}"/>
       </classpath>
       <batchtest todir="${testreportdir}">
-        <fileset dir="src/test">
+        <fileset dir="src/test/java">
           <include name="**/*Test.java"/>
           <exclude name="**/*AbstractTest.java"/>
         </fileset>
@@ -107,7 +107,7 @@
       </classpath>
     </javac>
     <copy todir="${testclassesdir}">
-      <fileset dir="src/test">
+      <fileset dir="src/test/resources">
         <include name="**/*.xml"/>
         <include name="**/*.txt"/>
       </fileset>