Author: kkolinko Date: Tue Nov 8 08:08:15 2011 New Revision: 1199151 URL: http://svn.apache.org/viewvc?rev=1199151&view=rev Log: Reorder, so that properties are listed alphabetically. No functional change.
Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml?rev=1199151&r1=1199150&r2=1199151&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml (original) +++ tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml Tue Nov 8 08:08:15 2011 @@ -335,7 +335,7 @@ <attribute name="allow" description="The allow expression" type="java.lang.String"/> - + <attribute name="allowValid" description="Becomes false if assigned value of allow expression is not syntactically correct" is="true" @@ -355,11 +355,6 @@ <attribute name="deny" description="The deny expression" type="java.lang.String"/> - - <attribute name="info" - description="Information about this implementation" - type="java.lang.String" - writeable="false"/> <attribute name="denyValid" description="Becomes false if assigned value of deny expression is not syntactically correct" @@ -367,6 +362,11 @@ type="boolean" writeable="false"/> + <attribute name="info" + description="Information about this implementation" + type="java.lang.String" + writeable="false"/> + <attribute name="stateName" description="The name of the LifecycleState that this component is currently in" type="java.lang.String" @@ -391,7 +391,7 @@ <attribute name="allow" description="The allow expression" type="java.lang.String"/> - + <attribute name="allowValid" description="Becomes false if assigned value of allow expression is not syntactically correct" is="true" @@ -411,11 +411,6 @@ <attribute name="deny" description="The deny expression" type="java.lang.String"/> - - <attribute name="info" - description="Information about this implementation" - type="java.lang.String" - writeable="false"/> <attribute name="denyValid" description="Becomes false if assigned value of deny expression is not syntactically correct" @@ -423,6 +418,11 @@ type="boolean" writeable="false"/> + <attribute name="info" + description="Information about this implementation" + type="java.lang.String" + writeable="false"/> + <attribute name="stateName" description="The name of the LifecycleState that this component is currently in" type="java.lang.String" --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org