[Jboss-cvs] JBossAS SVN: r54913 - trunk/tomcat/src/resources

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 31 09:24:13 EDT 2006


Author: dimitris at jboss.org
Date: 2006-07-31 09:24:11 -0400 (Mon, 31 Jul 2006)
New Revision: 54913

Modified:
   trunk/tomcat/src/resources/webserver-xmbean.xml
Log:
JBAS-3421 - expose AcceptNonWarDirs attribute comming from AbstractWebContainerMBean

Modified: trunk/tomcat/src/resources/webserver-xmbean.xml
===================================================================
--- trunk/tomcat/src/resources/webserver-xmbean.xml	2006-07-31 13:22:41 UTC (rev 54912)
+++ trunk/tomcat/src/resources/webserver-xmbean.xml	2006-07-31 13:24:11 UTC (rev 54913)
@@ -49,6 +49,11 @@
      <type>boolean</type>
    </attribute>
 
+   <attribute access="read-write" getMethod="getAcceptNonWarDirs" setMethod="setAcceptNonWarDirs">
+     <name>AcceptNonWarDirs</name>
+     <type>boolean</type>
+   </attribute>
+   
    <attribute access="read-write" getMethod="getConfig" setMethod="setConfig">
      <name>Config</name>
      <type>org.w3c.dom.Element</type>




More information about the jboss-cvs-commits mailing list