Files
alfresco-community-repo/source/test-resources/org/alfresco/jcr/test/test-context.xml
2013-08-20 17:17:31 +00:00

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>