[jboss-cvs] JBoss Messaging SVN: r6413 - in trunk/examples/jms: xa-send and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Apr 12 22:42:53 EDT 2009


Author: gaohoward
Date: 2009-04-12 22:42:53 -0400 (Sun, 12 Apr 2009)
New Revision: 6413

Modified:
   trunk/examples/jms/xa-receive/build.xml
   trunk/examples/jms/xa-send/build.xml
Log:
build project description correction


Modified: trunk/examples/jms/xa-receive/build.xml
===================================================================
--- trunk/examples/jms/xa-receive/build.xml	2009-04-12 16:27:19 UTC (rev 6412)
+++ trunk/examples/jms/xa-receive/build.xml	2009-04-13 02:42:53 UTC (rev 6413)
@@ -28,7 +28,7 @@
 <!-- =========================================================================================== -->
 
 
-<project default="run" name="JBoss Messaging JMS Queue Example">
+<project default="run" name="JBoss Messaging JMS XA Receive Example">
 
    <import file="../common/build.xml"/>
 

Modified: trunk/examples/jms/xa-send/build.xml
===================================================================
--- trunk/examples/jms/xa-send/build.xml	2009-04-12 16:27:19 UTC (rev 6412)
+++ trunk/examples/jms/xa-send/build.xml	2009-04-13 02:42:53 UTC (rev 6413)
@@ -28,7 +28,7 @@
 <!-- =========================================================================================== -->
 
 
-<project default="run" name="JBoss Messaging JMS Queue Example">
+<project default="run" name="JBoss Messaging JMS XA Send Example">
 
    <import file="../common/build.xml"/>
 




More information about the jboss-cvs-commits mailing list