[seam-commits] Seam SVN: r8432 - branches/Seam_2_0_FP/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Jul 3 07:12:59 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-07-03 07:12:59 -0400 (Thu, 03 Jul 2008)
New Revision: 8432
Modified:
branches/Seam_2_0_FP/build/docs.pom.xml
Log:
SEAMFP-7
Modified: branches/Seam_2_0_FP/build/docs.pom.xml
===================================================================
--- branches/Seam_2_0_FP/build/docs.pom.xml 2008-07-01 11:53:31 UTC (rev 8431)
+++ branches/Seam_2_0_FP/build/docs.pom.xml 2008-07-03 11:12:59 UTC (rev 8432)
@@ -33,9 +33,9 @@
<extensions>true</extensions>
<dependencies>
<dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>seam-docbook-xslt</artifactId>
- <version>1.1.0.BETA2</version>
+ <groupId>com.jboss</groupId>
+ <artifactId>jbossent-docbook-xslt</artifactId>
+ <version>1.0.0</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.wst.css</groupId>
@@ -48,15 +48,15 @@
</exclusions>
</dependency>
<dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>seam-jdocbook-style</artifactId>
- <version>1.1.0.BETA2</version>
+ <groupId>com.jboss</groupId>
+ <artifactId>jbossent-jdocbook-style</artifactId>
+ <version>1.0.0</version>
<type>jdocbook-style</type>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jbossorg-jdocbook-style</artifactId>
- <version>1.1.0.Beta1</version>
+ <version>1.1.0</version>
<type>jdocbook-style</type>
</dependency>
</dependencies>
@@ -77,28 +77,28 @@
<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>
<format>
<formatName>eclipse</formatName>
<stylesheetResource>
- classpath:/xslt/org/jboss/seam/eclipse.xsl
+ classpath:/xslt/com/jboss/eclipse.xsl
</stylesheetResource>
<finalName>index.html</finalName>
</format>
More information about the seam-commits
mailing list