You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2001/11/19 13:05:50 UTC

cvs commit: jakarta-avalon-excalibur build.xml

donaldp     01/11/19 04:05:50

  Modified:    .        build.xml
  Log:
  donaldp@apache.org --> peter@apache.org
  
  yea - now no one will call me Donald!!!
  
  Revision  Changes    Path
  1.77      +8 -4      jakarta-avalon-excalibur/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v
  retrieving revision 1.76
  retrieving revision 1.77
  diff -u -r1.76 -r1.77
  --- build.xml	2001/11/05 23:39:13	1.76
  +++ build.xml	2001/11/19 12:05:50	1.77
  @@ -11,7 +11,7 @@
   Authors:
    Federico Barbieri <sc...@apache.org>
    Berin Loritsch <bl...@apache.org>
  - Peter Donald <do...@apache.org>
  + Peter Donald <pe...@apache.org>
   
   Legal:
     Copyright (c) 1999-2000 The Apache Software Foundation. All Rights Reserved.
  @@ -299,6 +299,7 @@
           <pathelement location="${build.scratchpad}"/>
         </classpath>
         <batchtest todir="${build.reports}">
  +<!--
           <fileset dir="${build.classes}">
             <exclude name="**/test/Abstract*TestCase.class"/>
             <exclude name="org/apache/avalon/excalibur/datasource/test/DataSourceTestCase.class"/>
  @@ -308,14 +309,17 @@
             <exclude name="org/apache/avalon/excalibur/monitor/test/MonitorTestCase.class"/>
             <include name="**/test/*Profile.class" if="test.profile"/>
             <include name="**/test/*TestCase.class"/>
  -        </fileset>
  -        <fileset dir="${build.scratchpad}">
  -          <include name="org/apache/avalon/excalibur/i18n/test/AbstractBundleTestCase.class"/>
           </fileset>
  +-->
           <fileset dir="${build.scratchpad}">
  +<!--          <include name="org/apache/avalon/excalibur/i18n/test/AbstractBundleTestCase.class"/>-->
  +          <include name="org/apache/avalon/excalibur/extension/test/ExtensionTestCase.class"/>
  +          <include name="org/apache/avalon/excalibur/extension/test/PackageRepositoryTestCase.class"/>
  +<!--
             <exclude name="**/test/Abstract*TestCase.class"/>
             <include name="**/test/*TestCase.class"/>
             <include name="**/test/*Profile.class" if="test.profile"/>
  +-->
           </fileset>
         </batchtest>
       </junit>
  
  
  

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