[seam-commits] Seam SVN: r8709 - trunk/src/main/org/jboss/seam.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Aug 15 19:32:40 EDT 2008


Author: shane.bryzak at jboss.com
Date: 2008-08-15 19:32:39 -0400 (Fri, 15 Aug 2008)
New Revision: 8709

Modified:
   trunk/src/main/org/jboss/seam/pages-2.1.xsd
Log:
added http-port and https-port attributes to pages element

Modified: trunk/src/main/org/jboss/seam/pages-2.1.xsd
===================================================================
--- trunk/src/main/org/jboss/seam/pages-2.1.xsd	2008-08-15 22:58:30 UTC (rev 8708)
+++ trunk/src/main/org/jboss/seam/pages-2.1.xsd	2008-08-15 23:32:39 UTC (rev 8709)
@@ -23,6 +23,8 @@
     <xs:attributeGroup name="attlist.pages">
         <xs:attribute name="no-conversation-view-id" />
         <xs:attribute name="login-view-id" />
+        <xs:attribute name="http-port" />
+        <xs:attribute name="https-port" />
     </xs:attributeGroup>
     
     <xs:element name="exception">




More information about the seam-commits mailing list