[jboss-svn-commits] JBL Code SVN: r36919 - labs/jbosstm/trunk/docs.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Apr 13 12:34:25 EDT 2011


Author: tomjenkinson
Date: 2011-04-13 12:34:24 -0400 (Wed, 13 Apr 2011)
New Revision: 36919

Modified:
   labs/jbosstm/trunk/docs/build.xml
Log:
JBTM-830 add the docs to the correct location

Modified: labs/jbosstm/trunk/docs/build.xml
===================================================================
--- labs/jbosstm/trunk/docs/build.xml	2011-04-13 16:02:28 UTC (rev 36918)
+++ labs/jbosstm/trunk/docs/build.xml	2011-04-13 16:34:24 UTC (rev 36919)
@@ -40,13 +40,26 @@
                     <arg value="--langs=en-US"/>
                     <arg value="--formats=pdf,html"/>
                 </exec>
+                <exec dir="failure_recovery_guide" executable="publican">
+                    <arg value="build"/>
+                    <arg value="--langs=en-US"/>
+                    <arg value="--formats=pdf,html"/>
+                </exec>
+                <exec dir="transactions_overview_guide" executable="publican">
+                    <arg value="build"/>
+                    <arg value="--langs=en-US"/>
+                    <arg value="--formats=pdf,html"/>
+                </exec>
+            </then>
+        </if>
                 <copy todir="${dest.dir}/release_notes" overwrite="true" flatten="true">
                     <fileset dir="${build.dir}" includes="*/en-US/pdf/*.pdf"/>
                 </copy>
-            </then>
-        </if>
+                <copy todir="${dest.dir}" overwrite="true" flatten="true">
+                    <fileset dir="." includes="**/*.pdf" excludes="**/*Release*.pdf"/>
+                </copy>
 
 
     </target>
 
-</project>
\ No newline at end of file
+</project>



More information about the jboss-svn-commits mailing list