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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 25 04:52:00 EDT 2009


Author: gaohoward
Date: 2009-06-25 04:51:59 -0400 (Thu, 25 Jun 2009)
New Revision: 7463

Modified:
   branches/Branch_1_4/build-messaging-AS5.xml
Log:
JBMESSAGING-1644


Modified: branches/Branch_1_4/build-messaging-AS5.xml
===================================================================
--- branches/Branch_1_4/build-messaging-AS5.xml	2009-06-25 08:48:45 UTC (rev 7462)
+++ branches/Branch_1_4/build-messaging-AS5.xml	2009-06-25 08:51:59 UTC (rev 7463)
@@ -70,12 +70,14 @@
          <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>
@@ -85,9 +87,18 @@
             <include name="*-ds.xml"/>
          </fileset>
          <fileset dir="${integration-dir}/etc/remoting">
+            <include name="servlet-invoker.war/**/*"/>
             <include name="*-service.xml"/>
          </fileset>
       </copy>
    </target>
 
+   <target name="extra" depends="examples" description="create an example package for AS5">
+      <mkdir dir="${build.lib}"/>
+      <zip destfile="${build.lib}/jbm-examples.zip">
+         <zipfileset dir="${release.output}/examples" prefix="extra/jbm-examples"/>
+      </zip>
+   </target>
+
+
 </project>




More information about the jboss-cvs-commits mailing list