[hibernate-commits] Hibernate SVN: r17474 - search/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Sep 3 09:06:32 EDT 2009


Author: hardy.ferentschik
Date: 2009-09-03 09:06:31 -0400 (Thu, 03 Sep 2009)
New Revision: 17474

Modified:
   search/trunk/pom.xml
Log:
Upgraded the jdocbook plugin - now the new Hibernate style is used

Modified: search/trunk/pom.xml
===================================================================
--- search/trunk/pom.xml	2009-09-03 11:59:18 UTC (rev 17473)
+++ search/trunk/pom.xml	2009-09-03 13:06:31 UTC (rev 17474)
@@ -190,13 +190,13 @@
             <plugin>
                 <groupId>org.jboss.maven.plugins</groupId>
                 <artifactId>maven-jdocbook-plugin</artifactId>
-                <version>2.1.2</version>
+                <version>2.2.0</version>
                 <extensions>true</extensions>
                 <dependencies>
                     <dependency>
                         <groupId>org.hibernate</groupId>
                         <artifactId>hibernate-jdocbook-style</artifactId>
-                        <version>1.0.2</version>
+                        <version>2.0.0</version>
                         <type>jdocbook-style</type>
                     </dependency>
                 </dependencies>
@@ -213,24 +213,27 @@
                     <formats>
                         <format>
                             <formatName>pdf</formatName>
-                            <stylesheetResource>classpath:/xslt/hibernate/pdf/main-pdf.xsl</stylesheetResource>
-                            <finalName>hibernate-search-guide.pdf</finalName>
+                            <stylesheetResource>classpath:/xslt/org/hibernate/jdocbook/xslt/pdf.xsl</stylesheetResource>
+                            <finalName>hibernate_reference.pdf</finalName>
                         </format>
                         <format>
                             <formatName>html_single</formatName>
-                            <stylesheetResource>classpath:/xslt/hibernate/html/main-single.xsl</stylesheetResource>
+                            <stylesheetResource>classpath:/xslt/org/hibernate/jdocbook/xslt/xhtml-single.xsl</stylesheetResource>
                             <finalName>index.html</finalName>
                         </format>
                         <format>
                             <formatName>html</formatName>
-                            <stylesheetResource>classpath:/xslt/hibernate/html/main-chunk.xsl</stylesheetResource>
+                            <stylesheetResource>classpath:/xslt/org/hibernate/jdocbook/xslt/xhtml.xsl</stylesheetResource>
                             <finalName>index.html</finalName>
                         </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>
                         <localeSeparator>-</localeSeparator>
-                        <useRelativeImageUris>true</useRelativeImageUris>
                     </options>
                 </configuration>
                 <executions>



More information about the hibernate-commits mailing list