Files
alfresco-transform-core/model/iptc/iptc-model-context.xml
alandavis 6bac1c4287 Save point: [skip ci]
* Moved iptc reference info to model rather than having a separate models directory
* Use InputStream and OutputStream in metadata extractors rather than Files.
2022-07-12 10:18:15 +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>