Author: gaohoward
Date: 2010-05-28 02:38:30 -0400 (Fri, 28 May 2010)
New Revision: 9276
Modified:
trunk/docs/user-manual/en/appserver-integration.xml
trunk/docs/user-manual/en/configuration-index.xml
trunk/lib/docbook-support/support.xml
Log:
some formatting and add back the tmp fo cleanup ant task.
Modified: trunk/docs/user-manual/en/appserver-integration.xml
===================================================================
--- trunk/docs/user-manual/en/appserver-integration.xml 2010-05-28 02:46:51 UTC (rev
9275)
+++ trunk/docs/user-manual/en/appserver-integration.xml 2010-05-28 06:38:30 UTC (rev
9276)
@@ -500,6 +500,16 @@
<entry>the batch size (in bytes) between
acknowledgements when using
DUPS_OK_ACKNOWLEDGE mode</entry>
</row>
+ </tbody>
+ </tgroup>
+ </table>
+ <para>Continued..</para>
+ <informaltable frame="topbot">
+ <tgroup cols="3">
+ <colspec colname="c1" colnum="1"/>
+ <colspec colname="c2" colnum="2"/>
+ <colspec colname="c3" colnum="3"/>
+ <tbody>
<row>
<entry>
<link
linkend="configuration.connection-factory.transaction-batch-size">TransactionBatchSize</link>
@@ -647,7 +657,7 @@
</row>
</tbody>
</tgroup>
- </table>
+ </informaltable>
</section>
<section>
<title>Adapter Outbound Configuration</title>
Modified: trunk/docs/user-manual/en/configuration-index.xml
===================================================================
--- trunk/docs/user-manual/en/configuration-index.xml 2010-05-28 02:46:51 UTC (rev 9275)
+++ trunk/docs/user-manual/en/configuration-index.xml 2010-05-28 06:38:30 UTC (rev 9276)
@@ -92,6 +92,19 @@
<entry>true means that the journal directory will be
created</entry>
<entry>true</entry>
</row>
+ </tbody>
+ </tgroup>
+ </table>
+ <para></para>
+ <para></para>
+ <para>Continued..</para>
+ <informaltable frame="topbot">
+ <tgroup cols="4">
+ <colspec colname="c1" colnum="1"/>
+ <colspec colname="c2" colnum="2"/>
+ <colspec colname="c3" colnum="3"/>
+ <colspec colname="c4" colnum="4"/>
+ <tbody>
<row>
<entry><link
linkend="using-server.configuration"
file-deployment-enabled</link></entry>
@@ -961,7
+974,7 @@
</row>
</tbody>
</tgroup>
- </table>
+ </informaltable>
</section>
<section>
<title>hornetq-jms.xml</title>
@@ -991,6 +1004,19 @@
<entry>a list of connection factories to create and add
to JNDI</entry>
<entry/>
</row>
+ </tbody>
+ </tgroup>
+ </table>
+ <para></para>
+ <para></para>
+ <para>Continued..</para>
+ <informaltable frame="topbot">
+ <tgroup cols="4">
+ <colspec colname="c1" colnum="1"/>
+ <colspec colname="c2" colnum="2"/>
+ <colspec colname="c3" colnum="3"/>
+ <colspec colname="c4" colnum="4"/>
+ <tbody>
<row>
<entry
id="configuration.connection-factory.auto-group">
<link
linkend="message-grouping.jmsconfigure">connection-factory.auto-group</link>
@@ -1312,7 +1338,7 @@
</row>
</tbody>
</tgroup>
- </table>
+ </informaltable>
</section>
</section>
</chapter>
Modified: trunk/lib/docbook-support/support.xml
===================================================================
--- trunk/lib/docbook-support/support.xml 2010-05-28 02:46:51 UTC (rev 9275)
+++ trunk/lib/docbook-support/support.xml 2010-05-28 06:38:30 UTC (rev 9276)
@@ -144,6 +144,8 @@
outfile="${build.dir}/${lang}/pdf/${pdf.name}" />
<!-- Delete temporary files. -->
+ <delete file="${build.dir}/${lang}/pdf/docbook_fop.tmp"/>
+ <delete dir="${build.dir}/${lang}/pdf/images"/>
</target>
<target name="lang.dochtml">
@@ -204,6 +206,7 @@
<!-- Copy images and CSS for HTML documentation, language specific. -->
<copy todir="${build.dir}/${lang}/shared/images">
<fileset dir="${basedir}/${lang}/images">
+
<include name="**/*.png"/>
<include name="**/*.gif"/>
</fileset>