bloritsch    01/12/21 13:14:58

  Modified:    .        build.xml
  Log:
  remove JdbcDataSourceTestCase from dist unless 'test.jdbc' is set
  
  Revision  Changes    Path
  1.84      +1 -2      jakarta-avalon-excalibur/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v
  retrieving revision 1.83
  retrieving revision 1.84
  diff -u -r1.83 -r1.84
  --- build.xml 2001/12/19 22:12:25     1.83
  +++ build.xml 2001/12/21 21:14:57     1.84
  @@ -338,8 +338,7 @@
         <batchtest todir="${build.reports}">
           <fileset dir="${build.classes}">
             <exclude name="**/test/Abstract*TestCase.class"/>
  -          <exclude 
name="org/apache/avalon/excalibur/datasource/test/DataSourceTestCase.class"
  -                   unless="j2ee.present"/>
  +          <exclude 
name="org/apache/avalon/excalibur/datasource/test/DataSourceTestCase.class" 
unless="test.jdbc"/>
             <include name="**/test/*Profile.class" if="test.profile"/>
             <include name="**/test/*TestCase.class"/>
           </fileset>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to