02-17-2009 03:59 AM
02-17-2009 05:35 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="msc.dictionaryBootstrap" parent="dictionaryModelBootstrap"
depends-on="dictionaryBootstrap">
<property name="models">
<list>
<value>classpath:alfresco/module/msc/model/msc-model.xml</value>
</list>
</property>
<!– <property name="labels">–>
<!– <list>–>
<!– <value>classpath:alfresco/extension/msc-model</value>–>
<!– </list>–>
<!– </property>–>
</bean>
<!– Enregistrement du nouveau type en etendant le dictionnaire –>
<bean id="bootstrapExtraBundlesBean" class="org.alfresco.web.app.ResourceBundleBootstrap">
<property name="resourceBundles">
<list>
<value>org.alfresco.module.msc.web.resources.msc-web-messages</value>
<value>classpath:alfresco/extension/msc-model</value>
<value>classpath:alfresco/extension/msc-webclient</value>
</list>
</property>
</bean>
</beans>
public static final String MSC_MESSAGES_BUNDLE = "org.alfresco.module.msc.web.resources.msc-web-messages";
public static final String MSC_MODEL_BUNDLE = "alfresco.extension.msc-model";
public static final String MSC_WEBCLIENT_BUNDLE = "alfresco.extension.msc-webclient";
02-17-2009 08:02 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.