[jboss-cvs] JBossCache ...

Manik Surtani msurtani at jboss.com
Sat Nov 11 07:54:27 EST 2006


  User: msurtani
  Date: 06/11/11 07:54:27

  Modified:    JBossCache  Tag: Branch_JBossCache_1_4_0 build.xml
  Log:
  Added exclusions to interop tests
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.119.2.12 +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.11
  retrieving revision 1.119.2.12
  diff -u -b -r1.119.2.11 -r1.119.2.12
  --- build.xml	10 Nov 2006 16:09:53 -0000	1.119.2.11
  +++ build.xml	11 Nov 2006 12:54:27 -0000	1.119.2.12
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.119.2.11 2006/11/10 16:09:53 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.119.2.12 2006/11/11 12:54:27 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -190,6 +190,7 @@
            <classpath path="${compile.dir}"/>
            <classpath refid="library.classpath"/>
            <exclude name="**/obsolete/**"/>
  +         <exclude name="**/interop/**"/>
            <exclude name="**/*1_4*"/>
         </javac>
   
  @@ -520,6 +521,7 @@
               <fileset dir="${functional.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