--- pom.xml.sav0	2008-10-21 23:03:54.000000000 +0200
+++ pom.xml	2009-06-16 16:56:05.000000000 +0200
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.jboss.cache</groupId>
     <artifactId>jbosscache-common-parent</artifactId>
-    <version>1.1</version>
+    <version>1.6</version>
   </parent>
   <groupId>org.jboss.cache</groupId>
   <artifactId>jbosscache-pojo</artifactId>
@@ -123,6 +123,7 @@
         </configuration>
       </plugin>
       <!-- the docbook generation plugin for the user guide -->
+<!--
       <plugin>
         <groupId>org.jboss.maven.plugins</groupId>
         <artifactId>maven-jdocbook-plugin</artifactId>
@@ -158,7 +159,6 @@
          </dependencies>
         <executions>
 
-          <!-- The User Guide-->
           <execution>
             <id>userguide_en</id>
             <phase>package</phase>
@@ -179,17 +179,17 @@
               <formats>
                 <format>
                   <formatName>pdf</formatName>
-				  <stylesheetResource>classpath:/xslt/org/jboss/main-pdf.xsl</stylesheetResource>
+				  <stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
                   <finalName>userguide_en.pdf</finalName>
                 </format>
 				<format>
                 	<formatName>html</formatName>
-				    <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/xhtml-single.xsl</stylesheetResource>
 				    <finalName>index.html</finalName>
 				</format>
 			  </formats>
@@ -199,7 +199,6 @@
             </configuration>
           </execution>
 
-          <!-- The Tutorial -->
           <execution>
             <id>tutorial_en</id>
             <phase>package</phase>
@@ -220,17 +219,17 @@
               <formats>
                 <format>
                   <formatName>pdf</formatName>
-				  <stylesheetResource>classpath:/xslt/org/jboss/main-pdf.xsl</stylesheetResource>
+				  <stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
                   <finalName>tutorial_en.pdf</finalName>
                 </format>
 				<format>
                 	<formatName>html</formatName>
-				    <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/xhtml-single.xsl</stylesheetResource>
 				    <finalName>index.html</finalName>
 				</format>
               </formats>
@@ -240,7 +239,6 @@
             </configuration>
           </execution>
 
-          <!-- the FAQs -->
           <execution>
             <id>faq_en</id>
             <phase>package</phase>
@@ -261,17 +259,17 @@
               <formats>
                 <format>
                   <formatName>pdf</formatName>
-				  <stylesheetResource>classpath:/xslt/org/jboss/main-pdf.xsl</stylesheetResource>
+				  <stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
                   <finalName>faq_en.pdf</finalName>
                 </format>
 				<format>
                 	<formatName>html</formatName>
-				    <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/xhtml-single.xsl</stylesheetResource>
 				    <finalName>index.html</finalName>
 				</format>
               </formats>
@@ -282,6 +280,7 @@
           </execution>
         </executions>
       </plugin>
+-->
     </plugins>
   </build>
 
