[jboss-cvs] JBossCache ...

Manik Surtani msurtani at jboss.com
Wed Feb 21 11:44:32 EST 2007


  User: msurtani
  Date: 07/02/21 11:44:32

  Modified:    JBossCache  build.xml
  Log:
  Dodgy leading /
  
  Revision  Changes    Path
  1.178     +2 -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.177
  retrieving revision 1.178
  diff -u -b -r1.177 -r1.178
  --- build.xml	9 Feb 2007 12:52:42 -0000	1.177
  +++ build.xml	21 Feb 2007 16:44:32 -0000	1.178
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.177 2007/02/09 12:52:42 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.178 2007/02/21 16:44:32 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -76,7 +76,7 @@
         <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