[jboss-cvs] jboss/src/etc/conf/default/xmdesc ...

Dimitris Andreadis dimitris.andreadis at jboss.com
Tue Jul 18 11:59:52 EDT 2006


  User: dimitris
  Date: 06/07/18 11:59:52

  Modified:    src/etc/conf/default/xmdesc 
                        org.jboss.deployment.MainDeployer-xmbean.xml
  Log:
  JBAS-3401 - add missing (empty) <description> for deploy method
  
  Revision  Changes    Path
  1.12      +2 -1      jboss/src/etc/conf/default/xmdesc/org.jboss.deployment.MainDeployer-xmbean.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: org.jboss.deployment.MainDeployer-xmbean.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/xmdesc/org.jboss.deployment.MainDeployer-xmbean.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- org.jboss.deployment.MainDeployer-xmbean.xml	3 Mar 2006 22:52:40 -0000	1.11
  +++ org.jboss.deployment.MainDeployer-xmbean.xml	18 Jul 2006 15:59:52 -0000	1.12
  @@ -4,7 +4,7 @@
      "-//JBoss//DTD JBOSS XMBEAN 1.1//EN"
      "http://www.jboss.org/j2ee/dtd/jboss_xmbean_1_1.dtd">
   
  -<!-- $Id: org.jboss.deployment.MainDeployer-xmbean.xml,v 1.11 2006/03/03 22:52:40 tdiesler Exp $ -->
  +<!-- $Id: org.jboss.deployment.MainDeployer-xmbean.xml,v 1.12 2006/07/18 15:59:52 dimitris Exp $ -->
   
   <!-- The MainDeployer XMBean descriptor -->
   <mbean>
  @@ -97,6 +97,7 @@
         <return-type>void</return-type>
      </operation>
      <operation>
  +      <description></description>   
         <name>deploy</name>
         <parameter>
            <name>url</name>
  
  
  



More information about the jboss-cvs-commits mailing list