mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
19151: SAIL-298: Implemented subsystem changes. - We didn't remove the cifs.serverName property because it is independent of host/port/context/protocol. Applied following corrections - Removed the email 'chain'. OutboundSMTP and InboundSMTP are separate subsystems and don't need to be chained - Added the ability for multiple Spring-initialized subsystems to share the same category - No need to expose mailService outside of the OutboundSMTP subsystem as far as I can tell - GlobalDeskTopActionConfigBean doesn't need dependencies and no longer exposes the webpath property - Fixed construction of contexts in ContentDiskDriver. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19266 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
48 lines
3.1 KiB
XML
48 lines
3.1 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/cache-context.xml" />
|
|
<import resource="classpath:alfresco/st-context.xml"/>
|
|
<import resource="classpath*:alfresco/extension/mt/mt-context.xml"/>
|
|
<import resource="classpath:alfresco/core-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/network-protocol-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/activities/activities-feed-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/index-recovery-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/avm-services-context.xml" />
|
|
<import resource="classpath:alfresco/wcm-services-context.xml"/>
|
|
<import resource="classpath:alfresco/audit-services-context.xml" />
|
|
<import resource="classpath:alfresco/attributes-service-context.xml"/>
|
|
<import resource="classpath:alfresco/deployment-service-context.xml"/>
|
|
<import resource="classpath:alfresco/site-services-context.xml"/>
|
|
<import resource="classpath:alfresco/tagging-services-context.xml"/>
|
|
<import resource="classpath:alfresco/invitation-service-context.xml"/>
|
|
<import resource="classpath*:alfresco/patch/*-context.xml" />
|
|
<import resource="classpath*:alfresco/linkvalidation-service-context.xml"/>
|
|
</beans>
|