mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Merged DEV\EXTENSIONS to HEAD
svn merge svn://svn.alfresco.com:3691/alfresco/BRANCHES/DEV/EXTENSIONS@4868 svn://svn.alfresco.com:3691/alfresco/BRANCHES/DEV/EXTENSIONS@4869 . svn merge svn://svn.alfresco.com:3691/alfresco/BRANCHES/DEV/EXTENSIONS@4904 svn://svn.alfresco.com:3691/alfresco/BRANCHES/DEV/EXTENSIONS@4938 . Module management support Modularization of Records Management git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4956 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -30,6 +30,13 @@
|
||||
<import resource="classpath*:alfresco/patch/*-context.xml" />
|
||||
<import resource="classpath*:alfresco/domain/*-context.xml" />
|
||||
|
||||
<!--
|
||||
Import all modules and related components.
|
||||
Extensions are explicitly imported after this so that the default
|
||||
mechanism can still be used to override module-specific beans.
|
||||
-->
|
||||
<import resource="classpath*:alfresco/module-context.xml" />
|
||||
|
||||
<!--
|
||||
Import of general extensions and bean overrides.
|
||||
|
||||
@@ -44,8 +51,4 @@
|
||||
<import resource="classpath*:alfresco/extension/*-context.xml"/>
|
||||
<import resource="classpath*:alfresco/extension/dev-context.xml" />
|
||||
|
||||
<!-- Import of installed modules -->
|
||||
<import resource="classpath*:alfresco/module/*/module-context.xml"/>
|
||||
<import resource="classpath*:alfresco/module/*/module-uninstall-context.xml"/>
|
||||
|
||||
</beans>
|
||||
|
Reference in New Issue
Block a user