[jbosscache-commits] JBoss Cache SVN: r7273 - benchmarks/benchmark-fwk/trunk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Wed Dec 10 06:04:38 EST 2008


Author: manik.surtani at jboss.com
Date: 2008-12-10 06:04:37 -0500 (Wed, 10 Dec 2008)
New Revision: 7273

Modified:
   benchmarks/benchmark-fwk/trunk/build.xml
Log:
Fixed typo

Modified: benchmarks/benchmark-fwk/trunk/build.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/build.xml	2008-12-09 18:17:00 UTC (rev 7272)
+++ benchmarks/benchmark-fwk/trunk/build.xml	2008-12-10 11:04:37 UTC (rev 7273)
@@ -86,7 +86,7 @@
       </javac>
    </target>
 
-   <target name="compile.module.ehcache159" depends="fwk"
+   <target name="compile.module.ehcache150" depends="fwk"
            description="Compile module ehcache-1.5.0; production classes">
       <mkdir dir="./classes/production/ehcache-1.5.0"/>
       <javac destdir="./classes/production/ehcache-1.5.0" debug="${compiler.debug}"
@@ -252,7 +252,7 @@
    </target>
 
    <target name="all"
-           depends="clean, fwk, compile.module.jbosscache140, compile.module.jbosscache200, compile.module.pojocache220, compile.module.jbosscache210, compile.module.jbosscache220, compile.module.terracotta250, compile.module.ehcache159, compile.module.whirlycache101, compile.module.jbosscache300, compile.module.coherence331, compile.module.starobrno"
+           depends="clean, fwk, compile.module.jbosscache140, compile.module.jbosscache200, compile.module.pojocache220, compile.module.jbosscache210, compile.module.jbosscache220, compile.module.terracotta250, compile.module.ehcache150, compile.module.whirlycache101, compile.module.jbosscache300, compile.module.coherence331, compile.module.starobrno"
            description="build all"/>
 
    <target name="checkClusterAddresses" depends="fwk"




More information about the jbosscache-commits mailing list