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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jul 9 04:20:55 EDT 2010


Author: jeff.zhang
Date: 2010-07-09 04:20:55 -0400 (Fri, 09 Jul 2010)
New Revision: 106521

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

Modified: projects/jboss-jca/branches/performance/rars/build.xml
===================================================================
--- projects/jboss-jca/branches/performance/rars/build.xml	2010-07-09 08:14:48 UTC (rev 106520)
+++ projects/jboss-jca/branches/performance/rars/build.xml	2010-07-09 08:20:55 UTC (rev 106521)
@@ -50,7 +50,7 @@
     <attribute name="as"/>
   	<attribute name="trans"/>
     <sequential>
-        <copy todir="${build.performance.dir}/jars/performance/@{as}/@{trans}/@{count}">
+        <copy todir="${build.rars.dir}/jars/performance/@{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.performance.dir}/jars/performance"
+           <fileset dir="${build.rars.dir}/jars/performance"
         	    includes="org/jboss/jca/performance/rars/workmanager/*.class"/>
 
-           <fileset dir="${build.performance.dir}/jars/performance/@{as}/@{trans}/@{count}/workmanager"
+           <fileset dir="${build.rars.dir}/jars/performance/@{as}/@{trans}/@{count}/workmanager"
         	    includes="**/**"/>
         </jar>
     </sequential>
@@ -115,7 +115,7 @@
              doctitle="JBoss JCA performance"
              use="true"
              additionalparam="-author -version"
-             classpath="${build.performance.dir}/impl"
+             classpath="${build.rars.dir}/impl"
              classpathref="standalone.lib.path.id"
              bottom="Copyright &#169; 2008-2009 Red Hat Middleware LLC (http://www.jboss.com/)">
       <link offline="true" href="http://java.sun.com/j2se/5/docs/api/" packagelistLoc="${java.home}/../docs/api"/>



More information about the jboss-cvs-commits mailing list