[jboss-cvs] JBossAS SVN: r82148 - in projects/docs/community/5/Installation_And_Getting_Started_Guide: en-US and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Dec 9 09:01:25 EST 2008
Author: scott.stark at jboss.org
Date: 2008-12-09 09:01:25 -0500 (Tue, 09 Dec 2008)
New Revision: 82148
Modified:
projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/Server_Configurations.xml
projects/docs/community/5/Installation_And_Getting_Started_Guide/pom.xml
Log:
JBAS-6288, update to org.jboss:jbossorg-docbook-xslt 1.1.0 to resolve the large table overflow problem
Modified: projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/Server_Configurations.xml
===================================================================
--- projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/Server_Configurations.xml 2008-12-09 12:54:31 UTC (rev 82147)
+++ projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/Server_Configurations.xml 2008-12-09 14:01:25 UTC (rev 82148)
@@ -598,25 +598,7 @@
<literal>jboss-jca.deployer</literal> description
</entry>
</row>
- </tbody>
- </tgroup>
- </table>
- <table id="Contents_of_deployers_directory_table2">
- <title>Contents of "deployers" directory continued</title>
- <tgroup cols="2">
- <colspec colname="c1" colnum="1" colwidth="4*"/>
- <colspec colname="c2" colnum="2" colwidth="4*"/>
- <thead>
- <row>
- <entry>
- File
- </entry>
- <entry>
- Description
- </entry>
- </row>
- </thead>
- <tbody>
+
<row>
<entry>
<literal>jbossweb.deployer</literal>
@@ -677,7 +659,7 @@
The files in the <literal>deploy</literal> directory are explained in the following table.
</para>
<para>
- <table id="Contents_of_deploy_directory_table1">
+ <table id="Contents_of_deploy_directory_table">
<title>Contents of "deploy" directory</title>
<tgroup cols="2">
<colspec colname="c1" colnum="1" colwidth="4*"/>
@@ -800,26 +782,7 @@
web application deployment service
management.</entry>
</row>
- </tbody>
- </tgroup>
- </table>
- <table id="Contents_of_deploy_directory_table2">
- <title>Contents of "deploy" directory continued</title>
- <tgroup cols="2">
- <colspec colname="c1" colnum="1" colwidth="4*"/>
- <colspec colname="c2" colnum="2" colwidth="4*"/>
- <thead>
<row>
- <entry>
- File
- </entry>
- <entry>
- Description
- </entry>
- </row>
- </thead>
- <tbody>
- <row>
<entry><literal>jbossws.sar</literal></entry>
<entry>provides JEE web services support. </entry>
</row>
@@ -912,27 +875,8 @@
provides the JMX Console. The JMX Console provides a
simple web interface for managing the MBean server.
</entry>
- </row>
- </tbody>
- </tgroup>
- </table>
- <table id="Contents_of_deploy_directory_table3">
- <title>Contents of "deploy" directory continued(2)</title>
- <tgroup cols="2">
- <colspec colname="c1" colnum="1" colwidth="4*"/>
- <colspec colname="c2" colnum="2" colwidth="4*"/>
- <thead>
+</row>
<row>
- <entry>
- File
- </entry>
- <entry>
- Description
- </entry>
- </row>
- </thead>
- <tbody>
- <row>
<entry>
<literal>jmx-invoker-service.xml</literal>
</entry>
@@ -1006,19 +950,14 @@
<entry>
<literal>properties-service.xml</literal>
</entry>
- <entry> The <literal>properties-service.xml</literal>
- file is an MBean service descriptor that allows for
- customization of the JavaBeans
- <literal>PropertyEditor</literal>s as well as
- the definition of system properties. </entry>
+ <entry> The <literal>properties-service.xml</literal> file is an MBean service descriptor that allows for customization of the JavaBeans <literal>PropertyEditor</literal>s as well as the definition of system properties. </entry>
</row>
<row>
<entry>
<literal>quartz-ra.rar</literal>
</entry>
<entry>
- <literal>quartz-ra.rar</literal> is a resource
- adaptor for inflow of Quartz events </entry>
+ <literal>quartz-ra.rar</literal> is a resource adaptor for inflow of Quartz events </entry>
</row>
<row>
<entry>
@@ -1029,27 +968,8 @@
contains the unified invokers based on JBoss
Remoting. </entry>
</row>
- </tbody>
- </tgroup>
- </table>
- <table id="Contents_of_deploy_directory_table4">
- <title>Contents of "deploy" directory continued(3)</title>
- <tgroup cols="2">
- <colspec colname="c1" colnum="1" colwidth="4*"/>
- <colspec colname="c2" colnum="2" colwidth="4*"/>
- <thead>
<row>
<entry>
- File
- </entry>
- <entry>
- Description
- </entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>
<literal>scheduler-service.xml</literal>
</entry>
<entry> The <literal>scheduler-service.xml</literal> and
Modified: projects/docs/community/5/Installation_And_Getting_Started_Guide/pom.xml
===================================================================
--- projects/docs/community/5/Installation_And_Getting_Started_Guide/pom.xml 2008-12-09 12:54:31 UTC (rev 82147)
+++ projects/docs/community/5/Installation_And_Getting_Started_Guide/pom.xml 2008-12-09 14:01:25 UTC (rev 82148)
@@ -21,7 +21,7 @@
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jbossorg-docbook-xslt</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
@@ -29,12 +29,6 @@
<version>1.0.0</version>
<type>jdocbook-style</type>
</dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-jdocbook-style</artifactId>
- <version>1.0.2</version>
- <type>jdocbook-style</type>
- </dependency>
</dependencies>
<configuration>
<!--minmemory>1024m</minmemory>
@@ -55,22 +49,19 @@
<formats>
<format>
<formatName>html</formatName>
- <stylesheetResource>classpath:/xslt/org/jboss/main-html.xsl</stylesheetResource>
+ <stylesheetResource>classpath:/xslt/org/jboss/xhtml.xsl</stylesheetResource>
<finalName>index.html</finalName>
</format>
<format>
<formatName>html_single</formatName>
- <stylesheetResource>classpath:/xslt/org/jboss/nochunk-html.xsl</stylesheetResource>
+ <stylesheetResource>classpath:/xslt/org/jboss/xhtml-single.xsl</stylesheetResource>
<finalName>index.html</finalName>
</format>
<format>
<formatName>pdf</formatName>
- <stylesheetResource>classpath:/xslt/org/jboss/main-pdf.xsl</stylesheetResource>
- <!--
- <stylesheetResource>classpath:/xslt/hibernate/pdf/main-pdf.xsl</stylesheetResource>
--->
- <finalName>Installation_And_Getting_Started_Guide.pdf</finalName>
+ <stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
+ <finalName>Installation_And_Getting_Started_Guide.pdf</finalName>
<profilingTypeName>two_pass</profilingTypeName>
</format>
More information about the jboss-cvs-commits
mailing list