[seam-commits] Seam SVN: r7893 - branches/Seam_2_0/src/main/org/jboss/seam.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Apr 9 19:39:21 EDT 2008
Author: shane.bryzak at jboss.com
Date: 2008-04-09 19:39:21 -0400 (Wed, 09 Apr 2008)
New Revision: 7893
Modified:
branches/Seam_2_0/src/main/org/jboss/seam/remoting-2.0.xsd
Log:
JBSEAM-2870
Modified: branches/Seam_2_0/src/main/org/jboss/seam/remoting-2.0.xsd
===================================================================
--- branches/Seam_2_0/src/main/org/jboss/seam/remoting-2.0.xsd 2008-04-09 23:38:25 UTC (rev 7892)
+++ branches/Seam_2_0/src/main/org/jboss/seam/remoting-2.0.xsd 2008-04-09 23:39:21 UTC (rev 7893)
@@ -4,13 +4,13 @@
xmlns:components="http://jboss.com/products/seam/components" attributeFormDefault="unqualified">
<xs:import namespace="http://jboss.com/products/seam/components" schemaLocation="components-2.0.xsd"/>
- <xs:element name="remoting-config">
+ <xs:element name="remoting">
<xs:complexType mixed="true">
<xs:attributeGroup ref="components:attlist.component"/>
- <xs:attributeGroup ref="remoting:attlist.remotingConfig"/>
+ <xs:attributeGroup ref="remoting:attlist.remoting"/>
</xs:complexType>
</xs:element>
- <xs:attributeGroup name="attlist.remotingConfig">
+ <xs:attributeGroup name="attlist.remoting">
<xs:attribute name="poll-interval" />
<xs:attribute name="poll-timeout" />
<xs:attribute name="debug">
More information about the seam-commits
mailing list