[jboss-cvs] JBossCache ...

Manik Surtani manik at jboss.org
Wed May 16 12:10:10 EDT 2007


  User: msurtani
  Date: 07/05/16 12:10:10

  Modified:    JBossCache  build.xml
  Log:
  Version to CR2
  
  Revision  Changes    Path
  1.202     +8 -8      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.201
  retrieving revision 1.202
  diff -u -b -r1.201 -r1.202
  --- build.xml	24 Apr 2007 13:16:09 -0000	1.201
  +++ build.xml	16 May 2007 16:10:10 -0000	1.202
  @@ -1,12 +1,12 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.201 2007/04/24 13:16:09 jgreene Exp $ -->
  +<!-- $Id: build.xml,v 1.202 2007/05/16 16:10:10 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.CR1"/>
  +   <property name="module.version" value="2.0.0.CR2"/>
      <property name="implementation.url" value="http://www.jboss.com/products/jbosscache"/>
      <property file="build.properties"/>
      <property name="root.dir" value="${basedir}"/>
  @@ -61,8 +61,8 @@
      <property name="migration.manifest.file" value="${dist.lib}/migration.default.mf"/>
      <property name="migration.functional.tests.dir" value="${migration.dir}/tests/functional"/>
      <property name="migration.perf.tests.dir" value="${migration.dir}/tests/perf"/>   
  -   <property name="cache.db.dir" value="${root.dir}/jbossdb" />
  -   <property name="cache.db.1x.dir" value="${cache.db.dir}-1x" />
  +   <property name="cache.db.dir" value="${root.dir}/jbossdb"/>
  +   <property name="cache.db.1x.dir" value="${cache.db.dir}-1x"/>
      <!-- -->
      <condition property="ENABLE_COMPAT_TESTS">
         <or>
  
  
  



More information about the jboss-cvs-commits mailing list