mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
76603: Merged V4.2-BUG-FIX (4.2.3) to HEAD-BUG-FIX (5.0BF) 75807 : Merged DEV to V4.2-BUG-FIX (4.2.3) 75768 : MNT-11304 : Type definition response for exif aspect using browser binding is causing some JSON parsers to fail - Use default boundaries only for numeric types 75778 : MNT-11304 : Type definition response for exif aspect using browser binding is causing some JSON parsers to fail - Test for the fix git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@77664 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
17 lines
696 B
XML
17 lines
696 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>
|
|
|
|
<!-- Registration of new models -->
|
|
<bean id="testcmisintegermodelDictionaryBootstrap" parent="dictionaryModelBootstrap" depends-on="dictionaryBootstrap">
|
|
<property name="models">
|
|
<list>
|
|
<value>opencmis/testcmisinteger_model.xml</value>
|
|
<value>opencmis/testcmisdecimal_model.xml</value>
|
|
<value>opencmis/testcmis_item_model.xml</value>
|
|
<value>tenant/exampleModel.xml</value>
|
|
</list>
|
|
</property>
|
|
</bean>
|
|
</beans>
|