[jboss-cvs] JBossAS SVN: r106522 - projects/jboss-jca/branches/performance/rars.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jul 9 05:26:54 EDT 2010


Author: jeff.zhang
Date: 2010-07-09 05:26:54 -0400 (Fri, 09 Jul 2010)
New Revision: 106522

Modified:
   projects/jboss-jca/branches/performance/rars/build.xml
Log:
[JBJCA-376] fix wrong directory

Modified: projects/jboss-jca/branches/performance/rars/build.xml
===================================================================
--- projects/jboss-jca/branches/performance/rars/build.xml	2010-07-09 08:20:55 UTC (rev 106521)
+++ projects/jboss-jca/branches/performance/rars/build.xml	2010-07-09 09:26:54 UTC (rev 106522)
@@ -50,7 +50,7 @@
     <attribute name="as"/>
   	<attribute name="trans"/>
     <sequential>
-        <copy todir="${build.rars.dir}/jars/performance/@{as}/@{trans}/@{count}">
+        <copy todir="${build.rars.dir}/jars/rars/@{as}/@{trans}/@{count}">
           <fileset dir="src/main/resources/" includes="**/*"/>
           <filterset>
           	<filter token="COUNT" value="@{count}"/>
@@ -61,10 +61,10 @@
       	
         <jar destfile="${target.dir}/@{as}_@{trans}_@{count}.rar"
              manifest="src/main/resources/rar-manifest.mf">
-           <fileset dir="${build.rars.dir}/jars/performance"
+           <fileset dir="${build.rars.dir}/jars/rars"
         	    includes="org/jboss/jca/performance/rars/workmanager/*.class"/>
 
-           <fileset dir="${build.rars.dir}/jars/performance/@{as}/@{trans}/@{count}/workmanager"
+           <fileset dir="${build.rars.dir}/jars/rars/@{as}/@{trans}/@{count}/workmanager"
         	    includes="**/**"/>
         </jar>
     </sequential>



More information about the jboss-cvs-commits mailing list