mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
VS2 - version store refactor (merged from DEV/VS2 to HEAD)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10574 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -165,7 +165,7 @@
|
||||
<prop key="packageName">spaces_archive</prop>
|
||||
</props>
|
||||
<props>
|
||||
<prop key="storeRef">workspace://lightWeightVersionStore</prop>
|
||||
<prop key="storeRef">${version.store.version2Store}</prop>
|
||||
<prop key="packageName">versions</prop>
|
||||
</props>
|
||||
</list>
|
||||
@@ -331,7 +331,13 @@
|
||||
|
||||
<bean id="versionStoreImporter" parent="storeImporter" abstract="true">
|
||||
<property name="storeUrl">
|
||||
<value>workspace://lightWeightVersionStore</value>
|
||||
<value>${version.store.deprecated.lightWeightVersionStore}</value>
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<bean id="version2StoreImporter" parent="storeImporter" abstract="true">
|
||||
<property name="storeUrl">
|
||||
<value>${version.store.version2Store}</value>
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
|
Reference in New Issue
Block a user