[jboss-cvs] JBossCache ...

Manik Surtani msurtani at jboss.com
Thu Dec 21 13:17:12 EST 2006


  User: msurtani
  Date: 06/12/21 13:17:12

  Modified:    JBossCache  build.xml
  Log:
  versioning info
  
  Revision  Changes    Path
  1.155     +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.154
  retrieving revision 1.155
  diff -u -b -r1.154 -r1.155
  --- build.xml	18 Dec 2006 12:27:51 -0000	1.154
  +++ build.xml	21 Dec 2006 18:17:12 -0000	1.155
  @@ -1,12 +1,12 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.154 2006/12/18 12:27:51 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.155 2006/12/21 18:17:12 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="2.0.0.ALPHA1"/>
  +   <property name="module.version" value="2.0.0.ALPHA2"/>
      <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