[hornetq-commits] JBoss hornetq SVN: r9861 - trunk/examples/common.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Nov 9 18:38:50 EST 2010


Author: clebert.suconic at jboss.com
Date: 2010-11-09 18:38:48 -0500 (Tue, 09 Nov 2010)
New Revision: 9861

Modified:
   trunk/examples/common/build.xml
Log:
Fixing examples

Modified: trunk/examples/common/build.xml
===================================================================
--- trunk/examples/common/build.xml	2010-11-09 22:59:00 UTC (rev 9860)
+++ trunk/examples/common/build.xml	2010-11-09 23:38:48 UTC (rev 9861)
@@ -140,7 +140,6 @@
       <!--<echo>client classpath = ${clientClasspath}</echo>-->
       <property file="${imported.basedir}/config/server.properties"/>
       <java classname="${example.classname}" fork="true" resultproperty="example-result">
-         <jvmarg line="${client.args}"/> 
          <jvmarg value="-Dhornetq.example.server.classpath=${serverclasspath}"/>
          <jvmarg value="-Dhornetq.example.server.args=${server.args}"/>
          <jvmarg value="-Dhornetq.example.logserveroutput=${hornetq.example.logserveroutput}"/>



More information about the hornetq-commits mailing list