[jboss-cvs] CacheBenchFwk ...

Manik Surtani manik at jboss.org
Mon May 21 12:53:39 EDT 2007


  User: msurtani
  Date: 07/05/21 12:53:39

  Modified:    CacheBenchFwk   build.properties build.xml
  Log:
  
  
  Revision  Changes    Path
  1.2       +2 -2      CacheBenchFwk/build.properties
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.properties
  ===================================================================
  RCS file: /cvsroot/jboss/CacheBenchFwk/build.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- build.properties	10 May 2007 22:26:21 -0000	1.1
  +++ build.properties	21 May 2007 16:53:39 -0000	1.2
  @@ -4,7 +4,7 @@
   
   bind.address=127.0.0.1
   java.net.preferIPv4Stack=true
  -
  -
  +org.cachebench.debug=false
  +tangosol.coherence.localhost=127.0.0.1
   
   
  
  
  
  1.8       +3 -1      CacheBenchFwk/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/CacheBenchFwk/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- build.xml	21 May 2007 16:44:46 -0000	1.7
  +++ build.xml	21 May 2007 16:53:39 -0000	1.8
  @@ -528,6 +528,8 @@
              <!--<pathelement location="./cache-products/terracotta-2.3.0/lib/bootstrap/boot.jar" />-->
           <!--</bootclasspath>-->
           <sysproperty key="bind.address" value="${bind.address}" />
  +	<sysproperty key="tangosol.coherence.localhost" value="${tangosol.coherence.localhost}" />
  +	<sysproperty key="org.cachebench.debug" value="${org.cachebench.debug}" />
           <sysproperty key="java.net.preferIPv4Stack" value="${java.net.preferIPv4Stack}" />
           <classpath refid="framework.module.classpath" />
           <classpath refid="${plugin.classpath.ref}"/>
  
  
  



More information about the jboss-cvs-commits mailing list