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:
Kevin Roast
2011-06-14 14:58:40 +00:00
parent 9022f861a8
commit 233cf9a368
2 changed files with 0 additions and 39 deletions

View File

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