Bootstrap and patch for Collaboration Project space template

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7589 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2007-12-07 14:56:01 +00:00
parent 9b59f2056d
commit 6038c7403e
5 changed files with 217 additions and 2 deletions

View File

@@ -1188,4 +1188,25 @@
</property>
</bean>
<bean id="patch.projectTemplate" class="org.alfresco.repo.admin.patch.impl.GenericBootstrapPatch" parent="basePatch" >
<property name="id"><value>patch.projectTemplate</value></property>
<property name="description"><value>patch.projectTemplate.description</value></property>
<property name="fixesFromSchema"><value>0</value></property>
<property name="fixesToSchema"><value>115</value></property>
<property name="targetSchema"><value>116</value></property>
<!-- bootstrap view -->
<property name="importerBootstrap">
<ref bean="spacesBootstrap" />
</property>
<!--<property name="checkPath">
<value>/${spaces.company_home.childname}/${spaces.dictionary.childname}/${spaces.templates.childname}/app:projectfolder</value>
</property>-->
<property name="bootstrapView">
<props>
<prop key="path">/${spaces.company_home.childname}/${spaces.dictionary.childname}/${spaces.templates.childname}</prop>
<prop key="location">alfresco/templates/collaboration_project.xml</prop>
</props>
</property>
</bean>
</beans>