Enhancement to ScriptFolderPatch to load the example scripts into the Scripts folder once created

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2921 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-05-18 18:56:01 +00:00
parent dcd3c78955
commit 5dfb8b117f
2 changed files with 51 additions and 7 deletions

View File

@@ -347,13 +347,17 @@
<property name="fixesFromSchema"><value>0</value></property>
<property name="fixesToSchema"><value>12</value></property>
<property name="targetSchema"><value>13</value></property>
<property name="scriptsACP"><value>alfresco/bootstrap/example_javascripts.acp</value></property>
<!-- helper beans for execution -->
<property name="importerBootstrap">
<ref bean="spacesBootstrap" />
</property>
<property name="messageSource">
<ref bean="bootstrapSpacesMessageSource" />
</property>
</property>
<property name="importerService">
<ref bean="importerComponent" />
</property>
</bean>
</beans>