[jboss-cvs] JBoss Messaging SVN: r4636 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 7 04:07:50 EDT 2008


Author: jmesnil
Date: 2008-07-07 04:07:49 -0400 (Mon, 07 Jul 2008)
New Revision: 4636

Modified:
   trunk/build.xml
Log:
fixed typo in durSubExample target

Modified: trunk/build.xml
===================================================================
--- trunk/build.xml	2008-07-05 14:14:33 UTC (rev 4635)
+++ trunk/build.xml	2008-07-07 08:07:49 UTC (rev 4636)
@@ -148,8 +148,8 @@
       <ant antfile="build-messaging.xml" target="topicExample"/>
    </target>
 
-   <target name="DurSubExample" depends="createthirdparty">
-      <ant antfile="build-messaging.xml" target="DurSubExample"/>
+   <target name="durSubExample" depends="createthirdparty">
+      <ant antfile="build-messaging.xml" target="durSubExample"/>
    </target>
 
    <target name="perfListener" depends="createthirdparty">




More information about the jboss-cvs-commits mailing list