[seam-commits] Seam SVN: r15053 - branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/src/main/webapp/WEB-INF.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Aug 16 05:33:07 EDT 2012
Author: vdedik
Date: 2012-08-16 05:33:07 -0400 (Thu, 16 Aug 2012)
New Revision: 15053
Modified:
branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/src/main/webapp/WEB-INF/pages.xml
Log:
Undoing last (accidentally committed) commit (15052)
Modified: branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/src/main/webapp/WEB-INF/pages.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/src/main/webapp/WEB-INF/pages.xml 2012-08-16 09:28:55 UTC (rev 15052)
+++ branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/src/main/webapp/WEB-INF/pages.xml 2012-08-16 09:33:07 UTC (rev 15053)
@@ -56,7 +56,8 @@
</page>
<page view-id="/hotel.xhtml"
- conversation-required="true">
+ conversation-required="true"
+ login-required="true">
<description>View hotel: #{hotel.name}</description>
More information about the seam-commits
mailing list