[jboss-cvs] CacheBenchFwk/build ...

Manik Surtani manik at jboss.org
Thu May 17 03:37:44 EDT 2007


  User: msurtani
  Date: 07/05/17 03:37:44

  Modified:    build    build.xml
  Log:
  Many changes
  
  Revision  Changes    Path
  1.8       +2 -2      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.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- build.xml	13 Mar 2007 14:50:20 -0000	1.7
  +++ build.xml	17 May 2007 07:37:44 -0000	1.8
  @@ -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.7 2007/03/13 14:50:20 msurtani Exp $
  +     version $Id: build.xml,v 1.8 2007/05/17 07:37:44 msurtani Exp $
        ====================================================================== -->
   <project name="CacheBenchMarkerFramework" default="dist" basedir="../">
       <description>
  @@ -71,7 +71,7 @@
   	</target>
   
       <target name="run">
  -        <java classname="org.cachebench.CacheBenchMarker">
  +        <java classname="org.cachebench.CacheBenchmarkRunner">
               <classpath refid="run.libs"/>
           </java>
       </target>
  
  
  



More information about the jboss-cvs-commits mailing list