Skip to content

Commit

Permalink
Update to use full author style
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Dec 19, 2008
1 parent 7d9c0b1 commit bf5c173
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reference/pom.xml
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit bf5c173

Please sign in to comment.