Author: nbelaevski
Date: 2009-03-12 13:55:55 -0400 (Thu, 12 Mar 2009)
New Revision: 12942
Added:
trunk/ui/colorPicker/
Modified:
trunk/ui/colorPicker/pom.xml
trunk/ui/pom.xml
Log:
ColorPicker being moved to main build
Copied: trunk/ui/colorPicker (from rev 12931, trunk/sandbox/ui/colorPicker)
Modified: trunk/ui/colorPicker/pom.xml
===================================================================
--- trunk/sandbox/ui/colorPicker/pom.xml 2009-03-12 10:57:04 UTC (rev 12931)
+++ trunk/ui/colorPicker/pom.xml 2009-03-12 17:55:55 UTC (rev 12942)
@@ -1,14 +1,12 @@
<?xml version="1.0"?><project>
<parent>
<artifactId>ui</artifactId>
- <groupId>org.richfaces.sandbox</groupId>
+ <groupId>org.richfaces</groupId>
<version>3.3.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.sandbox.ui</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>colorPicker</artifactId>
- <name>colorPicker</name>
- <version>1.0-SNAPSHOT</version>
<build>
<plugins>
<plugin>
@@ -44,7 +42,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
</dependencies>
</project>
Modified: trunk/ui/pom.xml
===================================================================
--- trunk/ui/pom.xml 2009-03-12 17:51:50 UTC (rev 12941)
+++ trunk/ui/pom.xml 2009-03-12 17:55:55 UTC (rev 12942)
@@ -83,6 +83,7 @@
</profiles>
<modules>
<module>core</module>
+ <module>colorPicker</module>
<module>drag-drop</module>
<module>effect</module>
<module>panel</module>
Show replies by date