donaldp     01/11/19 04:05:50

  Modified:    .        build.xml
  Log:
  [EMAIL PROTECTED] --> [EMAIL PROTECTED]
  
  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 <[EMAIL PROTECTED]>
    Berin Loritsch <[EMAIL PROTECTED]>
  - Peter Donald <[EMAIL PROTECTED]>
  + Peter Donald <[EMAIL PROTECTED]>
   
   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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to