RM: Fix build

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@54532 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Roy Wetherall
2013-08-28 01:35:14 +00:00
parent 175c912081
commit aceabe4982

View File

@@ -123,6 +123,7 @@
<property name="searchService" ref="searchService" /> <property name="searchService" ref="searchService" />
<property name="publishExecutorRegistry" ref="publishExecutorRegistry" /> <property name="publishExecutorRegistry" ref="publishExecutorRegistry" />
<property name="behaviourFilter" ref="policyBehaviourFilter" /> <property name="behaviourFilter" ref="policyBehaviourFilter" />
<property name="dictionaryService" ref="dictionaryService" />
</bean> </bean>
<bean id="publishExecutorRegistry" class="org.alfresco.module.org_alfresco_module_rm.job.publish.PublishExecutorRegistry"/> <bean id="publishExecutorRegistry" class="org.alfresco.module.org_alfresco_module_rm.job.publish.PublishExecutorRegistry"/>