You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by cr...@apache.org on 2002/03/11 22:31:15 UTC

cvs commit: jakarta-commons/digester build.xml

craigmcc    02/03/11 13:31:15

  Modified:    digester build.xml
  Log:
  Re-add execution of the XML Rules test as part of the "test" target.
  
  Revision  Changes    Path
  1.22      +3 -2      jakarta-commons/digester/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/build.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- build.xml	11 Mar 2002 05:01:54 -0000	1.21
  +++ build.xml	11 Mar 2002 21:31:15 -0000	1.22
  @@ -3,7 +3,7 @@
   
   <!--
           "Digester" component of the Jakarta Commons Subproject
  -        $Id: build.xml,v 1.21 2002/03/11 05:01:54 craigmcc Exp $
  +        $Id: build.xml,v 1.22 2002/03/11 21:31:15 craigmcc Exp $
   -->
   
   
  @@ -246,7 +246,8 @@
                                  test.matching,
                                  test.matching.extended,
                                  test.rule,
  -                               test.bpsr
  +                               test.bpsr,
  +                               test.xmlrules
                                 "
      description="Run all unit test cases">
     </target>
  
  
  

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