[jboss-cvs] JBossAS SVN: r67118 - in projects/microcontainer/trunk/docs/User_Guide: src/main and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 15 05:04:01 EST 2007


Author: newtonm
Date: 2007-11-15 05:04:01 -0500 (Thu, 15 Nov 2007)
New Revision: 67118

Removed:
   projects/microcontainer/trunk/docs/User_Guide/src/main/css/
   projects/microcontainer/trunk/docs/User_Guide/src/main/images/
   projects/microcontainer/trunk/docs/User_Guide/src/main/xsl/
Modified:
   projects/microcontainer/trunk/docs/User_Guide/pom.xml
Log:
Moved xslt, css and images to separate maven plugins.

Modified: projects/microcontainer/trunk/docs/User_Guide/pom.xml
===================================================================
--- projects/microcontainer/trunk/docs/User_Guide/pom.xml	2007-11-15 08:57:03 UTC (rev 67117)
+++ projects/microcontainer/trunk/docs/User_Guide/pom.xml	2007-11-15 10:04:01 UTC (rev 67118)
@@ -18,27 +18,26 @@
                 <version>2.0.0</version>
                 <extensions>true</extensions>
                 <dependencies>
-                    <!--<dependency>
-                        <groupId>org.hibernate</groupId>
-                        <artifactId>hibernate-docbook-xslt</artifactId>
-                        <type>jdocbook-style</type>
-                        <version>0.1</version>
-                    </dependency>-->
-                    <!--<dependency>
-                        <groupId>org.hibernate</groupId>
-                        <artifactId>hibernate-jdocbook-style</artifactId>
+                    <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>-->
+                    </dependency>
                 </dependencies>
                 <configuration>
                     <sourceDocumentName>User_Guide.xml</sourceDocumentName>
-                    <imageResource>
+                    <!--<imageResource>
                         <directory>src/main/images</directory>
                     </imageResource>
                     <cssResource>
                         <directory>src/main/css</directory>
-                    </cssResource>
+                    </cssResource>-->
                     <formats>
                     <!--<format>
                             <formatName>pdf</formatName>
@@ -47,8 +46,7 @@
                         </format>-->
                         <format>
                             <formatName>html</formatName>
-			    <!--<stylesheetResource>classpath:/xslt/standard/html_chunk.xsl</stylesheetResource>-->
-			    <stylesheetResource>file:${basedir}/src/main/xsl/main-html.xsl</stylesheetResource>
+			    <stylesheetResource>classpath:/xslt/org/jboss/main-html.xsl</stylesheetResource>
                             <finalName>index.html</finalName>
                         </format>
                     <!--<format>




More information about the jboss-cvs-commits mailing list