[jboss-cvs] JBoss Messaging SVN: r7044 - trunk/examples/core/perf.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 26 15:31:06 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-05-26 15:31:05 -0400 (Tue, 26 May 2009)
New Revision: 7044

Modified:
   trunk/examples/core/perf/build.xml
Log:
fix on the classpath

Modified: trunk/examples/core/perf/build.xml
===================================================================
--- trunk/examples/core/perf/build.xml	2009-05-26 19:11:36 UTC (rev 7043)
+++ trunk/examples/core/perf/build.xml	2009-05-26 19:31:05 UTC (rev 7044)
@@ -46,7 +46,7 @@
          <jvmarg value="-XX:+UseParallelGC"/>
          <jvmarg value="-XX:+AggressiveOpts"/>
 		   <jvmarg value="-XX:+UseFastAccessorMethods"/>               
-         <classpath refid="runtime.classpath"/>
+         <classpath refid="client.classpath"/>
       </java>
    </target>
 
@@ -57,7 +57,7 @@
          <jvmarg value="-XX:+UseParallelGC"/>
          <jvmarg value="-XX:+AggressiveOpts"/>
 		   <jvmarg value="-XX:+UseFastAccessorMethods"/>         
-         <classpath refid="runtime.classpath"/>
+         <classpath refid="client.classpath"/>
       </java>
    </target>
 
@@ -70,7 +70,7 @@
          <jvmarg value="-XX:+AggressiveOpts"/>
 		   <jvmarg value="-XX:+UseFastAccessorMethods"/>         
          <arg line="jbm-jboss-beans.xml"/>
-         <classpath refid="runtime.classpath"/>
+         <classpath refid="server.classpath"/>
       </java>
    </target>
 




More information about the jboss-cvs-commits mailing list