Author: artdaw
Date: 2008-04-28 19:28:14 -0400 (Mon, 28 Apr 2008)
New Revision: 8271
Modified:
trunk/docs/pom.xml
trunk/docs/userguide/pom.xml
trunk/docs/xslt/en/pom.xml
Log:
http://jira.jboss.org/jira/browse/RF-3189 - xslt styles were returned
Modified: trunk/docs/pom.xml
===================================================================
--- trunk/docs/pom.xml 2008-04-28 22:19:49 UTC (rev 8270)
+++ trunk/docs/pom.xml 2008-04-28 23:28:14 UTC (rev 8271)
@@ -82,7 +82,7 @@
<modules>
<module>highlight</module>
-
+ <module>xslt</module>
<!--
<module>docbook</module>
<module>maven-docbook-plugin</module>
Modified: trunk/docs/userguide/pom.xml
===================================================================
--- trunk/docs/userguide/pom.xml 2008-04-28 22:19:49 UTC (rev 8270)
+++ trunk/docs/userguide/pom.xml 2008-04-28 23:28:14 UTC (rev 8271)
@@ -708,6 +708,12 @@
<version>1.1.0-SNAPSHOT</version>
<type>jdocbook-style</type>
</dependency>
+ <!--dependency>
+ <groupId>org.richfaces.docs.xslt</groupId>
+ <artifactId>${translation}</artifactId>
+ <version>${project.version}</version>
+ <type>jar</type>
+ </dependency-->
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop</artifactId>
Modified: trunk/docs/xslt/en/pom.xml
===================================================================
--- trunk/docs/xslt/en/pom.xml 2008-04-28 22:19:49 UTC (rev 8270)
+++ trunk/docs/xslt/en/pom.xml 2008-04-28 23:28:14 UTC (rev 8271)
@@ -35,13 +35,13 @@
<targetPath>images</targetPath>
</resource>
</resources>
- <plugins>
+ <!--plugins>
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-jdocbook-style-plugin</artifactId>
<version>1.0.0</version>
<extensions>true</extensions>
</plugin>
- </plugins>
+ </plugins-->
</build>
</project>
\ No newline at end of file