[jboss-cvs] JBossCache ...

Manik Surtani msurtani at jboss.com
Fri Feb 9 07:52:42 EST 2007


  User: msurtani
  Date: 07/02/09 07:52:42

  Modified:    JBossCache  build.xml
  Log:
  Added jcip annotations
  
  Revision  Changes    Path
  1.177     +8 -4      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.176
  retrieving revision 1.177
  diff -u -b -r1.176 -r1.177
  --- build.xml	4 Feb 2007 23:47:37 -0000	1.176
  +++ build.xml	9 Feb 2007 12:52:42 -0000	1.177
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.176 2007/02/04 23:47:37 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.177 2007/02/09 12:52:42 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -71,8 +71,12 @@
          Only one test per line.  Please add a comment with a reference to a JIRA task about this failure.
      -->
      <patternset id="known.failures">
  +      <!-- 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*" />
  +      <exclude name="/org/jboss/cache/multiplexer/StateTransferTest*"/>
   	
         <!-- See JBCACHE-814 -->
         <exclude name="org/jboss/cache/eviction/ConcurrentEvictionTest*"/>
  
  
  



More information about the jboss-cvs-commits mailing list