[jboss-cvs] JBoss Messaging SVN: r7854 - branches/Branch_1_4.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 15 08:41:50 EDT 2009


Author: gaohoward
Date: 2009-10-15 08:41:50 -0400 (Thu, 15 Oct 2009)
New Revision: 7854

Modified:
   branches/Branch_1_4/build-messaging-AS5.xml
Log:
Added ordering-group example


Modified: branches/Branch_1_4/build-messaging-AS5.xml
===================================================================
--- branches/Branch_1_4/build-messaging-AS5.xml	2009-10-14 16:15:53 UTC (rev 7853)
+++ branches/Branch_1_4/build-messaging-AS5.xml	2009-10-15 12:41:50 UTC (rev 7854)
@@ -70,14 +70,12 @@
          <fileset dir="./docs/examples" excludes="examples.properties">
             <exclude name="programmatic-deployment"/>
 	    <exclude name="stateless-clustered/**"/>
-		<exclude name="ordering-group/**"/>
 	    <exclude name="**/*/build.xml*"/>
          </fileset>
       </copy>
       <copy todir="${release.output}/examples">
          <fileset dir="./docs/examples">
 	    <exclude name="stateless-clustered/**"/>
-		<exclude name="ordering-group/**"/>
          </fileset>
 	 <globmapper from="*build.xml.AS5" to="*build.xml"/>
       </copy>




More information about the jboss-cvs-commits mailing list