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

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Jan 24 09:17:55 EST 2008


Author: manik.surtani at jboss.com
Date: 2008-01-24 09:17:55 -0500 (Thu, 24 Jan 2008)
New Revision: 5224

Modified:
   benchmarks/benchmark-fwk/trunk/build.xml
Log:
Compile 1.4.1 as well

Modified: benchmarks/benchmark-fwk/trunk/build.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/build.xml	2008-01-24 14:11:22 UTC (rev 5223)
+++ benchmarks/benchmark-fwk/trunk/build.xml	2008-01-24 14:17:55 UTC (rev 5224)
@@ -494,7 +494,7 @@
      <delete dir="${module.framework.basedir}/classes"/>
   </target>
   
-  <target name="all" depends="init, clean, compile.module.framework,compile.module.jbosscache200-plugin, compile.module.jbosscache210-plugin.production, compile.module.terracotta-plugin" description="build all"/>
+  <target name="all" depends="init, clean, compile.module.framework, compile.module.jbosscache140-plugin, compile.module.jbosscache200-plugin, compile.module.jbosscache210-plugin.production, compile.module.terracotta-plugin" description="build all"/>
 
    <target name="checkClusterAddresses" depends="compile.module.framework.production"
            description="Check whether the cluster config is a valid one">




More information about the jbosscache-commits mailing list