[jboss-cvs] JBossCache ...

Manik Surtani msurtani at jboss.com
Fri Nov 17 08:52:37 EST 2006


  User: msurtani
  Date: 06/11/17 08:52:37

  Modified:    JBossCache  build.xml
  Log:
  Changed release name to ALPHA1
  
  Revision  Changes    Path
  1.153     +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.152
  retrieving revision 1.153
  diff -u -b -r1.152 -r1.153
  --- build.xml	17 Nov 2006 13:51:43 -0000	1.152
  +++ build.xml	17 Nov 2006 13:52:37 -0000	1.153
  @@ -1,12 +1,12 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.152 2006/11/17 13:51:43 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.153 2006/11/17 13:52:37 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.ALPHA"/>
  +   <property name="module.version" value="2.0.0.ALPHA1"/>
      <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