Files
alfresco-community-repo/config/alfresco/minimal-context.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>