From richfaces-svn-commits at lists.jboss.org Mon Jun 23 10:43:00 2008 Content-Type: multipart/mixed; boundary="===============6354894995828147769==" MIME-Version: 1.0 From: richfaces-svn-commits at lists.jboss.org To: richfaces-svn-commits at lists.jboss.org Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r9161 - in trunk: samples/hotKey-sample and 5 other directories. Date: Mon, 23 Jun 2008 10:43:00 -0400 Message-ID: --===============6354894995828147769== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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/h= otKey-sample) Modified: trunk/samples/hotKey-sample/pom.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/sandbox/samples/hotKey-sample/pom.xml 2008-06-23 13:33:44 UTC (re= v 9159) +++ trunk/samples/hotKey-sample/pom.xml 2008-06-23 14:43:00 UTC (rev 9161) @@ -1,7 +1,7 @@ samples - org.richfaces.sandbox + org.richfaces 3.2.2-SNAPSHOT 4.0.0 Modified: trunk/samples/hotKey-sample/src/main/webapp/pages/index.jsp =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/sandbox/samples/hotKey-sample/src/main/webapp/pages/index.jsp 200= 8-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=3D"http://java.sun.com/jsf/core" prefix=3D"f"%> <%@ taglib uri=3D"http://richfaces.org/a4j" prefix=3D"a4j"%> = -<%@ taglib uri=3D"http://labs.jboss.com/jbossrichfaces/ui/ui/hotKey" prefi= x=3D"sb"%> +<%@ taglib uri=3D"http://labs.jboss.com/jbossrichfaces/ui/hotKey" prefix= =3D"sb"%> <%@ taglib uri=3D"http://labs.jboss.com/jbossrichfaces/ui/functions" prefi= x=3D"rich" %> <%@ taglib uri=3D"http://labs.jboss.com/jbossrichfaces/ui/componentControl= " prefix=3D"cc" %> Modified: trunk/samples/pom.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- 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 @@ inplaceInput-sample inplaceSelect-sample functions-demo + hotKey-sample Modified: trunk/sandbox/samples/pom.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- 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 @@ fileUploadPOC darkX - hotKey-sample \ No newline at end of file Modified: trunk/sandbox/ui/pom.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- 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 @@ rex-messageBox sortableHeader - hotKey extendedDataTable \ No newline at end of file Copied: trunk/ui/hotKey (from rev 9159, trunk/sandbox/ui/hotKey) Modified: trunk/ui/hotKey/pom.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- 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 @@ ui - org.richfaces.sandbox + org.richfaces 3.2.2-SNAPSHOT 4.0.0 org.richfaces.ui hotKey hotKey - 3.2.2-SNAPSHOT Modified: trunk/ui/pom.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- 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 @@ fileUpload inplaceInput inplaceSelect - functions + functions + hotKey --===============6354894995828147769==--