Author: clebert.suconic(a)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}"/>
Show replies by date