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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 29 14:30:57 EDT 2007


Author: timfox
Date: 2007-05-29 14:30:57 -0400 (Tue, 29 May 2007)
New Revision: 2738

Modified:
   trunk/build-messaging.xml
Log:
Added all examples in clean task


Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2007-05-29 17:56:49 UTC (rev 2737)
+++ trunk/build-messaging.xml	2007-05-29 18:30:57 UTC (rev 2738)
@@ -625,7 +625,9 @@
       <ant dir="./docs/examples/distributed-queue" antfile="build.xml" inheritAll="false" target="clean"/>
       <ant dir="./docs/examples/distributed-topic" antfile="build.xml" inheritAll="false" target="clean"/>
       <ant dir="./docs/examples/queue-failover" antfile="build.xml" inheritAll="false" target="clean"/>
-      <ant dir="./docs/examples/http" antfile="build.xml" inheritAll="false" target="clean"/>
+      <ant dir="./docs/examples/http" antfile="build.xml" inheritAll="false" target="clean"/>
+      <ant dir="./docs/examples/web-service" antfile="build.xml" inheritAll="false" target="clean"/>
+      <ant dir="./docs/examples/stateless-clustered" antfile="build.xml" inheritAll="false" target="clean"/>
       <ant dir="./tests" antfile="build.xml" inheritAll="false" target="clean"/>
    </target>
 




More information about the jboss-cvs-commits mailing list