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

Scott Stark scott.stark at jboss.com
Wed Jul 12 05:06:18 EDT 2006


  User: starksm 
  Date: 06/07/12 05:06:18

  Modified:    src/resources/tests/xml  deployer-beans.xml
  Log:
  Add a profileRoot property
  
  Revision  Changes    Path
  1.4       +1 -0      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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- deployer-beans.xml	11 Jul 2006 13:33:24 -0000	1.3
  +++ deployer-beans.xml	12 Jul 2006 09:06:18 -0000	1.4
  @@ -8,6 +8,7 @@
         <constructor>
            <parameter>default</parameter>
         </constructor>
  +      <property name="profileRoot">${jbosstest.deploy.dir}</property>
      </bean>
      <bean name="MainDeployer" class="org.jboss.deployers.plugins.MainDeployerImpl">
         <!-- Should be VFSFactory, JBMICROCONT-95 -->
  
  
  



More information about the jboss-cvs-commits mailing list