[jbosscache-commits] JBoss Cache SVN: r5398 - pojo/trunk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Fri Mar 7 10:20:13 EST 2008


Author: manik.surtani at jboss.com
Date: 2008-03-07 10:20:13 -0500 (Fri, 07 Mar 2008)
New Revision: 5398

Modified:
   pojo/trunk/pom.xml
Log:
Updated transformations to use standard JBoss.org look and feel

Modified: pojo/trunk/pom.xml
===================================================================
--- pojo/trunk/pom.xml	2008-03-07 15:19:09 UTC (rev 5397)
+++ pojo/trunk/pom.xml	2008-03-07 15:20:13 UTC (rev 5398)
@@ -147,12 +147,18 @@
         <version>2.0.0</version>
         <extensions>true</extensions>
         <dependencies>
-          <dependency>
-            <groupId>org.jboss.cache</groupId>
-            <artifactId>jbosscache-doc-xslt-support</artifactId>
-            <version>1.0</version>
-          </dependency>
-        </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>
+			</dependencies>
         <executions>
 
           <!-- The User Guide-->
@@ -176,20 +182,20 @@
               <formats>
                 <format>
                   <formatName>pdf</formatName>
-                  <stylesheetResource>classpath:/standard/fopdf.xsl</stylesheetResource>
+				  <stylesheetResource>classpath:/xslt/org/jboss/main-pdf.xsl</stylesheetResource>
                   <finalName>userguide_en.pdf</finalName>
                 </format>
-                <format>
-                  <formatName>html</formatName>
-                  <stylesheetResource>classpath:/standard/html_chunk.xsl</stylesheetResource>
-                  <finalName>index.html</finalName>
-                </format>
-                <format>
-                  <formatName>html_single</formatName>
-                  <stylesheetResource>classpath:/standard/html.xsl</stylesheetResource>
-                  <finalName>index.html</finalName>
-                </format>
-              </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>
+			  </formats>
               <options>
                 <xincludeSupported>false</xincludeSupported>
               </options>
@@ -217,19 +223,19 @@
               <formats>
                 <format>
                   <formatName>pdf</formatName>
-                  <stylesheetResource>classpath:/standard/fopdf.xsl</stylesheetResource>
+				  <stylesheetResource>classpath:/xslt/org/jboss/main-pdf.xsl</stylesheetResource>
                   <finalName>tutorial_en.pdf</finalName>
                 </format>
-                <format>
-                  <formatName>html</formatName>
-                  <stylesheetResource>classpath:/standard/html_chunk.xsl</stylesheetResource>
-                  <finalName>index.html</finalName>
-                </format>
-                <format>
-                  <formatName>html_single</formatName>
-                  <stylesheetResource>classpath:/standard/html.xsl</stylesheetResource>
-                  <finalName>index.html</finalName>
-                </format>
+				<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>
               </formats>
               <options>
                 <xincludeSupported>false</xincludeSupported>
@@ -258,19 +264,19 @@
               <formats>
                 <format>
                   <formatName>pdf</formatName>
-                  <stylesheetResource>classpath:/standard/fopdf.xsl</stylesheetResource>
+				  <stylesheetResource>classpath:/xslt/org/jboss/main-pdf.xsl</stylesheetResource>
                   <finalName>faq_en.pdf</finalName>
                 </format>
-                <format>
-                  <formatName>html</formatName>
-                  <stylesheetResource>classpath:/standard/html_chunk.xsl</stylesheetResource>
-                  <finalName>index.html</finalName>
-                </format>
-                <format>
-                  <formatName>html_single</formatName>
-                  <stylesheetResource>classpath:/standard/html.xsl</stylesheetResource>
-                  <finalName>index.html</finalName>
-                </format>
+				<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>
               </formats>
               <options>
                 <xincludeSupported>false</xincludeSupported>




More information about the jbosscache-commits mailing list