Author: alexsmirnov
Date: 2010-07-07 18:30:23 -0400 (Wed, 07 Jul 2010)
New Revision: 17766
Modified:
root/build/parent/trunk/pom.xml
root/docs/trunk/Component_Reference/pom.xml
root/docs/trunk/Developer_Guide/pom.xml
root/docs/trunk/Migration_Guide/pom.xml
Log:
fix documentation build
Modified: root/build/parent/trunk/pom.xml
===================================================================
--- root/build/parent/trunk/pom.xml 2010-07-07 20:16:14 UTC (rev 17765)
+++ root/build/parent/trunk/pom.xml 2010-07-07 22:30:23 UTC (rev 17766)
@@ -245,7 +245,7 @@
<artifactId>maven-jstools-plugin</artifactId>
<version>0.7</version>
<configuration>
- <jsDir>${basedir}/src/main/resources/Meta-inf/resources
+
<jsDir>${project.basedir}/src/main/resources/META-INF/resources
</jsDir>
<includes>**/*.js</includes>
<caseSensitive>true</caseSensitive>
@@ -264,7 +264,7 @@
<dependencies>
<dependency>
<groupId>org.jboss</groupId>
- <artifactId>jbossorg-jdocbook-xslt</artifactId>
+ <artifactId>jbossorg-docbook-xslt</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
Modified: root/docs/trunk/Component_Reference/pom.xml
===================================================================
--- root/docs/trunk/Component_Reference/pom.xml 2010-07-07 20:16:14 UTC (rev 17765)
+++ root/docs/trunk/Component_Reference/pom.xml 2010-07-07 22:30:23 UTC (rev 17766)
@@ -12,7 +12,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-parent</artifactId>
- <version>7</version>
+ <version>8-SNAPSHOT</version>
</parent>
<properties>
@@ -78,7 +78,6 @@
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-jdocbook-plugin</artifactId>
-
<executions>
<execution>
<phase>process-resources</phase>
Modified: root/docs/trunk/Developer_Guide/pom.xml
===================================================================
--- root/docs/trunk/Developer_Guide/pom.xml 2010-07-07 20:16:14 UTC (rev 17765)
+++ root/docs/trunk/Developer_Guide/pom.xml 2010-07-07 22:30:23 UTC (rev 17766)
@@ -12,7 +12,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-parent</artifactId>
- <version>7</version>
+ <version>8-SNAPSHOT</version>
</parent>
<properties>
Modified: root/docs/trunk/Migration_Guide/pom.xml
===================================================================
--- root/docs/trunk/Migration_Guide/pom.xml 2010-07-07 20:16:14 UTC (rev 17765)
+++ root/docs/trunk/Migration_Guide/pom.xml 2010-07-07 22:30:23 UTC (rev 17766)
@@ -12,7 +12,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-parent</artifactId>
- <version>7</version>
+ <version>8-SNAPSHOT</version>
</parent>
<properties>
Show replies by date