[jboss-cvs] JBoss Messaging SVN: r1421 - trunk

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Sep 30 08:59:29 EDT 2006


Author: ovidiu.feodorov at jboss.com
Date: 2006-09-30 08:59:28 -0400 (Sat, 30 Sep 2006)
New Revision: 1421

Modified:
   trunk/build-messaging.xml
Log:
added tasks to build and bundle clustering doc

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2006-09-30 12:57:40 UTC (rev 1420)
+++ trunk/build-messaging.xml	2006-09-30 12:59:28 UTC (rev 1421)
@@ -684,6 +684,13 @@
             <exclude name="**/do-not-distribute*"/>
          </fileset>
       </copy>
+      <ant dir="./docs/clustering" antfile="build.xml" target="all"/>
+      <copy todir="${release.output}/docs/clustering">
+         <fileset dir="${project.output}/docs/clustering/en">
+            <include name="**"/>
+            <exclude name="**/do-not-distribute*"/>
+         </fileset>
+      </copy>
    </target>
 
    <target name="bundle-source" depends="release-structure">
@@ -703,7 +710,7 @@
       <available file="${release.output}/test-results/jboss-messaging-stress-test-results-${module.version}.zip"
                  property="stress.test.results.present" value="true"/>
       <fail message="Stress test results ${release.output}/test-results/jboss-messaging-stress-test-results-${module.version}.zip not available!"
-            unless="stress.test.results.present"/>
+            unless="stress.test.results.present"/>                                               
    </target>
 
    <target name="deployscoped" depends="scoped-sar">




More information about the jboss-cvs-commits mailing list