[jboss-cvs] JBossCache ...

Manik Surtani msurtani at jboss.com
Thu Feb 1 13:09:56 EST 2007


  User: msurtani
  Date: 07/02/01 13:09:56

  Modified:    JBossCache  build.xml
  Log:
  JBCACHE-880 bug fixed
  
  Revision  Changes    Path
  1.173     +1 -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.172
  retrieving revision 1.173
  diff -u -b -r1.172 -r1.173
  --- build.xml	17 Jan 2007 17:04:26 -0000	1.172
  +++ build.xml	1 Feb 2007 18:09:56 -0000	1.173
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.172 2007/01/17 17:04:26 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.173 2007/02/01 18:09:56 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -72,9 +72,6 @@
      -->
      <patternset id="known.failures">
   
  -      <!-- See JBCACHE-880 -->
  -      <exclude name="org.jboss.cache.eviction.ExpirationPolicyTest*"/>
  -
         <!-- See JBCACHE-814 -->
         <exclude name="org/jboss/cache/eviction/ConcurrentEvictionTest*"/>
         <exclude name="org/jboss/cache/passivation/ConcurrentPassivationTest*"/>
  
  
  



More information about the jboss-cvs-commits mailing list