Author: dejanb
Date: Tue Aug 18 09:03:20 2009
New Revision: 805327
URL: http://svn.apache.org/viewvc?rev=805327&view=rev
Log:
fix for https://issues.apache.org/activemq/browse/AMQ-2357 - docbx plugin
Modified:
activemq/trunk/activemq-book/pom.xml
activemq/trunk/activemq-book/src/styles/docbook-fo.xsl
Modified: activemq/trunk/activemq-book/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-book/pom.xml?rev=805327&r1=805326&r2=805327&view=diff
==============================================================================
--- activemq/trunk/activemq-book/pom.xml (original)
+++ activemq/trunk/activemq-book/pom.xml Tue Aug 18 09:03:20 2009
@@ -31,34 +31,21 @@
<name>ActiveMQ User Guide</name>
<description>The ActiveMQ User Guide which generates HTML, PDF and man
pages.</description>
- <repositories>
- <repository>
- <id>agilejava</id>
- <name>AgileJava</name>
- <url>http://agilejava.com/maven/</url>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>agilejava</id>
- <name>AgileJava</name>
- <url>http://agilejava.com/maven/</url>
- </pluginRepository>
- </pluginRepositories>
-
<build>
<plugins>
<plugin>
<groupId>com.agilejava.docbkx</groupId>
<artifactId>docbkx-maven-plugin</artifactId>
- <version>2.0.3</version>
+ <version>2.0.9</version>
<executions>
<execution>
<goals>
<goal>generate-pdf</goal>
<goal>generate-html</goal>
+ <!-- Commenting out for now due to bug in docbx plugin
<goal>generate-manpages</goal>
+ -->
</goals>
<phase>generate-sources</phase>
</execution>
Modified: activemq/trunk/activemq-book/src/styles/docbook-fo.xsl
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-book/src/styles/docbook-fo.xsl?rev=805327&r1=805326&r2=805327&view=diff
==============================================================================
--- activemq/trunk/activemq-book/src/styles/docbook-fo.xsl (original)
+++ activemq/trunk/activemq-book/src/styles/docbook-fo.xsl Tue Aug 18 09:03:20
2009
@@ -158,7 +158,7 @@
<xsl:param name="tablecolumns.extension">0</xsl:param>
<xsl:param name="callout.extensions">1</xsl:param>
<!-- FOP provide only PDF Bookmarks at the moment -->
- <xsl:param name="fop.extensions">1</xsl:param>
+ <xsl:param name="fop1.extensions">1</xsl:param>
<!--###################################################
Table Of Contents