Enabled wildcard classpath imports of extension application context files. Added an ignore for reserved extension/dev-context.xml.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2213 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2006-01-26 04:19:20 +00:00
parent 0a7c58b127
commit cd8c1dd9fc

View File

@@ -17,14 +17,11 @@
<import resource="classpath:alfresco/ownable-services-context.xml" /> <import resource="classpath:alfresco/ownable-services-context.xml" />
<import resource="classpath:alfresco/template-services-context.xml" /> <import resource="classpath:alfresco/template-services-context.xml" />
<import resource="classpath:alfresco/index-recovery-context.xml" /> <import resource="classpath:alfresco/index-recovery-context.xml" />
<import resource="classpath:alfresco/extension/extension-context.xml" />
<import resource="classpath:alfresco/authority-services-context.xml" /> <import resource="classpath:alfresco/authority-services-context.xml" />
<import resource="classpath:alfresco/authentication-services-context.xml" /> <import resource="classpath:alfresco/authentication-services-context.xml" />
<import resource="classpath*:alfresco/patch/*-context.xml" /> <import resource="classpath*:alfresco/patch/*-context.xml" />
<!-- Import custom and overriding bean definitions. This must be done after the Alfresco-maintained beans. --> <!-- import of general extensions and bean overrides -->
<!-- e.g. <import resource="classpath*:alfresco/extension/*-context.xml" />
<import resource="file:/etc/alfresco/config/custom-services-context.xml" />
-->
</beans> </beans>