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:
Kevin Roast
2008-06-17 15:21:08 +00:00
parent e962e186b0
commit a8fe4ffc04
6 changed files with 232 additions and 1 deletions

View File

@@ -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"/>