[richfaces-svn-commits] JBoss Rich Faces SVN: r9161 - in trunk: samples/hotKey-sample and 5 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Jun 23 10:43:00 EDT 2008


Author: nbelaevski
Date: 2008-06-23 10:43:00 -0400 (Mon, 23 Jun 2008)
New Revision: 9161

Added:
   trunk/samples/hotKey-sample/
   trunk/ui/hotKey/
Removed:
   trunk/sandbox/samples/hotKey-sample/
   trunk/sandbox/ui/hotKey/
Modified:
   trunk/samples/hotKey-sample/pom.xml
   trunk/samples/hotKey-sample/src/main/webapp/pages/index.jsp
   trunk/samples/pom.xml
   trunk/sandbox/samples/pom.xml
   trunk/sandbox/ui/pom.xml
   trunk/ui/hotKey/pom.xml
   trunk/ui/pom.xml
Log:
rich:hotKey moved to main area

Copied: trunk/samples/hotKey-sample (from rev 9159, trunk/sandbox/samples/hotKey-sample)

Modified: trunk/samples/hotKey-sample/pom.xml
===================================================================
--- trunk/sandbox/samples/hotKey-sample/pom.xml	2008-06-23 13:33:44 UTC (rev 9159)
+++ trunk/samples/hotKey-sample/pom.xml	2008-06-23 14:43:00 UTC (rev 9161)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?><project>
   <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>

Modified: trunk/samples/hotKey-sample/src/main/webapp/pages/index.jsp
===================================================================
--- trunk/sandbox/samples/hotKey-sample/src/main/webapp/pages/index.jsp	2008-06-23 13:33:44 UTC (rev 9159)
+++ trunk/samples/hotKey-sample/src/main/webapp/pages/index.jsp	2008-06-23 14:43:00 UTC (rev 9161)
@@ -2,7 +2,7 @@
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
 <%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
 
-<%@ taglib uri="http://labs.jboss.com/jbossrichfaces/ui/ui/hotKey" prefix="sb"%>
+<%@ taglib uri="http://labs.jboss.com/jbossrichfaces/ui/hotKey" prefix="sb"%>
 <%@ taglib uri="http://labs.jboss.com/jbossrichfaces/ui/functions" prefix="rich" %>
 <%@ taglib uri="http://labs.jboss.com/jbossrichfaces/ui/componentControl" prefix="cc" %>
 <html>

Modified: trunk/samples/pom.xml
===================================================================
--- trunk/samples/pom.xml	2008-06-23 14:09:37 UTC (rev 9160)
+++ trunk/samples/pom.xml	2008-06-23 14:43:00 UTC (rev 9161)
@@ -478,6 +478,7 @@
 				<module>inplaceInput-sample</module>
 				<module>inplaceSelect-sample</module>
 				<module>functions-demo</module>
+				<module>hotKey-sample</module>
 			</modules>
 		</profile>
 	</profiles>

Modified: trunk/sandbox/samples/pom.xml
===================================================================
--- trunk/sandbox/samples/pom.xml	2008-06-23 14:09:37 UTC (rev 9160)
+++ trunk/sandbox/samples/pom.xml	2008-06-23 14:43:00 UTC (rev 9161)
@@ -18,6 +18,5 @@
     <!--module>contextMenuDemo</module-->
     <module>fileUploadPOC</module>
     <module>darkX</module>
-    <module>hotKey-sample</module>
   </modules>
 </project>
\ No newline at end of file

Modified: trunk/sandbox/ui/pom.xml
===================================================================
--- trunk/sandbox/ui/pom.xml	2008-06-23 14:09:37 UTC (rev 9160)
+++ trunk/sandbox/ui/pom.xml	2008-06-23 14:43:00 UTC (rev 9161)
@@ -19,7 +19,6 @@
     <module>rex-messageBox</module>
     <!--module>rex-button</module-->
     <module>sortableHeader</module>
-    <module>hotKey</module>
     <module>extendedDataTable</module>
   </modules>
 </project>
\ No newline at end of file

Copied: trunk/ui/hotKey (from rev 9159, trunk/sandbox/ui/hotKey)

Modified: trunk/ui/hotKey/pom.xml
===================================================================
--- trunk/sandbox/ui/hotKey/pom.xml	2008-06-23 13:33:44 UTC (rev 9159)
+++ trunk/ui/hotKey/pom.xml	2008-06-23 14:43:00 UTC (rev 9161)
@@ -1,14 +1,13 @@
 <?xml version="1.0"?><project>
   <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.ui</groupId>
   <artifactId>hotKey</artifactId>
   <name>hotKey</name>
-  <version>3.2.2-SNAPSHOT</version>
   <build>
     <plugins>
       <plugin>

Modified: trunk/ui/pom.xml
===================================================================
--- trunk/ui/pom.xml	2008-06-23 14:09:37 UTC (rev 9160)
+++ trunk/ui/pom.xml	2008-06-23 14:43:00 UTC (rev 9161)
@@ -125,7 +125,8 @@
 		<module>fileUpload</module>
 		<module>inplaceInput</module>
 		<module>inplaceSelect</module>
-    <module>functions</module>
+		<module>functions</module>
+		<module>hotKey</module>
   </modules>
 	<dependencies>
 		<dependency>




More information about the richfaces-svn-commits mailing list