RM-1668 (Move BeanExtender into Core)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@83469 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2014-09-05 16:12:39 +00:00
parent e40704f7a1
commit f65d037d94
7 changed files with 13 additions and 362 deletions

View File

@@ -130,7 +130,7 @@
<bean id="rm.dictionaryModelType" abstract="true">
<property name="doValidation" value="false"/>
</bean>
<bean class="org.alfresco.module.org_alfresco_module_rm.util.BeanExtender">
<bean class="org.alfresco.util.BeanExtender">
<property name="beanName" value="dictionaryModelType" />
<property name="extendingBeanName" value="rm.dictionaryModelType" />
</bean>