mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19122 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
28 lines
964 B
XML
28 lines
964 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
|
|
|
|
<!-- This is the smallest XML configuration that will manage to start -->
|
|
<!-- Many parts of the application are missing though, so don't expect -->
|
|
<!-- to be able to do much more than run core unit tests with it -->
|
|
<beans>
|
|
|
|
<!--
|
|
Import the core parts of the context. They are required
|
|
for anything to work
|
|
-->
|
|
<import resource="classpath:alfresco/application-context-core.xml" />
|
|
|
|
<!--
|
|
Import all modules and related components.
|
|
-->
|
|
<import resource="classpath*:alfresco/module-context.xml" />
|
|
|
|
<!--
|
|
Import of the minimal extensions and bean overrides.
|
|
-->
|
|
<import resource="classpath*:alfresco/extension/dev-context.xml" />
|
|
<import resource="classpath*:alfresco/extension/test-context.xml" />
|
|
|
|
|
|
</beans>
|