mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
78429: Merged EOL (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud) 75801: ACE-2149: EOL AVM / WCM - Thorough sweep of 'avm' and 'wcm' references - Picked up on many 'deployment' and related classes and configuration - Repo starts git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82558 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
50 lines
3.3 KiB
XML
50 lines
3.3 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
|
|
|
|
<!-- These are the XML files of the "core" of the context -->
|
|
<!-- This includes bootstrap-context.xml, so subsystems are "core" too -->
|
|
<beans>
|
|
<import resource="classpath:alfresco/tx-cache-context.xml" />
|
|
<import resource="classpath:alfresco/cache-context.xml" />
|
|
<import resource="classpath*:alfresco/enterprise/cluster/cluster-context.xml" />
|
|
<import resource="classpath*:alfresco/enterprise/spring/*-context.xml" />
|
|
<import resource="classpath*:alfresco/dbscripts/*-context.xml" />
|
|
<import resource="classpath:alfresco/st-context.xml"/>
|
|
<import resource="classpath*:alfresco/extension/mt/mt-context.xml"/>
|
|
<import resource="classpath:alfresco/encryption-context.xml" />
|
|
<import resource="classpath:alfresco/core-services-context.xml" />
|
|
<import resource="classpath:alfresco/copy-services-context.xml" />
|
|
<import resource="classpath:alfresco/public-services-context.xml" />
|
|
<import resource="classpath:alfresco/model-specific-services-context.xml" />
|
|
<import resource="classpath:alfresco/action-services-context.xml" />
|
|
<import resource="classpath:alfresco/rule-services-context.xml" />
|
|
<import resource="classpath:alfresco/node-services-context.xml" />
|
|
<import resource="classpath:alfresco/scheduler-core-context.xml" />
|
|
<import resource="classpath:alfresco/network-authentication-context.xml" />
|
|
<import resource="classpath:alfresco/content-services-context.xml" />
|
|
<import resource="classpath:alfresco/mt/st-admin-context.xml"/>
|
|
<import resource="classpath:alfresco/dao/dao-context.xml" />
|
|
<import resource="classpath:alfresco/hibernate-context.xml" />
|
|
<import resource="classpath:alfresco/ibatis/ibatis-context.xml" />
|
|
<import resource="classpath:alfresco/ownable-services-context.xml" />
|
|
<import resource="classpath:alfresco/template-services-context.xml" />
|
|
<import resource="classpath:alfresco/script-services-context.xml" />
|
|
<import resource="classpath:alfresco/authority-services-context.xml" />
|
|
<import resource="classpath:alfresco/authentication-services-context.xml" />
|
|
<import resource="classpath:alfresco/usage-services-context.xml" />
|
|
<import resource="classpath:alfresco/policy-context.xml" />
|
|
<import resource="classpath:alfresco/import-export-context.xml" />
|
|
<import resource="classpath:alfresco/bootstrap-context.xml" />
|
|
<import resource="classpath:alfresco/repo-admin-context.xml"/>
|
|
<import resource="classpath:alfresco/workflow-context.xml" />
|
|
<import resource="classpath:alfresco/audit-services-context.xml" />
|
|
<import resource="classpath:alfresco/attributes-service-context.xml"/>
|
|
<import resource="classpath:alfresco/site-services-context.xml"/>
|
|
<import resource="classpath:alfresco/notification-services-context.xml"/>
|
|
<import resource="classpath:alfresco/activities/activities-feed-context.xml" />
|
|
<import resource="classpath:alfresco/tagging-services-context.xml"/>
|
|
<import resource="classpath:alfresco/invitation-service-context.xml"/>
|
|
<import resource="classpath:alfresco/webdav-context.xml"/>
|
|
<import resource="classpath*:alfresco/patch/*-context.xml" />
|
|
</beans>
|