alfresco-transform-core/models/iptc-model-context.xml
montgolfiere 58d157fb45
ATS-892: IPTC model (#393)
- note: see also ACS Deployment (Draft PR)
2021-04-29 13:59:40 +01:00

18 lines
632 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>
<bean id="org.alfresco.iptcModel.dictionaryBootstrap" parent="dictionaryModelBootstrap" depends-on="dictionaryBootstrap">
<property name="models">
<list>
<value>alfresco/extension/models/iptc/iptcModel.xml</value>
</list>
</property>
<property name="labels">
<list>
<value>alfresco/extension/models/iptc/iptc-model</value>
</list>
</property>
</bean>
</beans>