mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
76305: Merged EOL2 (5.0.0.EOL2) to HEAD-BUG-FIX (5.0/Cloud) 76026: ACE-2012 EOL Original SOAP API (CML) - removed. Based on BRANCHES/DEV/EOL:r73833,73932 and CMIS EOL removal merge. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@77579 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
13 lines
758 B
XML
13 lines
758 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
|
|
<!-- Top-level imports of XML configuration -->
|
|
<beans>
|
|
<import resource="classpath:alfresco/application-context.xml" />
|
|
<import resource="classpath:alfresco/web-scripts-application-context.xml" />
|
|
<import resource="classpath*:alfresco/enterprise-web-scripts-application-context.xml" />
|
|
<!--
|
|
To give final control over the tuning of the custom environment, the custom-web-context.xml file is processed
|
|
last (note: custom-web-context.xml isn't part of the source tree itself).
|
|
-->
|
|
<import resource="classpath*:alfresco/extension/custom-web-context.xml" />
|
|
</beans> |