[Jboss-cvs] JBossAS SVN: r54912 - branches/Branch_4_0/tomcat/src/resources

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 31 09:22:43 EDT 2006


Author: dimitris at jboss.org
Date: 2006-07-31 09:22:41 -0400 (Mon, 31 Jul 2006)
New Revision: 54912

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

Modified: branches/Branch_4_0/tomcat/src/resources/webserver-xmbean.xml
===================================================================
--- branches/Branch_4_0/tomcat/src/resources/webserver-xmbean.xml	2006-07-31 12:48:48 UTC (rev 54911)
+++ branches/Branch_4_0/tomcat/src/resources/webserver-xmbean.xml	2006-07-31 13:22:41 UTC (rev 54912)
@@ -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