[jboss-cvs] JBossCache ...

Manik Surtani msurtani at jboss.com
Tue Dec 19 10:22:02 EST 2006


  User: msurtani
  Date: 06/12/19 10:22:02

  Modified:    JBossCache  Tag: Branch_JBossCache_1_4_0 build.xml
  Log:
  Fixed interop failure
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.119.2.20 +3 -2      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.19
  retrieving revision 1.119.2.20
  diff -u -b -r1.119.2.19 -r1.119.2.20
  --- build.xml	18 Dec 2006 20:09:40 -0000	1.119.2.19
  +++ build.xml	19 Dec 2006 15:22:02 -0000	1.119.2.20
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.119.2.19 2006/12/18 20:09:40 bstansberry Exp $ -->
  +<!-- $Id: build.xml,v 1.119.2.20 2006/12/19 15:22:02 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -205,10 +205,11 @@
            <src path="${perf.tests.dir}"/>
            <src path="${jrunit.tests.dir}"/>
            <src path="${compat.tests.dir}"/>
  +         <src path="${interop.tests.dir}"/>
            <classpath path="${compile.dir}"/>
            <classpath refid="library.classpath"/>
            <exclude name="**/obsolete/**"/>
  -         <exclude name="**/interop/**"/>
  +         <!--<exclude name="**/interop/**"/>-->
            <exclude name="**/*1_4*"/>
         </javac>
   
  
  
  



More information about the jboss-cvs-commits mailing list