You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by to...@apache.org on 2003/03/03 09:15:18 UTC

cvs commit: jakarta-commons-sandbox/codec project.xml

tobrien     2003/03/03 00:15:18

  Modified:    codec    project.xml
  Log:
  Added unit test includes and excludes
  
  Revision  Changes    Path
  1.3       +4 -1      jakarta-commons-sandbox/codec/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/codec/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml	3 Mar 2003 01:57:27 -0000	1.2
  +++ project.xml	3 Mar 2003 08:15:18 -0000	1.3
  @@ -94,8 +94,11 @@
     <build>
       <unitTest>
         <includes>
  -        <include>**/Test*.java</include>
  +        <include>**/*Test.java</include>
         </includes>
  +      <excludes>
  +        <exclude>**/*AbstractTest.java</exclude>
  +      </excludes>
         <resources>
            <resource>
               <directory>${pom.build.unitTestSourceDirectory}</directory>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org