[jboss-cvs] CacheBenchFwk/build ...

Manik Surtani manik at jboss.org
Tue Mar 13 10:50:20 EDT 2007


  User: msurtani
  Date: 07/03/13 10:50:20

  Modified:    build    build.xml
  Log:
  wc
  
  Revision  Changes    Path
  1.7       +4 -4      CacheBenchFwk/build/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/CacheBenchFwk/build/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- build.xml	9 Feb 2006 06:16:00 -0000	1.6
  +++ build.xml	13 Mar 2007 14:50:20 -0000	1.7
  @@ -6,7 +6,7 @@
        Simple framework for testing standalone and distributed cacheing products
   
        Manik Surtani (manik at surtani.org)
  -     version $Id: build.xml,v 1.6 2006/02/09 06:16:00 imran Exp $
  +     version $Id: build.xml,v 1.7 2007/03/13 14:50:20 msurtani Exp $
        ====================================================================== -->
   <project name="CacheBenchMarkerFramework" default="dist" basedir="../">
       <description>
  @@ -25,9 +25,9 @@
           <pathelement path="${basedir}/conf"/>
           <fileset includes="**/*.jar" dir="${basedir}/lib"/>
           <fileset includes="**/*.jar" dir="${basedir}/cache-products"/>
  -        <pathelement path="${basedir}/cache-products/jboss-cache-1.2/etc"/>
  -        <pathelement path="${basedir}/cache-products/ehcache-1.1/etc"/>
  -        <pathelement path="${basedir}/cache-products/tangosol-coherence-3.0/etc"/>
  +        <pathelement path="${basedir}/cache-products/ehcache-1.2.4/conf"/>
  +        <pathelement path="${basedir}/cache-products/jbosscache-2.0.0/conf"/>
  +        <pathelement path="${basedir}/cache-products/jbosscache-1.4.1/conf"/>
           <fileset includes="**/*.jar" dir="${basedir}/dist"/>
       </path>
   
  
  
  



More information about the jboss-cvs-commits mailing list