[jboss-cvs] JBossCache ...

Manik Surtani manik at jboss.org
Wed Apr 4 10:55:48 EDT 2007


  User: msurtani
  Date: 07/04/04 10:55:48

  Modified:    JBossCache  build.xml
  Log:
  Updated to reflect CR1 status
  
  Revision  Changes    Path
  1.196     +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.195
  retrieving revision 1.196
  diff -u -b -r1.195 -r1.196
  --- build.xml	2 Apr 2007 23:19:16 -0000	1.195
  +++ build.xml	4 Apr 2007 14:55:48 -0000	1.196
  @@ -1,12 +1,12 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.195 2007/04/02 23:19:16 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.196 2007/04/04 14:55:48 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.BETA2"/>
  +   <property name="module.version" value="2.0.0.CR1"/>
      <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