mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-07 18:25:23 +00:00
12565: JCR - fix ALFCOM-1655 (supercedes part of r12170) 12644: JCR - fix extra testcase for ALFCOM-1655 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@12650 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
19 lines
727 B
XML
19 lines
727 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>
|
|
|
|
<import resource="classpath:alfresco/application-context.xml" />
|
|
|
|
<bean id="testDictionaryBootstrap" class="org.alfresco.repo.dictionary.DictionaryBootstrap" init-method="bootstrap" depends-on="JCR.DictionaryBootstrap">
|
|
<property name="dictionaryDAO"><ref bean="dictionaryDAO"/></property>
|
|
<property name="models">
|
|
<list>
|
|
<value>org/alfresco/jcr/test/testModel.xml</value>
|
|
<value>org/alfresco/jcr/test/myModel.xml</value>
|
|
</list>
|
|
</property>
|
|
</bean>
|
|
|
|
</beans>
|