[seam-commits] Seam SVN: r8356 - branches/Seam_2_0/src/main/org/jboss/seam.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Jun 9 12:49:26 EDT 2008
Author: dan.j.allen
Date: 2008-06-09 12:49:26 -0400 (Mon, 09 Jun 2008)
New Revision: 8356
Modified:
branches/Seam_2_0/src/main/org/jboss/seam/web-2.0.xsd
Log:
JBSEAM-3090
Modified: branches/Seam_2_0/src/main/org/jboss/seam/web-2.0.xsd
===================================================================
--- branches/Seam_2_0/src/main/org/jboss/seam/web-2.0.xsd 2008-06-09 14:18:58 UTC (rev 8355)
+++ branches/Seam_2_0/src/main/org/jboss/seam/web-2.0.xsd 2008-06-09 16:49:26 UTC (rev 8356)
@@ -106,13 +106,13 @@
<xs:attribute name="log4j-init-file" type="xs:string"/>
</xs:attributeGroup>
- <xs:element name="servlet-session">
+ <xs:element name="session">
<xs:complexType mixed="true">
<xs:attributeGroup ref="components:attlist.component"/>
- <xs:attributeGroup ref="web:attlist.servlet-session"/>
+ <xs:attributeGroup ref="web:attlist.session"/>
</xs:complexType>
</xs:element>
- <xs:attributeGroup name="attlist.servlet-session">
+ <xs:attributeGroup name="attlist.session">
<xs:attribute name="invalidate-on-scheme-change" type="xs:boolean"/>
</xs:attributeGroup>
More information about the seam-commits
mailing list