12-14-2007 10:24 AM
12-14-2007 10:36 AM
<?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="extension.dictionaryBootstrap" parent="dictionaryModelBootstrap" depends-on="dictionaryBootstrap">
<property name="models">
<list>
<value>alfresco/extension/test.xml</value>
</list>
</property>
<property name="labels">
<list>
<value>alfresco/extension/model</value>
</list>
</property>
</bean>
</beans>
<namespaces>
<namespace uri="http://www.bluexml.com/model/content/test/1.0" prefix="test" />
</namespaces>
12-14-2007 10:59 AM
<?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="extension.dictionaryBootstrap" parent="dictionaryModelBootstrap" depends-on="dictionaryBootstrap">
<property name="models">
<list>
<value>alfresco/extension/exampleModel.xml</value>
</list>
</property>
</bean>
</beans>
12-14-2007 11:02 AM
12-14-2007 11:15 AM
12-14-2007 11:20 AM
12-14-2007 11:35 AM
12-14-2007 11:44 AM
12-14-2007 11:54 AM
12-17-2007 06:09 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.