[jboss-cvs] JBossCache ...

Ben Wang bwang at jboss.com
Wed Feb 21 22:51:42 EST 2007


  User: bwang   
  Date: 07/02/21 22:51:42

  Modified:    JBossCache  build.xml
  Log:
  upd
  
  Revision  Changes    Path
  1.180     +6 -9      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.179
  retrieving revision 1.180
  diff -u -b -r1.179 -r1.180
  --- build.xml	21 Feb 2007 17:55:23 -0000	1.179
  +++ build.xml	22 Feb 2007 03:51:42 -0000	1.180
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.179 2007/02/21 17:55:23 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.180 2007/02/22 03:51:42 bwang Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -77,10 +77,6 @@
         <!-- See JBCACHE-983 -->
         <exclude name="org/jboss/cache/statetransfer/StateTransfer200Test*"/>
   
  -      <!-- See JBCACHE-972 -->
  -      <exclude name="org/jboss/cache/pojo/collection/CachedListImplTest"/>
  -      <exclude name="org/jboss/cache/pojo/collection/CachedMapImplTest"/>
  -
         <!-- See JBCACHE-967 -->
         <exclude name="org/jboss/cache/multiplexer/StateTransferTest*"/>
   
  @@ -88,12 +84,13 @@
         <exclude name="org/jboss/cache/eviction/ConcurrentEvictionTest*"/>
         <exclude name="org/jboss/cache/passivation/ConcurrentPassivationTest*"/>
   
  +
         <!-- See JBCACHE-858 -->
  -      <exclude name="org/jboss/cache/pojo/collection/ReplicatedSyncMapTest*"/>
  +      <!--exclude name="org/jboss/cache/pojo/collection/ReplicatedSyncMapTest*"/-->
         <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*"/>
  +      <!--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