Author: msorokin
Date: 2009-03-19 10:38:10 -0400 (Thu, 19 Mar 2009)
New Revision: 13024
Modified:
trunk/test-applications/richfaces-docs/pom.xml
Log:
https://jira.jboss.org/jira/browse/RF-6419
Added new sections and fixed menu
Modified: trunk/test-applications/richfaces-docs/pom.xml
===================================================================
--- trunk/test-applications/richfaces-docs/pom.xml 2009-03-19 14:33:19 UTC (rev 13023)
+++ trunk/test-applications/richfaces-docs/pom.xml 2009-03-19 14:38:10 UTC (rev 13024)
@@ -47,8 +47,35 @@
<module>ejb</module>
<module>web</module>
</modules>
+<!--dependencies>
+
+ <dependency>
+ <groupId>javax.faces</groupId>
+
+ <artifactId>jsf-api</artifactId>
+
+ <version>1.2_12</version>
+<scope>provided</scope>
+ </dependency>
+
+ <dependency>
+
+ <groupId>javax.faces</groupId>
+
+ <artifactId>jsf-impl</artifactId>
+
+ <version>1.2_12</version>
+<scope>provided</scope>
+ </dependency>
+</dependencies-->
+
+
<build>
+
+
+
+
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>