[jboss-cvs] JBossAS SVN: r82212 - in projects/docs/community/5/Administration_And_Configuration_Guide: en-US and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Dec 10 17:59:45 EST 2008
Author: scott.stark at jboss.org
Date: 2008-12-10 17:59:45 -0500 (Wed, 10 Dec 2008)
New Revision: 82212
Removed:
projects/docs/community/5/Administration_And_Configuration_Guide/en-US/Author_Group.xml
Modified:
projects/docs/community/5/Administration_And_Configuration_Guide/en-US/Administration_And_Configuration_Guide.xml
projects/docs/community/5/Administration_And_Configuration_Guide/en-US/Book_Info.xml
projects/docs/community/5/Administration_And_Configuration_Guide/pom.xml
Log:
JBAS-6820, update the jdocbook plugin version and source
Modified: projects/docs/community/5/Administration_And_Configuration_Guide/en-US/Administration_And_Configuration_Guide.xml
===================================================================
--- projects/docs/community/5/Administration_And_Configuration_Guide/en-US/Administration_And_Configuration_Guide.xml 2008-12-10 21:54:54 UTC (rev 82211)
+++ projects/docs/community/5/Administration_And_Configuration_Guide/en-US/Administration_And_Configuration_Guide.xml 2008-12-10 22:59:45 UTC (rev 82212)
@@ -1,5 +1,5 @@
<?xml version='1.0'?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
]>
<book><!--<title>JBoss AS 5 Administration and Configuration Guide</title>-->
Deleted: projects/docs/community/5/Administration_And_Configuration_Guide/en-US/Author_Group.xml
===================================================================
--- projects/docs/community/5/Administration_And_Configuration_Guide/en-US/Author_Group.xml 2008-12-10 21:54:54 UTC (rev 82211)
+++ projects/docs/community/5/Administration_And_Configuration_Guide/en-US/Author_Group.xml 2008-12-10 22:59:45 UTC (rev 82212)
@@ -1,21 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE authorgroup PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-]>
-<authorgroup>
-
-
- <author>
- <firstname>JBoss</firstname>
- <surname>Community</surname>
-
- </author>
-
-
- <editor>
- <firstname>JBoss</firstname>
- <surname>Community</surname>
-
- </editor>
-
-
-</authorgroup>
Modified: projects/docs/community/5/Administration_And_Configuration_Guide/en-US/Book_Info.xml
===================================================================
--- projects/docs/community/5/Administration_And_Configuration_Guide/en-US/Book_Info.xml 2008-12-10 21:54:54 UTC (rev 82211)
+++ projects/docs/community/5/Administration_And_Configuration_Guide/en-US/Book_Info.xml 2008-12-10 22:59:45 UTC (rev 82212)
@@ -1,5 +1,5 @@
<?xml version='1.0'?>
-<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
+<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
]>
<bookinfo id="JBoss_Application_Server">
@@ -17,7 +17,16 @@
</para>
</abstract>
<subtitle>Authors</subtitle>
- <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <authorgroup>
+ <author>
+ <firstname>JBoss</firstname>
+ <surname>Community</surname>
+ </author>
+
+ <editor>
+ <firstname>JBoss</firstname>
+ <surname>Community</surname>
+ </editor>
+ </authorgroup>
</bookinfo>
-
Modified: projects/docs/community/5/Administration_And_Configuration_Guide/pom.xml
===================================================================
--- projects/docs/community/5/Administration_And_Configuration_Guide/pom.xml 2008-12-10 21:54:54 UTC (rev 82211)
+++ projects/docs/community/5/Administration_And_Configuration_Guide/pom.xml 2008-12-10 22:59:45 UTC (rev 82212)
@@ -6,7 +6,7 @@
<groupId>org.jboss.jbossas</groupId>
<artifactId>administration-and-configuration-guide-${translation}</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>5.0.0-SNAPSHOT</version>
<packaging>jdocbook</packaging>
<name>Administration And Configuration Guide (${translation})</name>
@@ -15,25 +15,25 @@
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-jdocbook-plugin</artifactId>
- <version>2.0.0</version>
- <extensions>true</extensions>
- <dependencies>
- <dependency>
- <groupId>org.jboss</groupId>
- <artifactId>jbossorg-docbook-xslt</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
- <groupId>org.jboss</groupId>
- <artifactId>jbossorg-jdocbook-style</artifactId>
- <version>1.0.0</version>
- <type>jdocbook-style</type>
- </dependency>
+ <version>2.1.2</version>
+ <extensions>true</extensions>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossorg-docbook-xslt</artifactId>
+ <version>1.1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossorg-jdocbook-style</artifactId>
+ <version>1.0.0</version>
+ <type>jdocbook-style</type>
+ </dependency>
</dependencies>
<configuration>
<!--minmemory>1024m</minmemory>
<maxmemory>1024m</maxmemory -->
- <sourceDocumentName>resolved.xml</sourceDocumentName>
+ <sourceDocumentName>Administration_And_Configuration_Guide.xml</sourceDocumentName>
<sourceDirectory>en-US</sourceDirectory>
<imageResource>
<directory>en-US</directory>
@@ -46,50 +46,29 @@
</cssResource>-->
<formats>
- <format>
- <formatName>html</formatName>
- <stylesheetResource>classpath:/xslt/org/jboss/main-html.xsl</stylesheetResource>
- <finalName>index.html</finalName>
- </format>
-
- <format>
- <formatName>html_single</formatName>
- <stylesheetResource>classpath:/xslt/org/jboss/nochunk-html.xsl</stylesheetResource>
- <finalName>index.html</finalName>
- </format>
-
- <!--format>
- <formatName>pdf</formatName>
- <stylesheetResource>classpath:/xslt/org/jboss/main-pdf.xsl</stylesheetResource>
- <finalName>Administration_And_Configuration_Guide.pdf</finalName>
- </format -->
- <!--<format>
- <formatName>eclipse</formatName>
- <stylesheetResource>classpath:/xslt/main-eclipse.xsl</stylesheetResource>
- <finalName>index.html</finalName>
- </format>-->
+ <format>
+ <formatName>html</formatName>
+ <stylesheetResource>classpath:/xslt/org/jboss/xhtml.xsl</stylesheetResource>
+ <finalName>index.html</finalName>
+ </format>
+ <format>
+ <formatName>html_single</formatName>
+ <stylesheetResource>classpath:/xslt/org/jboss/xhtml-single.xsl</stylesheetResource>
+ <finalName>index.html</finalName>
+ </format>
+
+ <format>
+ <formatName>pdf</formatName>
+ <stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
+ <finalName>Administration_And_Configuration_Guide.pdf</finalName>
+ <profilingTypeName>two_pass</profilingTypeName>
+ </format>
</formats>
<options>
<xincludeSupported>true</xincludeSupported>
- <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>
- <transformerParameters>
- <property>
- <name>javax.xml.parsers.DocumentBuilderFactory</name>
- <value>org.apache.xerces.jaxp.DocumentBuilderFactoryImpl</value>
- </property>
- <property>
- <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>
+
</options>
</configuration>
</plugin>
More information about the jboss-cvs-commits
mailing list