You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by po...@apache.org on 2004/12/28 22:21:01 UTC

cvs commit: jakarta-commons/jelly project.xml

polx        2004/12/28 13:21:01

  Modified:    jelly    project.xml
  Log:
  Disabling TestCoreMemoryLeak currently... but I'd really like to make it a
  checked test... looks like Windows is the target OS where it needs to be fixed.
  paul
  
  Revision  Changes    Path
  1.159     +3 -0      jakarta-commons/jelly/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/project.xml,v
  retrieving revision 1.158
  retrieving revision 1.159
  diff -u -r1.158 -r1.159
  --- project.xml	28 Dec 2004 01:59:41 -0000	1.158
  +++ project.xml	28 Dec 2004 21:21:01 -0000	1.159
  @@ -356,6 +356,9 @@
         <includes>
           <include>**/Test*.java</include>
         </includes>
  +      <excludes>
  +        <exclude>**/TestCoreMemoryLeak.java</exclude>
  +      </excludes>
         <resources>
           <resource>
             <directory>src/test</directory>
  
  
  

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