mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
AVM Site Store added to bootstrap for new installs and added patch for existing repos.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@9501 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -309,6 +309,17 @@
|
||||
</list>
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<bean id="siteAVMBootstrap" class="org.alfresco.repo.site.SiteAVMBootstrap">
|
||||
<property name="avmService" ref="AVMService" />
|
||||
<property name="permissionService" ref="PermissionService" />
|
||||
<property name="storename">
|
||||
<value>sitestore</value>
|
||||
</property>
|
||||
<property name="rootdir">
|
||||
<value>alfresco</value>
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<import resource="classpath:alfresco/bootstrap/st-admin-context.xml"/>
|
||||
<import resource="classpath*:alfresco/extension/mt/mt-admin-context.xml"/>
|
||||
|
Reference in New Issue
Block a user