[richfaces-svn-commits] JBoss Rich Faces SVN: r11955 - in trunk/sandbox/ui: colorPicker and 16 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Sat Dec 20 18:52:37 EST 2008


Author: artdaw
Date: 2008-12-20 18:52:37 -0500 (Sat, 20 Dec 2008)
New Revision: 11955

Added:
   trunk/sandbox/ui/colorPicker/
   trunk/sandbox/ui/colorPicker/pom.xml
   trunk/sandbox/ui/colorPicker/src/
   trunk/sandbox/ui/colorPicker/src/main/
   trunk/sandbox/ui/colorPicker/src/main/config/
   trunk/sandbox/ui/colorPicker/src/main/config/component/
   trunk/sandbox/ui/colorPicker/src/main/config/component/README
   trunk/sandbox/ui/colorPicker/src/main/java/
   trunk/sandbox/ui/colorPicker/src/main/java/org/
   trunk/sandbox/ui/colorPicker/src/main/java/org/richfaces/
   trunk/sandbox/ui/colorPicker/src/main/java/org/richfaces/ui/
   trunk/sandbox/ui/colorPicker/src/main/java/org/richfaces/ui/component/
   trunk/sandbox/ui/colorPicker/src/main/java/org/richfaces/ui/component/README
   trunk/sandbox/ui/colorPicker/src/main/resources/
   trunk/sandbox/ui/colorPicker/src/main/templates/
   trunk/sandbox/ui/colorPicker/src/main/templates/README
   trunk/sandbox/ui/colorPicker/src/test/
   trunk/sandbox/ui/colorPicker/src/test/java/
   trunk/sandbox/ui/colorPicker/src/test/java/org/
   trunk/sandbox/ui/colorPicker/src/test/java/org/richfaces/
   trunk/sandbox/ui/colorPicker/src/test/java/org/richfaces/ui/
   trunk/sandbox/ui/colorPicker/src/test/java/org/richfaces/ui/component/
   trunk/sandbox/ui/colorPicker/src/test/java/org/richfaces/ui/component/JSFComponentTest.java
Modified:
   trunk/sandbox/ui/pom.xml
Log:
rich:colorPicker was added

Added: trunk/sandbox/ui/colorPicker/pom.xml
===================================================================
--- trunk/sandbox/ui/colorPicker/pom.xml	                        (rev 0)
+++ trunk/sandbox/ui/colorPicker/pom.xml	2008-12-20 23:52:37 UTC (rev 11955)
@@ -0,0 +1,50 @@
+<?xml version="1.0"?><project>
+  <parent>
+    <artifactId>ui</artifactId>
+    <groupId>org.richfaces.sandbox</groupId>
+    <version>3.3.0-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.richfaces.ui</groupId>
+  <artifactId>colorPicker</artifactId>
+  <name>colorPicker</name>
+  <version>1.0-SNAPSHOT</version>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.richfaces.cdk</groupId>
+        <artifactId>maven-cdk-plugin</artifactId>
+        <version>3.3.0-SNAPSHOT</version>
+        <executions>
+          <execution>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <library>
+            <prefix>org.richfaces.ui</prefix>
+            <taglib>
+              <shortName>colorPicker</shortName>
+            </taglib>
+          </library>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.richfaces.framework</groupId>
+      <artifactId>richfaces-impl</artifactId>
+      <version>3.3.0-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file


Property changes on: trunk/sandbox/ui/colorPicker/pom.xml
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/sandbox/ui/colorPicker/src/main/config/component/README
===================================================================


Property changes on: trunk/sandbox/ui/colorPicker/src/main/config/component/README
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/sandbox/ui/colorPicker/src/main/java/org/richfaces/ui/component/README
===================================================================


Property changes on: trunk/sandbox/ui/colorPicker/src/main/java/org/richfaces/ui/component/README
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/sandbox/ui/colorPicker/src/main/templates/README
===================================================================


Property changes on: trunk/sandbox/ui/colorPicker/src/main/templates/README
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/sandbox/ui/colorPicker/src/test/java/org/richfaces/ui/component/JSFComponentTest.java
===================================================================
--- trunk/sandbox/ui/colorPicker/src/test/java/org/richfaces/ui/component/JSFComponentTest.java	                        (rev 0)
+++ trunk/sandbox/ui/colorPicker/src/test/java/org/richfaces/ui/component/JSFComponentTest.java	2008-12-20 23:52:37 UTC (rev 11955)
@@ -0,0 +1,53 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+ */
+
+package org.richfaces.ui.component;
+
+import junit.framework.Test;
+import junit.framework.TestCase;
+import junit.framework.TestSuite;
+import javax.faces.component.UIComponent;
+
+/**
+ * Unit test for simple Component.
+ */
+public class JSFComponentTest 
+    extends TestCase
+{
+    /**
+     * Create the test case
+     *
+     * @param testName name of the test case
+     */
+    public JSFComponentTest( String testName )
+    {
+        super( testName );
+    }
+
+
+    /**
+     * Rigourous Test :-)
+     */
+    public void testComponent()
+    {
+        assertTrue( true );
+    }
+}


Property changes on: trunk/sandbox/ui/colorPicker/src/test/java/org/richfaces/ui/component/JSFComponentTest.java
___________________________________________________________________
Name: svn:executable
   + *

Modified: trunk/sandbox/ui/pom.xml
===================================================================
--- trunk/sandbox/ui/pom.xml	2008-12-20 18:04:21 UTC (rev 11954)
+++ trunk/sandbox/ui/pom.xml	2008-12-20 23:52:37 UTC (rev 11955)
@@ -18,5 +18,6 @@
 	    <module>rex-messageBox</module>
 	    <!--module>rex-button</module-->
 		<module>sortableHeader</module>
+    <module>colorPicker</module>
   </modules>
 </project>
\ No newline at end of file




More information about the richfaces-svn-commits mailing list