[jboss-cvs] JBossAS SVN: r72443 - projects/microcontainer/trunk/docs/User_Guide.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 18 09:26:05 EDT 2008


Author: newtonm
Date: 2008-04-18 09:26:05 -0400 (Fri, 18 Apr 2008)
New Revision: 72443

Modified:
   projects/microcontainer/trunk/docs/User_Guide/pom.xml
Log:
Renamed references to XSL files to match new layout.

Modified: projects/microcontainer/trunk/docs/User_Guide/pom.xml
===================================================================
--- projects/microcontainer/trunk/docs/User_Guide/pom.xml	2008-04-18 12:27:38 UTC (rev 72442)
+++ projects/microcontainer/trunk/docs/User_Guide/pom.xml	2008-04-18 13:26:05 UTC (rev 72443)
@@ -19,14 +19,14 @@
                 <extensions>true</extensions>
                 <dependencies>
                     <dependency>
-                        <groupId>com.jboss</groupId>
-                        <artifactId>jbossent-docbook-xslt</artifactId>
-                        <version>1.0.0-SNAPSHOT</version>
+                        <groupId>org.jboss</groupId>
+                        <artifactId>jbossorg-docbook-xslt</artifactId>
+                        <version>1.1.0-SNAPSHOT</version>
                     </dependency>
                     <dependency>
-                        <groupId>com.jboss</groupId>
-                        <artifactId>jbossent-jdocbook-style</artifactId>
-                        <version>1.0.0-SNAPSHOT</version>
+                        <groupId>org.jboss</groupId>
+                        <artifactId>jbossorg-jdocbook-style</artifactId>
+                        <version>1.1.0-SNAPSHOT</version>
                         <type>jdocbook-style</type>
                     </dependency>
                 </dependencies>
@@ -44,22 +44,22 @@
                     <formats>
                         <format>
                             <formatName>pdf</formatName>
-                            <stylesheetResource>classpath:/xslt/org/jboss/main-pdf.xsl</stylesheetResource>
+                            <stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
 			    <finalName>User_Guide.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>
                         <format>
                             <formatName>eclipse</formatName>
-                            <stylesheetResource>classpath:/xslt/org/jboss/main-eclipse.xsl</stylesheetResource>
+                            <stylesheetResource>classpath:/xslt/org/jboss/eclipse.xsl</stylesheetResource>
                             <finalName>index.html</finalName>
                         </format>
                     </formats>




More information about the jboss-cvs-commits mailing list