[jboss-cvs] jboss-seam/src/main/org/jboss/seam ...
Gavin King
gavin.king at jboss.com
Sat Feb 24 23:49:57 EST 2007
User: gavin
Date: 07/02/24 23:49:57
Modified: src/main/org/jboss/seam core-1.1.xsd
Log:
conditionally enabled filters
Revision Changes Path
1.18 +3 -4 jboss-seam/src/main/org/jboss/seam/core-1.1.xsd
(In the diff below, changes in quantity of whitespace are not shown.)
Index: core-1.1.xsd
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core-1.1.xsd,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- core-1.1.xsd 13 Feb 2007 06:50:44 -0000 1.17
+++ core-1.1.xsd 25 Feb 2007 04:49:57 -0000 1.18
@@ -256,10 +256,9 @@
<xs:attributeGroup ref="components:attlist.component"/>
</xs:complexType>
</xs:element>
- <xs:attributeGroup name="attlist.filter"> </xs:attributeGroup>
-
-
-
+ <xs:attributeGroup name="attlist.filter">
+ <xs:attribute name="enabled"/>
+ </xs:attributeGroup>
<xs:element name="id" type="xs:string"/>
<xs:element name="name" type="xs:string"/>
More information about the jboss-cvs-commits
mailing list