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

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Jan 8 15:46:09 EST 2008


Author: mircea.markus
Date: 2008-01-08 15:46:08 -0500 (Tue, 08 Jan 2008)
New Revision: 5093

Modified:
   benchmarks/benchmark-fwk/build.xml
Log:
renamed file

Modified: benchmarks/benchmark-fwk/build.xml
===================================================================
--- benchmarks/benchmark-fwk/build.xml	2008-01-08 20:44:03 UTC (rev 5092)
+++ benchmarks/benchmark-fwk/build.xml	2008-01-08 20:46:08 UTC (rev 5093)
@@ -414,7 +414,7 @@
   <property name="compiler.args.jbosscache200-plugin" value="${compiler.args}"/>
   
   <property name="jbosscache200-plugin.output.dir" value="${module.jbosscache200-plugin.basedir}/classes/production/jbosscache-2.0.0"/>
-  <property name="jbosscache210cr2-plugin.output.dir" value="${module.jbosscache210cr2-plugin.basedir}/classes/production/jbosscache-2.1.0CR2"/>
+  <property name="jbosscache210cr2-plugin.output.dir" value="${module.jbosscache210cr2-plugin.basedir}/classes/production/jbosscache-2.1.0cr2"/>
   <property name="jbosscache200-plugin.testoutput.dir" value="${module.jbosscache200-plugin.basedir}/classes/test/jbosscache-2.0.0"/>
   
   <path id="jbosscache200-plugin.module.bootclasspath">
@@ -431,7 +431,7 @@
   </path>
 
   <path id="jbosscache210cr2-plugin.module.classpath">
-    <fileset dir="${module.jbosscache210cr2-plugin.basedir}/cache-products/jbosscache-2.1.0CR2/lib" includes="*.jar" />
+    <fileset dir="${module.jbosscache210cr2-plugin.basedir}/cache-products/jbosscache-2.1.0cr2/lib" includes="*.jar" />
     <pathelement location="${module.framework.basedir}/lib/commons-logging.jar"/>
     <pathelement location="${framework.output.dir}"/>
     <pathelement location="${framework.testoutput.dir}"/>
@@ -474,12 +474,12 @@
     </copy>
   </target>
 
-  <target name="compile.module.jbosscache210cr2-plugin.production" depends="compile.module.framework" description="Compile module jbosscache-2.1.0CR2; production classes">
+  <target name="compile.module.jbosscache210cr2-plugin.production" depends="compile.module.framework" description="Compile module jbosscache-2.1.0cr2; production classes">
     <mkdir dir="${jbosscache210cr2-plugin.output.dir}"/>
     <javac destdir="${jbosscache210cr2-plugin.output.dir}" debug="${compiler.debug}" nowarn="${compiler.generate.no.warnings}" memorymaximumsize="${compiler.max.memory}" fork="true">
       <compilerarg line="${compiler.args}"/>
       <classpath refid="jbosscache210cr2-plugin.module.classpath"/>
-      <src path="${module.jbosscache210cr2-plugin.basedir}/cache-products/jbosscache-2.1.0CR2"/>
+      <src path="${module.jbosscache210cr2-plugin.basedir}/cache-products/jbosscache-2.1.0cr2"/>
     </javac>
   </target>
 




More information about the jbosscache-commits mailing list