mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@18598 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
17 lines
793 B
XML
17 lines
793 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
|
|
|
|
<!-- references to XML configurations -->
|
|
<beans>
|
|
<import resource="classpath:test/alfresco/fake-context/context-a.xml" />
|
|
<import resource="classpath:test/alfresco/fake-context/context-b.xml" />
|
|
<import resource="classpath:test/alfresco/fake-context/context-c.xml" />
|
|
|
|
<!--
|
|
<import resource="file:/home/nick/java/alfresco/projects/community_head/code/root/projects/repository/config/test/alfresco/fake-context/override-1.xml" />
|
|
<import resource="override-2.xml" />
|
|
-->
|
|
<import resource="classpath:test/alfresco/fake-context/override-1.xml" />
|
|
<import resource="classpath:test/alfresco/fake-context/override-2.xml" />
|
|
</beans>
|