[hibernate-commits] Hibernate SVN: r14564 - in core/trunk/documentation: jbosscache2 and 1 other directories.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Apr 24 17:52:22 EDT 2008


Author: steve.ebersole at jboss.com
Date: 2008-04-24 17:52:22 -0400 (Thu, 24 Apr 2008)
New Revision: 14564

Modified:
   core/trunk/documentation/jbosscache2/pom.xml
   core/trunk/documentation/manual/pom.xml
   core/trunk/documentation/pom.xml
Log:
pin jdocbook plugin at version 2.1.0;
temporarily disable jbosscache manual building (seems the jdocbook plugin may not like empty translations)

Modified: core/trunk/documentation/jbosscache2/pom.xml
===================================================================
--- core/trunk/documentation/jbosscache2/pom.xml	2008-04-24 20:37:31 UTC (rev 14563)
+++ core/trunk/documentation/jbosscache2/pom.xml	2008-04-24 21:52:22 UTC (rev 14564)
@@ -26,8 +26,8 @@
   -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0"
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
@@ -37,7 +37,7 @@
         <version>3.3.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
-    
+
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-jbc2-manual</artifactId>
     <version>3.3.0-SNAPSHOT</version>
@@ -51,8 +51,8 @@
             <plugin>
                 <groupId>org.jboss.maven.plugins</groupId>
                 <artifactId>maven-jdocbook-plugin</artifactId>
-                <version>2.1.0-SNAPSHOT</version>
-		          <extensions>true</extensions>
+                <version>2.1.0</version>
+                <extensions>true</extensions>
                 <dependencies>
                     <dependency>
                         <groupId>org.hibernate</groupId>
@@ -77,20 +77,26 @@
                         <format>
                             <formatName>pdf</formatName>
                             <stylesheetResource>classpath:/xslt/hibernate/pdf/main-pdf.xsl</stylesheetResource>
-                            <finalName>hibernate_reference.pdf</finalName>
+                            <finalName>hibernate-jbosscache-guide.pdf</finalName>
+                            <!--
                             <profilingTypeName>two_pass</profilingTypeName>
+                            -->
                         </format>
                         <format>
                             <formatName>html_single</formatName>
                             <stylesheetResource>classpath:/xslt/hibernate/html/main-single.xsl</stylesheetResource>
                             <finalName>index.html</finalName>
+                            <!--
                             <profilingTypeName>two_pass</profilingTypeName>
+                            -->
                         </format>
                         <format>
                             <formatName>html</formatName>
                             <stylesheetResource>classpath:/xslt/hibernate/html/main-chunk.xsl</stylesheetResource>
                             <finalName>index.html</finalName>
+                            <!--
                             <profilingTypeName>two_pass</profilingTypeName>
+                            -->
                         </format>
                     </formats>
                     <options>

Modified: core/trunk/documentation/manual/pom.xml
===================================================================
--- core/trunk/documentation/manual/pom.xml	2008-04-24 20:37:31 UTC (rev 14563)
+++ core/trunk/documentation/manual/pom.xml	2008-04-24 21:52:22 UTC (rev 14564)
@@ -51,7 +51,7 @@
             <plugin>
                 <groupId>org.jboss.maven.plugins</groupId>
                 <artifactId>maven-jdocbook-plugin</artifactId>
-                <version>2.1.0-SNAPSHOT</version>
+                <version>2.1.0</version>
                 <extensions>true</extensions>
                 <executions>
                     <execution>

Modified: core/trunk/documentation/pom.xml
===================================================================
--- core/trunk/documentation/pom.xml	2008-04-24 20:37:31 UTC (rev 14563)
+++ core/trunk/documentation/pom.xml	2008-04-24 21:52:22 UTC (rev 14564)
@@ -47,7 +47,9 @@
 
     <modules>
         <module>manual</module>
+<!--
         <module>jbosscache2</module>
+-->
     </modules>
 
 </project>




More information about the hibernate-commits mailing list