[jboss-cvs] system2/src/resources/tests/xml ...

Scott Stark scott.stark at jboss.com
Tue Jul 11 09:33:24 EDT 2006


  User: starksm 
  Date: 06/07/11 09:33:24

  Modified:    src/resources/tests/xml  deployer-beans.xml
  Log:
  Add the BeanDeployer to the bootstrap descriptor
  
  Revision  Changes    Path
  1.3       +4 -1      system2/src/resources/tests/xml/deployer-beans.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: deployer-beans.xml
  ===================================================================
  RCS file: /cvsroot/jboss/system2/src/resources/tests/xml/deployer-beans.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- deployer-beans.xml	9 Jul 2006 23:48:46 -0000	1.2
  +++ deployer-beans.xml	11 Jul 2006 13:33:24 -0000	1.3
  @@ -15,4 +15,7 @@
      </bean>
      <bean name="VFSFactory" class="org.jboss.vfs.file.DefaultVFSFactory">
      </bean>
  +   <bean name="BeanDeployer" class="org.jboss.deployers.plugins.bean.BeanDeployer">
  +      <property name="mainDeployer"><inject bean="MainDeployer"/></property>
  +   </bean>
   </deployment>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list