mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Swift – SE.S21 Share - DM Remote Store - WIP
- Team sample site now contains ADM surf-config files as part of bootstrap process - Removed obsolete bootstrap file (confirmed with Gav) - Code cleanup git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28391 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1,39 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
|
||||
|
||||
<beans>
|
||||
<bean id="siteLoad.swsdp" parent="siteLoadPatch-base">
|
||||
<property name="siteName">
|
||||
<value>swsdp</value>
|
||||
</property>
|
||||
<property name="bootstrapViews">
|
||||
<map>
|
||||
<entry key="avm">
|
||||
<props>
|
||||
<prop key="location">alfresco/bootstrap/team-sample-sites/swsdp/AVM.zip</prop>
|
||||
</props>
|
||||
</entry>
|
||||
<entry key="users">
|
||||
<props>
|
||||
<prop key="location">alfresco/bootstrap/team-sample-sites/swsdp/Users.acp</prop>
|
||||
</props>
|
||||
</entry>
|
||||
<entry key="people">
|
||||
<props>
|
||||
<prop key="location">alfresco/bootstrap/team-sample-sites/swsdp/People.acp</prop>
|
||||
</props>
|
||||
</entry>
|
||||
<entry key="groups">
|
||||
<props>
|
||||
<prop key="location">alfresco/bootstrap/team-sample-sites/swsdp/Groups.txt</prop>
|
||||
</props>
|
||||
</entry>
|
||||
<entry key="contents">
|
||||
<props>
|
||||
<prop key="location">alfresco/bootstrap/team-sample-sites/swsdp/Contents.acp</prop>
|
||||
</props>
|
||||
</entry>
|
||||
</map>
|
||||
</property>
|
||||
</bean>
|
||||
</beans>
|
Binary file not shown.
Reference in New Issue
Block a user