You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2002/02/07 09:39:46 UTC

cvs commit: jakarta-avalon-excalibur build.xml

leif        02/02/07 00:39:46

  Modified:    .        build.xml
  Log:
  Make it possible to create new JDBC tests without having to modify
  the build file each time.
  
  Revision  Changes    Path
  1.101     +1 -1      jakarta-avalon-excalibur/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v
  retrieving revision 1.100
  retrieving revision 1.101
  diff -u -r1.100 -r1.101
  --- build.xml	5 Feb 2002 11:02:15 -0000	1.100
  +++ build.xml	7 Feb 2002 08:39:46 -0000	1.101
  @@ -373,7 +373,7 @@
   
             <!-- **** Excalibur tests **** -->
             <!-- Jdbc based tests -->
  -          <exclude name="org/apache/avalon/excalibur/datasource/test/DataSourceTestCase.class" unless="test.jdbc"/>
  +          <exclude name="**/*JdbcTestCase.class" unless="test.jdbc"/>
   
             <!-- Slow tests only run when test.all property set -->
             <exclude name="org/apache/avalon/excalibur/naming/rmi/test/RMIContextTestCase.class" unless="test.all"/>
  
  
  

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