[jbosscache-commits] JBoss Cache SVN: r7999 - in benchmarks/benchmark-fwk/trunk: cache-products/infinispan-4.0.0/lib and 1 other directory.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Mon Apr 27 10:44:18 EDT 2009


Author: manik.surtani at jboss.com
Date: 2009-04-27 10:44:18 -0400 (Mon, 27 Apr 2009)
New Revision: 7999

Modified:
   benchmarks/benchmark-fwk/trunk/build.xml
   benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/infinispan-core.jar
Log:


Modified: benchmarks/benchmark-fwk/trunk/build.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/build.xml	2009-04-27 14:18:12 UTC (rev 7998)
+++ benchmarks/benchmark-fwk/trunk/build.xml	2009-04-27 14:44:18 UTC (rev 7999)
@@ -248,27 +248,12 @@
       </javac>
    </target>
 
-   <target name="compile.module.horizon" depends="fwk"
-           description="Compile module Horizon">
-      <mkdir dir="./classes/production/horizon"/>
-      <javac destdir="./classes/production/horizon" debug="${compiler.debug}"
-             nowarn="${compiler.generate.no.warnings}" fork="true">
-         <classpath>
-            <fileset dir="./cache-products/Horizon-1.0.0/lib" includes="*.jar"/>
-            <fileset dir="./lib/common" includes="*.jar"/>
-            <pathelement location="./lib/commons-logging.jar"/>
-            <pathelement location="${framework.output.dir}"/>
-         </classpath>
-         <src path="./cache-products/Horizon-1.0.0/src"/>
-      </javac>
-   </target>
-
    <target name="clean" description="cleanup all">
       <delete dir="./classes"/>
    </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.ehcache150, compile.module.ehcache160, compile.module.whirlycache101, compile.module.jbosscache300, compile.module.coherence331, compile.module.horizon"
+           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.ehcache160, compile.module.whirlycache101, compile.module.jbosscache300, compile.module.coherence331"
            description="build all"/>
 
    <target name="checkClusterAddresses" depends="fwk"

Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/infinispan-core.jar
===================================================================
(Binary files differ)




More information about the jbosscache-commits mailing list