You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2005/01/13 10:01:58 UTC

cvs commit: ant build.xml

bodewig     2005/01/13 01:01:58

  Modified:    .        build.xml
  Log:
  regexp mapper test requires a regexp engine
  
  Revision  Changes    Path
  1.447     +3 -1      ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ant/build.xml,v
  retrieving revision 1.446
  retrieving revision 1.447
  diff -u -r1.446 -r1.447
  --- build.xml	17 Dec 2004 15:07:42 -0000	1.446
  +++ build.xml	13 Jan 2005 09:01:58 -0000	1.447
  @@ -4,7 +4,7 @@
     =======================================================================
       Apache Ant own build file
   
  -   Copyright (c) 2000-2004 The Apache Software Foundation.  All rights
  +   Copyright (c) 2000-2005 The Apache Software Foundation.  All rights
      reserved.
   
     =======================================================================
  @@ -1522,6 +1522,8 @@
             <exclude name="${optional.package}/sitraka/*.java"
                      unless="some.regexp.support"/>
             <exclude name="${ant.package}/types/selectors/ContainsRegexpTest.java"
  +                   unless="some.regexp.support"/>
  +          <exclude name="${ant.package}/types/mappers/RegexpPatternMapperTest.java"
                      unless="some.regexp.support"/>
             <exclude name="${optional.package}/Rhino*.java"
                      unless="bsf.present"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org