Skip to content

Commit

Permalink
Remove properties from handlers in logging schema with exception of t…
Browse files Browse the repository at this point in the history
…he custom-handler.
  • Loading branch information
jamezp authored and bstansberry committed Jul 7, 2012
1 parent 5a85780 commit f2d65c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions build/src/main/resources/docs/schema/jboss-as-logging_1_0.xsd
Expand Up @@ -123,7 +123,6 @@
<xs:element name="encoding" type="valueType" minOccurs="0"/>
<xs:element name="filter" type="filterType" minOccurs="0"/>
<xs:element name="formatter" type="formatterType" minOccurs="0"/>
<xs:element name="properties" type="propertiesType" minOccurs="0"/>
<xs:element name="target" minOccurs="0">
<xs:complexType>
<xs:attribute name="name" use="required">
Expand Down Expand Up @@ -152,7 +151,6 @@
<xs:element name="encoding" type="valueType" minOccurs="0"/>
<xs:element name="filter" type="filterType" minOccurs="0"/>
<xs:element name="formatter" type="formatterType" minOccurs="0"/>
<xs:element name="properties" type="propertiesType" minOccurs="0"/>
<xs:element name="file" type="pathType" minOccurs="1"/>
<xs:element name="append" type="booleanValueType" minOccurs="0"/>
</xs:all>
Expand All @@ -172,7 +170,6 @@
<xs:element name="encoding" type="valueType" minOccurs="0"/>
<xs:element name="filter" type="filterType" minOccurs="0"/>
<xs:element name="formatter" type="formatterType" minOccurs="0"/>
<xs:element name="properties" type="propertiesType" minOccurs="0"/>
<xs:element name="file" type="pathType"/>
<xs:element name="suffix" type="valueType"/>
<xs:element name="append" type="booleanValueType" minOccurs="0"/>
Expand All @@ -193,7 +190,6 @@
<xs:element name="encoding" type="valueType" minOccurs="0"/>
<xs:element name="filter" type="filterType" minOccurs="0"/>
<xs:element name="formatter" type="formatterType" minOccurs="0"/>
<xs:element name="properties" type="propertiesType" minOccurs="0"/>
<xs:element name="file" type="pathType"/>
<xs:element name="rotate-size" type="sizeType" minOccurs="0"/>
<xs:element name="max-backup-index" type="positiveIntType" minOccurs="0"/>
Expand All @@ -213,7 +209,6 @@
<xs:all>
<xs:element name="level" type="refType" minOccurs="0"/>
<xs:element name="filter" type="filterType" minOccurs="0"/>
<xs:element name="properties" type="propertiesType" minOccurs="0"/>
<xs:element name="queue-length" type="queueLengthType" minOccurs="1" maxOccurs="1"/>
<xs:element name="overflow-action" type="overflowActionType" minOccurs="0"/>
<xs:element name="subhandlers" type="handlersType"/>
Expand Down
5 changes: 0 additions & 5 deletions build/src/main/resources/docs/schema/jboss-as-logging_1_1.xsd
Expand Up @@ -124,7 +124,6 @@
<xs:element name="encoding" type="valueType" minOccurs="0"/>
<xs:element name="filter" type="filterType" minOccurs="0"/>
<xs:element name="formatter" type="formatterType" minOccurs="0"/>
<xs:element name="properties" type="propertiesType" minOccurs="0"/>
<xs:element name="target" minOccurs="0">
<xs:complexType>
<xs:attribute name="name" use="required">
Expand Down Expand Up @@ -153,7 +152,6 @@
<xs:element name="encoding" type="valueType" minOccurs="0"/>
<xs:element name="filter" type="filterType" minOccurs="0"/>
<xs:element name="formatter" type="formatterType" minOccurs="0"/>
<xs:element name="properties" type="propertiesType" minOccurs="0"/>
<xs:element name="file" type="pathType" minOccurs="1"/>
<xs:element name="append" type="booleanValueType" minOccurs="0"/>
</xs:all>
Expand All @@ -173,7 +171,6 @@
<xs:element name="encoding" type="valueType" minOccurs="0"/>
<xs:element name="filter" type="filterType" minOccurs="0"/>
<xs:element name="formatter" type="formatterType" minOccurs="0"/>
<xs:element name="properties" type="propertiesType" minOccurs="0"/>
<xs:element name="file" type="pathType"/>
<xs:element name="suffix" type="valueType"/>
<xs:element name="append" type="booleanValueType" minOccurs="0"/>
Expand All @@ -194,7 +191,6 @@
<xs:element name="encoding" type="valueType" minOccurs="0"/>
<xs:element name="filter" type="filterType" minOccurs="0"/>
<xs:element name="formatter" type="formatterType" minOccurs="0"/>
<xs:element name="properties" type="propertiesType" minOccurs="0"/>
<xs:element name="file" type="pathType"/>
<xs:element name="rotate-size" type="sizeType" minOccurs="0"/>
<xs:element name="max-backup-index" type="positiveIntType" minOccurs="0"/>
Expand All @@ -214,7 +210,6 @@
<xs:all>
<xs:element name="level" type="refType" minOccurs="0"/>
<xs:element name="filter" type="filterType" minOccurs="0"/>
<xs:element name="properties" type="propertiesType" minOccurs="0"/>
<xs:element name="queue-length" type="queueLengthType" minOccurs="1" maxOccurs="1"/>
<xs:element name="overflow-action" type="overflowActionType" minOccurs="0"/>
<xs:element name="subhandlers" type="handlersType"/>
Expand Down

0 comments on commit f2d65c3

Please sign in to comment.