Author: nbelaevski
Date: 2008-07-22 10:01:00 -0400 (Tue, 22 Jul 2008)
New Revision: 9728
Added:
trunk/ui/state/
Modified:
trunk/ui/beanValidator/
trunk/ui/pom.xml
trunk/ui/state/pom.xml
Log:
state component moved to main build
Property changes on: trunk/ui/beanValidator
___________________________________________________________________
Name: svn:ignore
+ .classpath
.project
.settings
target
Modified: trunk/ui/pom.xml
===================================================================
--- trunk/ui/pom.xml 2008-07-22 12:15:00 UTC (rev 9727)
+++ trunk/ui/pom.xml 2008-07-22 14:01:00 UTC (rev 9728)
@@ -128,6 +128,7 @@
<module>functions</module>
<module>hotKey</module>
<module>beanValidator</module>
+ <module>state</module>
</modules>
<dependencies>
<dependency>
Copied: trunk/ui/state (from rev 9727, trunk/sandbox/ui/state)
Modified: trunk/ui/state/pom.xml
===================================================================
--- trunk/sandbox/ui/state/pom.xml 2008-07-22 12:15:00 UTC (rev 9727)
+++ trunk/ui/state/pom.xml 2008-07-22 14:01:00 UTC (rev 9728)
@@ -1,11 +1,11 @@
<?xml version="1.0"?><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>ui</artifactId>
- <groupId>org.richfaces.sandbox</groupId>
+ <groupId>org.richfaces</groupId>
<version>3.2.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.sandbox.ui</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>state</artifactId>
<name>state</name>
<build>