Author: nbelaevski
Date: 2008-07-22 10:02:11 -0400 (Tue, 22 Jul 2008)
New Revision: 9729
Added:
trunk/samples/state-sample/
Modified:
trunk/samples/pom.xml
trunk/samples/state-sample/pom.xml
Log:
state component moved to main build
Modified: trunk/samples/pom.xml
===================================================================
--- trunk/samples/pom.xml 2008-07-22 14:01:00 UTC (rev 9728)
+++ trunk/samples/pom.xml 2008-07-22 14:02:11 UTC (rev 9729)
@@ -481,6 +481,7 @@
<module>functions-demo</module>
<module>hotKey-sample</module>
<module>beanValidatorSample</module>
+ <module>state-sample</module>
</modules>
</profile>
</profiles>
Copied: trunk/samples/state-sample (from rev 9727, trunk/sandbox/samples/state-sample)
Modified: trunk/samples/state-sample/pom.xml
===================================================================
--- trunk/sandbox/samples/state-sample/pom.xml 2008-07-22 12:15:00 UTC (rev 9727)
+++ trunk/samples/state-sample/pom.xml 2008-07-22 14:02:11 UTC (rev 9729)
@@ -1,7 +1,7 @@
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>samples</artifactId>
- <groupId>org.richfaces.sandbox</groupId>
+ <groupId>org.richfaces</groupId>
<version>3.2.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -14,15 +14,10 @@
</build>
<dependencies>
<dependency>
- <groupId>org.richfaces.sandbox.ui</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>state</artifactId>
<version>3.2.2-SNAPSHOT</version>
</dependency>
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>richfaces-ui</artifactId>
- <version>3.2.2-SNAPSHOT</version>
- </dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>