mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13907 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
21 lines
729 B
XML
21 lines
729 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
|
|
|
|
<beans>
|
|
|
|
<!-- Deprecated context -->
|
|
|
|
|
|
<!-- NOOP to override custom-activities-feed-context.xml (introduced in 3.0, 3.1)
|
|
|
|
With 3.2, the activities feed context has been re-factored to use new Alfresco/iBatis hierarchical loading
|
|
|
|
note: the following custom extension files are deprecated (and unused) with 3.2 and should be removed
|
|
|
|
alfresco/extension/custom-activities-feed-context.xml
|
|
alfresco/extension/custom-activities-SqlMapConfig.xml
|
|
-->
|
|
<bean id="sqlMapClient" class="java.util.ArrayList"/>
|
|
|
|
</beans>
|