Further ML implementation: createEdition

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4744 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2007-01-05 18:02:22 +00:00
parent 2747df2afa
commit 8973f5f01b
4 changed files with 104 additions and 11 deletions

View File

@@ -44,6 +44,7 @@
<bean name="multilingualContentService" class="org.alfresco.repo.model.ml.MultilingualContentServiceImpl" >
<property name="nodeService"><ref bean="NodeService" /></property>
<property name="searchService"><ref bean="SearchService" /></property>
<property name="versionService"><ref bean="VersionService" /></property>
</bean>
</beans>