MT - add startup logging, if repo is MT-enabled

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7460 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jan Vonka
2007-11-28 12:46:10 +00:00
parent da5e6cface
commit ece15eb0d3
3 changed files with 30 additions and 0 deletions

View File

@@ -435,6 +435,9 @@
<bean id="startupLog" class="org.alfresco.repo.descriptor.DescriptorStartupLog">
<property name="descriptorService">
<ref local="descriptorComponent"/>
</property>
<property name="tenantService">
<ref bean="tenantService"/>
</property>
</bean>