You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by sy...@apache.org on 2003/04/08 14:35:49 UTC

cvs commit: avalon-excalibur/sourceresolve build.xml

sylvain     2003/04/08 05:35:49

  Modified:    sourceresolve build.xml
  Log:
  Fix the test target. A task that was removed mysteriously reappeared ;-)
  
  Revision  Changes    Path
  1.34      +0 -3      avalon-excalibur/sourceresolve/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/sourceresolve/build.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- build.xml	5 Apr 2003 20:48:40 -0000	1.33
  +++ build.xml	8 Apr 2003 12:35:48 -0000	1.34
  @@ -178,9 +178,6 @@
               <formatter type="xml"/>    <!-- xml reports for junitreport -->
               <formatter type="plain" usefile="false"/>  <!-- text reports for humans     -->
   
  -            <!-- added the next line because the standard approach does not seem to be working -->
  -            <test name="org.apache.excalibur.source.SourceResolverImplTestCase" todir="${build.tests}"/>
  -
               <batchtest todir="${build.tests}">
                   <fileset dir="${build.testclasses}">
                       <include name="**/test/*TestCase.class"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org