mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Full Repository Export / Import Support - first checkpoint
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2591 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
54
config/alfresco/extension/restore-context.xml.sample
Normal file
54
config/alfresco/extension/restore-context.xml.sample
Normal file
@@ -0,0 +1,54 @@
|
||||
<?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="userBootstrap" parent="userStoreImporter">
|
||||
<property name="bootstrapViews">
|
||||
<list>
|
||||
<props>
|
||||
<prop key="path">/</prop>
|
||||
<prop key="location">alfresco/extension/restore/export_users.acp</prop>
|
||||
</props>
|
||||
</list>
|
||||
</property>
|
||||
<property name="log"><value>true</value></property>
|
||||
</bean>
|
||||
|
||||
<bean id="systemBootstrap" parent="systemStoreImporter">
|
||||
<property name="bootstrapViews">
|
||||
<list>
|
||||
<props>
|
||||
<prop key="path">/</prop>
|
||||
<prop key="location">alfresco/extension/restore/export_system.acp</prop>
|
||||
</props>
|
||||
</list>
|
||||
</property>
|
||||
<property name="log"><value>true</value></property>
|
||||
</bean>
|
||||
|
||||
<bean id="versionBootstrap" parent="versionStoreImporter">
|
||||
<property name="bootstrapViews">
|
||||
<list>
|
||||
<props>
|
||||
<prop key="path">/</prop>
|
||||
<prop key="location">alfresco/extension/restore/export_versions.acp</prop>
|
||||
</props>
|
||||
</list>
|
||||
</property>
|
||||
<property name="log"><value>true</value></property>
|
||||
</bean>
|
||||
|
||||
<bean id="spacesBootstrap" parent="spacesStoreImporter">
|
||||
<property name="bootstrapViews">
|
||||
<list>
|
||||
<props>
|
||||
<prop key="path">/</prop>
|
||||
<prop key="location">alfresco/extension/restore/export_spaces.acp</prop>
|
||||
</props>
|
||||
</list>
|
||||
</property>
|
||||
<property name="log"><value>true</value></property>
|
||||
</bean>
|
||||
|
||||
</beans>
|
Reference in New Issue
Block a user