[jboss-cvs] JBossCache ...

Brian Stansberry brian.stansberry at jboss.com
Thu Jul 20 22:51:32 EDT 2006


  User: bstansberry
  Date: 06/07/20 22:51:32

  Modified:    JBossCache  Tag: Branch_JBossCache_1_4_0_MUX build.xml
  Log:
  Sync to JBossCache_1_4_0_GA
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.119.4.2 +6 -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.119.4.1
  retrieving revision 1.119.4.2
  diff -u -b -r1.119.4.1 -r1.119.4.2
  --- build.xml	27 Jun 2006 00:11:24 -0000	1.119.4.1
  +++ build.xml	21 Jul 2006 02:51:32 -0000	1.119.4.2
  @@ -1,12 +1,12 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.119.4.1 2006/06/27 00:11:24 bstansberry Exp $ -->
  +<!-- $Id: build.xml,v 1.119.4.2 2006/07/21 02:51:32 bstansberry 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.0.CR2"/>
  +   <property name="module.version" value="1.4.0.GA"/>
      <property name="implementation.url" value="http://www.jboss.com/products/jbosscache"/>
      <property file="build.properties"/>
      <property name="root.dir" value="${basedir}"/>
  @@ -82,6 +82,8 @@
           <exclude name="org/jboss/cache/aop/collection/CachedListAopTxTest*"/>
           <!-- See JBCACHE-315 -->
           <exclude name="org/jboss/cache/statetransfer/ForcedStateTransferTest*" />
  +       <!-- See JBCACHE-654 -->
  +       <exclude name="org/jboss/cache/aop/memory/*Test*" />
       </patternset>
   
       <patternset id="junit.excludes">
  
  
  



More information about the jboss-cvs-commits mailing list