[jboss-cvs] JBoss Messaging SVN: r2537 - trunk/docs/examples/http.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 1 13:24:54 EST 2007


Author: ovidiu.feodorov at jboss.com
Date: 2007-03-01 13:24:54 -0500 (Thu, 01 Mar 2007)
New Revision: 2537

Modified:
   trunk/docs/examples/http/build.xml
Log:
corrected minor ant script error that prevented the example run out-of-the-box

Modified: trunk/docs/examples/http/build.xml
===================================================================
--- trunk/docs/examples/http/build.xml	2007-03-01 18:23:57 UTC (rev 2536)
+++ trunk/docs/examples/http/build.xml	2007-03-01 18:24:54 UTC (rev 2537)
@@ -22,6 +22,7 @@
    <property name="messaging.client.jar.path" value="../.."/>
    <property name="messaging.client.jar.name" value="jboss-messaging-client.jar"/>
    <property name="jboss.home" value="${ENV.JBOSS_HOME}"/>
+   <property name="jboss.configuration" value="messaging"/>
    <property name="example.queue.name" value="testQueue"/>
 
    <path id="common.compilation.classpath">




More information about the jboss-cvs-commits mailing list