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

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Wed Jan 30 20:24:21 EST 2008


Author: manik.surtani at jboss.com
Date: 2008-01-30 20:24:21 -0500 (Wed, 30 Jan 2008)
New Revision: 5270

Modified:
   benchmarks/benchmark-fwk/trunk/build.xml
Log:
More flexible classpaths


Modified: benchmarks/benchmark-fwk/trunk/build.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/build.xml	2008-01-31 01:22:26 UTC (rev 5269)
+++ benchmarks/benchmark-fwk/trunk/build.xml	2008-01-31 01:24:21 UTC (rev 5270)
@@ -55,7 +55,7 @@
    </path>
 
    <path id="framework.module.classpath">
-      <dirset dir="${module.framework.basedir}/lib" includes="**/*.jar"/>
+      <fileset dir="${module.framework.basedir}/lib" includes="**/*.jar"/>
       <pathelement location="${module.framework.basedir}/conf"/>
    </path>
 




More information about the jbosscache-commits mailing list