You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by we...@apache.org on 2004/08/01 17:42:25 UTC

cvs commit: jakarta-jetspeed-2/portal project.xml

weaver      2004/08/01 08:42:25

  Modified:    portal   project.xml
  Log:
  Exclude TestEngine (deprecation of Pico)
  
  Revision  Changes    Path
  1.98      +2 -1      jakarta-jetspeed-2/portal/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/project.xml,v
  retrieving revision 1.97
  retrieving revision 1.98
  diff -u -r1.97 -r1.98
  --- project.xml	19 Jul 2004 21:36:34 -0000	1.97
  +++ project.xml	1 Aug 2004 15:42:25 -0000	1.98
  @@ -466,7 +466,8 @@
         <excludes>
           <exclude>org/apache/jetspeed/test/JetspeedTest</exclude>
           <exclude>org/apache/jetspeed/test/JetspeedTestSuite</exclude>
  -        <exclude>org/apache/jetspeed/services/jmx/TestJMX</exclude>
  +        <exclude>**/TestJMX*.java</exclude>
  +        <exclude>**/TestEngine.java</exclude>
         </excludes>
         <includes>
           <include>**/Test*.java</include>
  
  
  

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