[jboss-cvs] JBossCache ...

Brian Stansberry brian.stansberry at jboss.com
Wed Feb 14 10:46:20 EST 2007


  User: bstansberry
  Date: 07/02/14 10:46:20

  Modified:    JBossCache  Tag: Branch_JBossCache_1_4_0 build.xml
  Log:
  Update module.version to 1.4.1.SP2
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.119.2.28 +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.119.2.27
  retrieving revision 1.119.2.28
  diff -u -b -r1.119.2.27 -r1.119.2.28
  --- build.xml	6 Feb 2007 07:02:29 -0000	1.119.2.27
  +++ build.xml	14 Feb 2007 15:46:20 -0000	1.119.2.28
  @@ -1,12 +1,12 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.119.2.27 2007/02/06 07:02:29 bstansberry Exp $ -->
  +<!-- $Id: build.xml,v 1.119.2.28 2007/02/14 15:46:20 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.1.SP1"/>
  +   <property name="module.version" value="1.4.1.SP2"/>
      <property name="implementation.url" value="http://www.jboss.com/products/jbosscache"/>
      <property file="build.properties"/>
      <property name="root.dir" value="${basedir}"/>
  
  
  



More information about the jboss-cvs-commits mailing list