mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
First-cut validation of dynamic model changes
- in case of re-deploy (dynamic update) check for incremental updates only - in case of undeploy (dynamic delete) check for type/aspect usages (in content and workflows) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6698 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -11,10 +11,18 @@
|
||||
<property name="contentService" ref="ContentService"/>
|
||||
<property name="namespaceService" ref="namespaceService"/>
|
||||
<property name="messageService" ref="messageService"/>
|
||||
<property name="workflowService" ref="WorkflowService"/>
|
||||
|
||||
<property name="repositoryModelsLocation" ref="customModelsRepositoryLocation"/>
|
||||
<property name="repositoryMessagesLocation" ref="customMessagesRepositoryLocation"/>
|
||||
|
||||
<property name="storeUrls">
|
||||
<list>
|
||||
<value>${spaces.store}</value>
|
||||
<value>${spaces.archive.store}</value>
|
||||
</list>
|
||||
</property>
|
||||
|
||||
</bean>
|
||||
|
||||
<bean id="repoAdminInterpreter" class="org.alfresco.repo.admin.RepoAdminInterpreter">
|
||||
|
Reference in New Issue
Block a user