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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Mar 26 17:58:34 EDT 2009


Author: norman.richards at jboss.com
Date: 2009-03-26 17:58:34 -0400 (Thu, 26 Mar 2009)
New Revision: 10220

Modified:
   trunk/src/main/org/jboss/seam/pageflow-2.1.xsd
Log:
JBSEAM-4027

Modified: trunk/src/main/org/jboss/seam/pageflow-2.1.xsd
===================================================================
--- trunk/src/main/org/jboss/seam/pageflow-2.1.xsd	2009-03-26 21:43:33 UTC (rev 10219)
+++ trunk/src/main/org/jboss/seam/pageflow-2.1.xsd	2009-03-26 21:58:34 UTC (rev 10220)
@@ -54,7 +54,7 @@
 				<xs:element ref="exception-handler" />
 			</xs:choice>
 			<xs:attribute name="name" type="xs:string" />
-            <xs:attribute name="binding" type="bindingType" />
+            
 		</xs:complexType>
 	</xs:element>
 
@@ -62,7 +62,7 @@
 		<xs:complexType>
 			<xs:attribute name="name" type="xs:string" use="required" />
             <xs:attribute name="version" type="xs:integer" />
-            
+			<xs:attribute name="binding" type="bindingType" />
 		</xs:complexType>
 	</xs:element>
 




More information about the seam-commits mailing list