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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to