[jboss-cvs] JBossCache ...

Manik Surtani msurtani at jboss.com
Fri Jan 5 12:11:34 EST 2007


  User: msurtani
  Date: 07/01/05 12:11:34

  Modified:    JBossCache  Tag: Branch_JBossCache_1_4_0 build.xml
  Log:
  Updated version
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.119.2.22 +6 -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.119.2.21
  retrieving revision 1.119.2.22
  diff -u -b -r1.119.2.21 -r1.119.2.22
  --- build.xml	5 Jan 2007 16:45:40 -0000	1.119.2.21
  +++ build.xml	5 Jan 2007 17:11:34 -0000	1.119.2.22
  @@ -1,12 +1,12 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.119.2.21 2007/01/05 16:45:40 gzamarreno Exp $ -->
  +<!-- $Id: build.xml,v 1.119.2.22 2007/01/05 17:11:34 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
      <property name="module.name" value="JBossCache"/>
      <!--We now requires version to have no white space since Ant+JBossAop will sometime choke. -->
  -   <property name="module.version" value="1.4.1.CR1"/>
  +   <property name="module.version" value="1.4.1.GA"/>
      <property name="implementation.url" value="http://www.jboss.com/products/jbosscache"/>
      <property file="build.properties"/>
      <property name="root.dir" value="${basedir}"/>
  @@ -77,6 +77,10 @@
          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-923 -->
  +      <exclude name="org/jboss/cache/transaction/MultipleThreadSameTxTest*"/>
  +
         <!-- 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