[jboss-cvs] JBossCache ...

Manik Surtani msurtani at jboss.com
Wed Oct 25 03:50:28 EDT 2006


  User: msurtani
  Date: 06/10/25 03:50:28

  Modified:    JBossCache  Tag: Branch_JBossCache_1_4_0 build.xml
  Log:
  added exclusion for manual perf tests
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.119.2.6 +2 -1      JBossCache/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/build.xml,v
  retrieving revision 1.119.2.5
  retrieving revision 1.119.2.6
  diff -u -b -r1.119.2.5 -r1.119.2.6
  --- build.xml	9 Aug 2006 12:59:09 -0000	1.119.2.5
  +++ build.xml	25 Oct 2006 07:50:28 -0000	1.119.2.6
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.119.2.5 2006/08/09 12:59:09 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.119.2.6 2006/10/25 07:50:28 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -711,6 +711,7 @@
                   <exclude name="**/aop/**/*"/>
                   <exclude name="**/*JRunitTest.*"/>
                   <exclude name="**/benchmark/**/*"/>
  +                <exclude name="**/manualtests/**/*"/>
                   <exclude name="**/optimistic/Local*" />
                   <patternset refid="junit.excludes" />
               </fileset>
  
  
  



More information about the jboss-cvs-commits mailing list