[richfaces-svn-commits] JBoss Rich Faces SVN: r6183 - in trunk/sandbox: ui and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Feb 19 15:07:38 EST 2008


Author: nbelaevski
Date: 2008-02-19 15:07:37 -0500 (Tue, 19 Feb 2008)
New Revision: 6183

Modified:
   trunk/sandbox/samples/pom.xml
   trunk/sandbox/ui/pom.xml
Log:
inplace select removed from common build

Modified: trunk/sandbox/samples/pom.xml
===================================================================
--- trunk/sandbox/samples/pom.xml	2008-02-19 20:00:31 UTC (rev 6182)
+++ trunk/sandbox/samples/pom.xml	2008-02-19 20:07:37 UTC (rev 6183)
@@ -20,6 +20,6 @@
     <module>fileUploadDemo</module>
     <module>sortingFilteringDemo</module>
     <module>inplaceInput-sample</module>
-	 <module>inplaceSelect-sample</module>
+	 <!--module>inplaceSelect-sample</module-->
   </modules>
 </project>
\ No newline at end of file

Modified: trunk/sandbox/ui/pom.xml
===================================================================
--- trunk/sandbox/ui/pom.xml	2008-02-19 20:00:31 UTC (rev 6182)
+++ trunk/sandbox/ui/pom.xml	2008-02-19 20:07:37 UTC (rev 6183)
@@ -21,6 +21,6 @@
     <module>sortableHeader</module>
     <module>fileUpload</module>
     <module>inplaceInput</module>
-    <module>inplaceSelect</module>
+    <!--module>inplaceSelect</module-->
   </modules>
 </project>
\ No newline at end of file




More information about the richfaces-svn-commits mailing list