Author: eglynn
Date: Fri Jun 6 09:01:22 2008
New Revision: 663996
URL: http://svn.apache.org/viewvc?rev=663996&view=rev
Log:
Adding an "id" attribute to <logging> feature, so as to allow this bean be
value-ref'd in Spring config.
Modified:
cxf/trunk/rt/core/src/main/resources/schemas/core.xsd
Modified: cxf/trunk/rt/core/src/main/resources/schemas/core.xsd
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/core/src/main/resources/schemas/core.xsd?rev=663996&r1=663995&r2=663996&view=diff
==============================================================================
--- cxf/trunk/rt/core/src/main/resources/schemas/core.xsd (original)
+++ cxf/trunk/rt/core/src/main/resources/schemas/core.xsd Fri Jun 6 09:01:22
2008
@@ -46,6 +46,7 @@
<xsd:complexType>
<xsd:sequence />
<xsd:attribute name="limit" type="xsd:int" use="optional"
default="102400"/>
+ <xsd:attribute name="id" type="xsd:string" use="optional"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="fastinfoset">