mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Content and folder node archival
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2767 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -186,6 +186,23 @@
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<bean id="spacesArchiveStoreImporter" parent="storeImporter" abstract="true">
|
||||
<property name="storeUrl">
|
||||
<value>${spaces.archive.store}</value>
|
||||
</property>
|
||||
<property name="mustNotExistStoreUrls">
|
||||
<list>
|
||||
<value>${spaces.archive.store}</value>
|
||||
</list>
|
||||
</property>
|
||||
<!--
|
||||
<property name="configuration">
|
||||
<props>
|
||||
</props>
|
||||
</property>
|
||||
-->
|
||||
</bean>
|
||||
|
||||
<bean id="spacesStoreImporter" parent="storeImporter" abstract="true">
|
||||
<property name="storeUrl">
|
||||
<value>${spaces.store}</value>
|
||||
|
Reference in New Issue
Block a user