Author: alexsmirnov
Date: 2007-07-02 18:41:37 -0400 (Mon, 02 Jul 2007)
New Revision: 1443
Modified:
trunk/docs/ajaxguide/pom.xml
trunk/docs/userguide/pom.xml
trunk/framework/pom.xml
Log:
resolve project dependencies
Modified: trunk/docs/ajaxguide/pom.xml
===================================================================
--- trunk/docs/ajaxguide/pom.xml 2007-07-02 19:26:29 UTC (rev 1442)
+++ trunk/docs/ajaxguide/pom.xml 2007-07-02 22:41:37 UTC (rev 1443)
@@ -43,9 +43,9 @@
<configuration>
<artifactItems>
<artifactItem>
- <groupId>org.richfaces</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>
- ajax4jsf
+ core
</artifactId>
<version>
${project.version}
Modified: trunk/docs/userguide/pom.xml
===================================================================
--- trunk/docs/userguide/pom.xml 2007-07-02 19:26:29 UTC (rev 1442)
+++ trunk/docs/userguide/pom.xml 2007-07-02 22:41:37 UTC (rev 1443)
@@ -43,17 +43,8 @@
<configuration>
<artifactItems>
<artifactItem>
- <groupId>org.richfaces</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>
- richfaces
- </artifactId>
- <version>
- ${project.version}
- </version>
- </artifactItem>
- <artifactItem>
- <groupId>org.richfaces</groupId>
- <artifactId>
dataFilterSlider
</artifactId>
<version>
@@ -61,7 +52,7 @@
</version>
</artifactItem>
<artifactItem>
- <groupId>org.richfaces</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>
datascroller
</artifactId>
@@ -70,7 +61,7 @@
</version>
</artifactItem>
<artifactItem>
- <groupId>org.richfaces</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>
dataTable
</artifactId>
Modified: trunk/framework/pom.xml
===================================================================
--- trunk/framework/pom.xml 2007-07-02 19:26:29 UTC (rev 1442)
+++ trunk/framework/pom.xml 2007-07-02 22:41:37 UTC (rev 1443)
@@ -16,5 +16,6 @@
<modules>
<module>api</module>
<module>impl</module>
+ <module>test</module>
</modules>
</project>
\ No newline at end of file