[jboss-cvs] JBossCache ...

Manik Surtani msurtani at jboss.com
Mon Nov 13 04:03:58 EST 2006


  User: msurtani
  Date: 06/11/13 04:03:58

  Modified:    JBossCache  Tag: Branch_JBossCache_1_4_0 build.xml
  Log:
  Make sure interop tests are excluded
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.119.2.13 +3 -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.12
  retrieving revision 1.119.2.13
  diff -u -b -r1.119.2.12 -r1.119.2.13
  --- build.xml	11 Nov 2006 12:54:27 -0000	1.119.2.12
  +++ build.xml	13 Nov 2006 09:03:58 -0000	1.119.2.13
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.119.2.12 2006/11/11 12:54:27 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.119.2.13 2006/11/13 09:03:58 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -728,6 +728,7 @@
                  <exclude name="**/benchmark/**/*"/>
                  <exclude name="**/manualtests/**/*"/>
                  <exclude name="**/optimistic/Local*"/>
  +               <exclude name="**/interop/**/*"/>
                  <patternset refid="junit.excludes"/>
               </fileset>
            </batchtest>
  @@ -748,6 +749,7 @@
               <fileset dir="${stress.tests.dir}">
                  <include name="**/*Test.*"/>
                  <exclude name="**/aop/**/*"/>
  +               <exclude name="**/interop/**/*"/>
                  <patternset refid="junit.excludes"/>
               </fileset>
            </batchtest>
  
  
  



More information about the jboss-cvs-commits mailing list