[webbeans-commits] Webbeans SVN: r589 - doc/trunk/reference.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Fri Dec 19 13:12:27 EST 2008


Author: pete.muir at jboss.org
Date: 2008-12-19 13:12:26 -0500 (Fri, 19 Dec 2008)
New Revision: 589

Modified:
   doc/trunk/reference/pom.xml
Log:
Update to use full author style

Modified: doc/trunk/reference/pom.xml
===================================================================
--- doc/trunk/reference/pom.xml	2008-12-19 18:09:59 UTC (rev 588)
+++ doc/trunk/reference/pom.xml	2008-12-19 18:12:26 UTC (rev 589)
@@ -36,7 +36,7 @@
                <dependency>
                   <groupId>org.jboss.webbeans</groupId>
                   <artifactId>webbeans-docbook-xslt</artifactId>
-                  <version>1.1.1-SNAPSHOT</version>
+                  <version>1.1.1.BETA2</version>
                   <exclusions>
                      <exclusion>
                         <groupId>org.eclipse.wst.css</groupId>
@@ -84,14 +84,14 @@
                   <format>
                      <formatName>html</formatName>
                      <stylesheetResource>
-                        classpath:/xslt/org/jboss/seam/xhtml.xsl
+                        classpath:/xslt/org/jboss/webbeans/xhtml.xsl
                      </stylesheetResource>
                      <finalName>index.html</finalName>
                   </format>
                   <format>
                      <formatName>html_single</formatName>
                      <stylesheetResource>
-                        classpath:/xslt/org/jboss/seam/xhtml-single.xsl
+                        classpath:/xslt/org/jboss/webbeans/xhtml-single.xsl
                      </stylesheetResource>
                      <finalName>index.html</finalName>
                   </format>




More information about the weld-commits mailing list