Author: newtonm
Date: 2008-04-18 09:29:36 -0400 (Fri, 18 Apr 2008)
New Revision: 7614
Modified:
trunk/jsf/docs/userguide/pom.xml
Log:
Renamed references to XSL files to match new layout and fixed dependencies.
Modified: trunk/jsf/docs/userguide/pom.xml
===================================================================
--- trunk/jsf/docs/userguide/pom.xml 2008-04-18 13:29:04 UTC (rev 7613)
+++ trunk/jsf/docs/userguide/pom.xml 2008-04-18 13:29:36 UTC (rev 7614)
@@ -10,20 +10,12 @@
<packaging>jdocbook</packaging>
<name>Visual_Web_Tools_Reference_Guide</name>
-<dependencies>
- <dependency>
- <groupId>com.jboss</groupId>
- <artifactId>jbossent-jdocbook-style</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <type>jdocbook-style</type>
- </dependency>
-</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-jdocbook-plugin</artifactId>
- <version>2.0.0</version>
+ <version>2.1.0-200803311251UTC-MPJDOCBOOK-8</version>
<extensions>true</extensions>
<dependencies>
<dependency>
@@ -32,10 +24,17 @@
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
- <groupId>org.richfaces.docs</groupId>
- <artifactId>highlight</artifactId>
- <version>3.1.4.GA</version>
+ <groupId>com.jboss</groupId>
+ <artifactId>jbossent-jdocbook-style</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <type>jdocbook-style</type>
</dependency>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossorg-jdocbook-style</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ <type>jdocbook-style</type>
+ </dependency>
</dependencies>
<configuration>
<sourceDocumentName>master.xml</sourceDocumentName>
@@ -52,22 +51,22 @@
<formats>
<format>
<formatName>pdf</formatName>
-
<stylesheetResource>classpath:/xslt/org/jboss/main-pdf.xsl</stylesheetResource>
+
<stylesheetResource>classpath:/xslt/com/jboss/pdf.xsl</stylesheetResource>
<finalName>${pom.name}.pdf</finalName>
</format>
<format>
<formatName>html</formatName>
-
<stylesheetResource>classpath:/xslt/org/jboss/main-html.xsl</stylesheetResource>
+
<stylesheetResource>classpath:/xslt/com/jboss/xhtml.xsl</stylesheetResource>
<finalName>index.html</finalName>
</format>
<format>
<formatName>html_single</formatName>
-
<stylesheetResource>classpath:/xslt/org/jboss/nochunk-html.xsl</stylesheetResource>
+
<stylesheetResource>classpath:/xslt/com/jboss/xhtml-single.xsl</stylesheetResource>
<finalName>index.html</finalName>
</format>
<format>
<formatName>eclipse</formatName>
-
<stylesheetResource>classpath:/xslt/org/jboss/main-eclipse.xsl</stylesheetResource>
+
<stylesheetResource>classpath:/xslt/com/jboss/eclipse.xsl</stylesheetResource>
<finalName>index.html</finalName>
</format>
</formats>
Show replies by date