You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by co...@apache.org on 2003/04/02 17:21:45 UTC

cvs commit: ant build.xml

conor       2003/04/02 07:21:45

  Modified:    .        build.xml
  Log:
  Enable test for task container property setting
  
  Revision  Changes    Path
  1.358     +0 -1      ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ant/build.xml,v
  retrieving revision 1.357
  retrieving revision 1.358
  diff -u -w -u -r1.357 -r1.358
  --- build.xml	28 Mar 2003 09:06:36 -0000	1.357
  +++ build.xml	2 Apr 2003 15:21:44 -0000	1.358
  @@ -302,7 +302,6 @@
     <patternset id="teststhatfail">
       <exclude name="${optional.package}/BeanShellScriptTest.java"/>
       <exclude name="${ant.package}/taskdefs/ImportTest.java"/>
  -    <exclude name="${ant.package}/TaskContainerTest.java"/>
     </patternset>
   
     <!--