[jboss-cvs] JBossAS SVN: r83859 - projects/docs/community/5/Clustering_Guide.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 4 12:27:52 EST 2009


Author: bstansberry at jboss.com
Date: 2009-02-04 12:27:51 -0500 (Wed, 04 Feb 2009)
New Revision: 83859

Modified:
   projects/docs/community/5/Clustering_Guide/pom.xml
Log:
Update pom to match Admin and Config guide

Modified: projects/docs/community/5/Clustering_Guide/pom.xml
===================================================================
--- projects/docs/community/5/Clustering_Guide/pom.xml	2009-02-04 16:22:05 UTC (rev 83858)
+++ projects/docs/community/5/Clustering_Guide/pom.xml	2009-02-04 17:27:51 UTC (rev 83859)
@@ -15,13 +15,13 @@
 			<plugin>
 				<groupId>org.jboss.maven.plugins</groupId>
 				<artifactId>maven-jdocbook-plugin</artifactId>
-				<version>2.0.0</version>
+				<version>2.1.2</version>
 				<extensions>true</extensions>
 				<dependencies>
 					<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>
@@ -49,18 +49,21 @@
 				<formats>
 					<format>
 						<formatName>pdf</formatName>
-						<stylesheetResource>classpath:/xslt/org/jboss/main-pdf.xsl</stylesheetResource>
+						<!--<stylesheetResource>classpath:/xslt/org/jboss/main-pdf.xsl</stylesheetResource>-->
+                  <stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
 						<finalName>Clustering_Guide.pdf</finalName>
 					</format>
 					<format>
 						<formatName>html</formatName>
-						<stylesheetResource>classpath:/xslt/org/jboss/main-html.xsl</stylesheetResource>
+						<!--<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/nochunk-html.xsl</stylesheetResource>-->
+                  <stylesheetResource>classpath:/xslt/org/jboss/xhtml-single.xsl</stylesheetResource>
 						<finalName>index.html</finalName>
 					</format>
 					
@@ -72,11 +75,12 @@
 				</formats>
 				<options>
 					<xincludeSupported>true</xincludeSupported>
-					<xmlTransformerType>saxon</xmlTransformerType>
+					<!-- <xmlTransformerType>saxon</xmlTransformerType>-->
 					<!-- needed for uri-resolvers; can be ommitted if using 'current' uri scheme -->
 					<!--     could also locate the docbook dependency and inspect its version... -->
 					<!--docbookVersion>1.72.0</docbookVersion -->
-				<docbookVersion>1.72.0</docbookVersion>
+				<!-- 
+            <docbookVersion>1.72.0</docbookVersion>
 				<transformerParameters>
 					<property>
 						<name>javax.xml.parsers.DocumentBuilderFactory</name>
@@ -86,10 +90,11 @@
 						<name>javax.xml.parsers.SAXParserFactory</name>
 						<value>org.apache.xerces.jaxp.SAXParserFactoryImpl</value>
 					</property>
+          -->
 					<!--<javax.xml.parsers.DocumentBuilderFactory>org.apache.xerces.jaxp.DocumentBuilderFactoryImpl</javax.xml.parsers.DocumentBuilderFactory>
 					<javax.xml.parsers.SAXParserFactory>org.apache.xerces.jaxp.SAXParserFactoryImpl</javax.xml.parsers.SAXParserFactory>
 					<javax.xml.validation.SchemaFactory:http\://www.w3.org/2001/XMLSchema>org.apache.xerces.jaxp.validation.XMLSchemaFactory</javax.xml.validation.SchemaFactory:http\://www.w3.org/2001/XMLSchema>-->
-				</transformerParameters>
+				<!-- </transformerParameters> -->
 			</options>
 		</configuration>
 	</plugin>




More information about the jboss-cvs-commits mailing list