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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Nov 24 01:22:54 EST 2008


Author: gaohoward
Date: 2008-11-24 01:22:54 -0500 (Mon, 24 Nov 2008)
New Revision: 5420

Modified:
   branches/Branch_1_4/build-messaging-AS5.xml
   branches/Branch_1_4/build-messaging-EAP4.xml
   branches/Branch_1_4/build-messaging.xml
Log:
1.4.1.GA remove stateless-clustered exmaple from AS5 release bundle as it no longer supports farming.



Modified: branches/Branch_1_4/build-messaging-AS5.xml
===================================================================
--- branches/Branch_1_4/build-messaging-AS5.xml	2008-11-24 05:21:45 UTC (rev 5419)
+++ branches/Branch_1_4/build-messaging-AS5.xml	2008-11-24 06:22:54 UTC (rev 5420)
@@ -65,4 +65,24 @@
    </target>
 
 
+   <!-- Note: This target must be ran after the smoke test -->
+   <target name="examples" depends="release-structure">
+
+      <copy todir="${release.output}/examples">
+         <fileset dir="./docs/examples" excludes="examples.properties">
+            <exclude name="programmatic-deployment"/>
+	    <exclude name="stateless-clustered/**"/>
+         </fileset>
+      </copy>
+      <copy todir="${release.output}/examples/config">
+         <fileset dir="${integration-dir}/etc/server/default/deploy">
+            <include name="*-persistence-service.xml"/>
+            <include name="*-ds.xml"/>
+         </fileset>
+         <fileset dir="${integration-dir}/etc/remoting">
+            <include name="*-service.xml"/>
+         </fileset>
+      </copy>
+   </target>
+
 </project>
\ No newline at end of file

Modified: branches/Branch_1_4/build-messaging-EAP4.xml
===================================================================
--- branches/Branch_1_4/build-messaging-EAP4.xml	2008-11-24 05:21:45 UTC (rev 5419)
+++ branches/Branch_1_4/build-messaging-EAP4.xml	2008-11-24 06:22:54 UTC (rev 5420)
@@ -58,5 +58,24 @@
       </aopc>
    </target>
 
+   <!-- Note: This target must be ran after the smoke test -->
+   <target name="examples" depends="release-structure">
 
+      <copy todir="${release.output}/examples">
+         <fileset dir="./docs/examples" excludes="examples.properties">
+            <exclude name="programmatic-deployment"/>
+         </fileset>
+      </copy>
+      <copy todir="${release.output}/examples/config">
+         <fileset dir="${integration-dir}/etc/server/default/deploy">
+            <include name="*-persistence-service.xml"/>
+            <include name="*-ds.xml"/>
+         </fileset>
+         <fileset dir="${integration-dir}/etc/remoting">
+            <include name="*-service.xml"/>
+         </fileset>
+      </copy>
+   </target>
+
+
 </project>
\ No newline at end of file

Modified: branches/Branch_1_4/build-messaging.xml
===================================================================
--- branches/Branch_1_4/build-messaging.xml	2008-11-24 05:21:45 UTC (rev 5419)
+++ branches/Branch_1_4/build-messaging.xml	2008-11-24 06:22:54 UTC (rev 5420)
@@ -441,25 +441,6 @@
       <mkdir dir="${release.output}/test-results"/>
    </target>
 
-   <!-- Note: This target must be ran after the smoke test -->
-   <target name="examples" depends="release-structure">
-
-      <copy todir="${release.output}/examples">
-         <fileset dir="./docs/examples" excludes="examples.properties">
-            <exclude name="programmatic-deployment"/>
-         </fileset>
-      </copy>
-      <copy todir="${release.output}/examples/config">
-         <fileset dir="${integration-dir}/etc/server/default/deploy">
-            <include name="*-persistence-service.xml"/>
-            <include name="*-ds.xml"/>
-         </fileset>
-         <fileset dir="${integration-dir}/etc/remoting">
-            <include name="*-service.xml"/>
-         </fileset>
-      </copy>
-   </target>
-
    <target name="userdoc" depends="release-structure">
 
       <ant dir="./docs/userguide" antfile="build.xml" target="all"/>
@@ -549,6 +530,7 @@
    <target name="clean">
 
       <delete dir="${project.output}" quiet="true"/>
+      <delete dir="${release.output}" quiet="true"/>
 
       <ant dir="./docs/examples/queue" antfile="build.xml" inheritAll="false" target="clean"/>
       <ant dir="./docs/examples/topic" antfile="build.xml" inheritAll="false" target="clean"/>




More information about the jboss-cvs-commits mailing list