[jboss-cvs] JBossCache ...

Ben Wang bwang at jboss.com
Fri Jan 5 09:00:16 EST 2007


  User: bwang   
  Date: 07/01/05 09:00:16

  Modified:    JBossCache  build.xml
  Log:
  Exclusion for CC
  
  Revision  Changes    Path
  1.158     +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.157
  retrieving revision 1.158
  diff -u -b -r1.157 -r1.158
  --- build.xml	24 Dec 2006 16:00:16 -0000	1.157
  +++ build.xml	5 Jan 2007 14:00:16 -0000	1.158
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.157 2006/12/24 16:00:16 ptsekov Exp $ -->
  +<!-- $Id: build.xml,v 1.158 2007/01/05 14:00:16 bwang Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -81,6 +81,7 @@
         <exclude name="org/jboss/cache/pojo/collection/ReplicatedSyncSetTest*"/>
         <exclude name="org/jboss/cache/pojo/region/LocalConcurrentTest*"/>
         <exclude name="org/jboss/cache/pojo/LocalConcurrentTest*"/>
  +      <exclude name="org/jboss/cache/pojo/passivation/ReplicatedTest*"/>
   
         <!-- See JBCACHE-315 -->
         <exclude name="org/jboss/cache/statetransfer/StateTransferUnderLoadTest*"/>
  
  
  



More information about the jboss-cvs-commits mailing list