You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2005/08/05 19:56:06 UTC

cvs commit: ant/src/etc/testcases/types/resources/selectors build.xml

mbenson     2005/08/05 10:56:06

  Modified:    src/etc/testcases/types/resources/selectors build.xml
  Log:
  Make testname2 pass after FileResource name modification.
  
  Revision  Changes    Path
  1.4       +1 -1      ant/src/etc/testcases/types/resources/selectors/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ant/src/etc/testcases/types/resources/selectors/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml	20 Jul 2005 06:45:30 -0000	1.3
  +++ build.xml	5 Aug 2005 17:56:06 -0000	1.4
  @@ -26,7 +26,7 @@
       <fail>
         <condition>
           <not>
  -          <resourcecount when="equal" count="2">
  +          <resourcecount when="equal" count="3">
               <restrict>
                 <resources>
                   <file file="foo" />
  
  
  

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