[seam-commits] Seam SVN: r11321 - branches/enterprise/JBPAPP_5_0/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Jul 29 15:18:05 EDT 2009


Author: manaRH
Date: 2009-07-29 15:18:04 -0400 (Wed, 29 Jul 2009)
New Revision: 11321

Modified:
   branches/enterprise/JBPAPP_5_0/build/docs.pom.xml
Log:
switch to enterprise documentation style

Modified: branches/enterprise/JBPAPP_5_0/build/docs.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/docs.pom.xml	2009-07-29 17:54:34 UTC (rev 11320)
+++ branches/enterprise/JBPAPP_5_0/build/docs.pom.xml	2009-07-29 19:18:04 UTC (rev 11321)
@@ -33,9 +33,9 @@
             <extensions>true</extensions>
             <dependencies>
                <dependency>
-                  <groupId>org.jboss.seam</groupId>
-                  <artifactId>seam-docbook-xslt</artifactId>
-                  <version>1.1.0.GA</version>
+                  <groupId>com.jboss</groupId>
+                  <artifactId>jbossent-docbook-xslt</artifactId>
+                  <version>1.0.0</version>
                   <exclusions>
                      <exclusion>
                         <groupId>org.eclipse.wst.css</groupId>
@@ -48,9 +48,9 @@
                   </exclusions>
                </dependency>
                <dependency>
-                  <groupId>org.jboss.seam</groupId>
-                  <artifactId>seam-jdocbook-style</artifactId>
-                  <version>1.1.0.GA</version>
+                  <groupId>com.jboss</groupId>
+                  <artifactId>jbossent-jdocbook-style</artifactId>
+                  <version>1.0.0</version>
                   <type>jdocbook-style</type>
                </dependency>
                <dependency>
@@ -79,21 +79,21 @@
                   <format>
                      <formatName>pdf</formatName>
                      <stylesheetResource>
-                        classpath:/xslt/org/jboss/seam/pdf.xsl
+                        classpath:/xslt/com/jboss/pdf.xsl
                      </stylesheetResource>
                      <finalName>seam_reference.pdf</finalName>
                   </format>
                   <format>
                      <formatName>html</formatName>
                      <stylesheetResource>
-                        classpath:/xslt/org/jboss/seam/xhtml.xsl
+                        classpath:/xslt/com/jboss/xhtml.xsl
                      </stylesheetResource>
                      <finalName>index.html</finalName>
                   </format>
                   <format>
                      <formatName>html_single</formatName>
                      <stylesheetResource>
-                        classpath:/xslt/org/jboss/seam/xhtml-single.xsl
+                        classpath:/xslt/com/jboss/xhtml-single.xsl
                      </stylesheetResource>
                      <finalName>index.html</finalName>
                   </format>



More information about the seam-commits mailing list