09-13-2013 08:56 AM
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
<bean id="myModule.bootstrap"
class="org.alfresco.repo.module.ImporterModuleComponent"
parent="module.baseComponent">
<!– Module Details –>
<property name="moduleId" value="com.test.myalf.dictionary.node.templates" />
<property name="name" value="myModuleBootstrap" />
<property name="description" value="Document templates" />
<property name="sinceVersion" value="1.0" />
<property name="appliesFromVersion" value="1.0" />
<!– Data properties –>
<property name="importer" ref="spacesBootstrap"/>
<property name="bootstrapViews">
<list>
<props>
<prop key="path">/${spaces.company_home.childname}/${spaces.dictionary.childname}/${spaces.nodetemplates.childname}</prop>
<prop key="location">alfresco/module/com.test.myalf.dictionary.node.templates/alf.acp</prop>
</props>
</list>
</property>
</bean>
</beans>
09-16-2013 02:42 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.