[jbosscache-commits] JBoss Cache SVN: r5595 - core/trunk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Fri Apr 18 10:24:38 EDT 2008


Author: manik.surtani at jboss.com
Date: 2008-04-18 10:24:38 -0400 (Fri, 18 Apr 2008)
New Revision: 5595

Modified:
   core/trunk/pom.xml
Log:
Updated docbook stylesheet paths as per changes in jboss.org stuff

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2008-04-18 14:22:27 UTC (rev 5594)
+++ core/trunk/pom.xml	2008-04-18 14:24:38 UTC (rev 5595)
@@ -90,13 +90,13 @@
          <artifactId>http</artifactId>
          <version>1.0</version>
          <scope>test</scope>
-       </dependency>
-       <dependency>
+      </dependency>
+      <dependency>
          <groupId>javax.servlet</groupId>
          <artifactId>servlet-api</artifactId>
          <version>2.3</version>
          <scope>test</scope>
-       </dependency>
+      </dependency>
 
       <!-- test dependencies -->
       <dependency>
@@ -229,17 +229,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>
@@ -270,17 +270,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>
@@ -311,17 +311,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>
@@ -391,5 +391,5 @@
          </dependencies>
       </profile>
    </profiles>
-   
+
 </project>




More information about the jbosscache-commits mailing list