Author: eglynn
Date: Fri Jun  6 09:03:47 2008
New Revision: 664000

URL: http://svn.apache.org/viewvc?rev=664000&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/branches/2.0.x-fixes/rt/core/src/main/resources/schemas/core.xsd

Modified: cxf/branches/2.0.x-fixes/rt/core/src/main/resources/schemas/core.xsd
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.0.x-fixes/rt/core/src/main/resources/schemas/core.xsd?rev=664000&r1=663999&r2=664000&view=diff
==============================================================================
--- cxf/branches/2.0.x-fixes/rt/core/src/main/resources/schemas/core.xsd 
(original)
+++ cxf/branches/2.0.x-fixes/rt/core/src/main/resources/schemas/core.xsd Fri 
Jun  6 09:03:47 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>
   


Reply via email to