You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2002/08/28 08:02:02 UTC

cvs commit: jakarta-commons/lang project.xml

bayard      2002/08/27 23:02:02

  Modified:    lang     project.xml
  Log:
  made it run TestCases as well as Tests
  
  Revision  Changes    Path
  1.3       +1 -0      jakarta-commons/lang/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml	26 Jul 2002 19:07:07 -0000	1.2
  +++ project.xml	28 Aug 2002 06:02:02 -0000	1.3
  @@ -77,6 +77,7 @@
       <unitTest>
         <includes>
           <include>**/*Test.java</include>
  +        <include>**/*TestCase.java</include>
         </includes>
       </unitTest>
     </build>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>