Fixed missing setters for some patches

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2670 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2006-04-20 10:18:03 +00:00
parent 701a2de75a
commit 40a7f6edc7

View File

@@ -292,6 +292,9 @@
<property name="fixesToSchema"><value>8</value></property> <property name="fixesToSchema"><value>8</value></property>
<property name="targetSchema"><value>9</value></property> <property name="targetSchema"><value>9</value></property>
<!-- helper beans for execution --> <!-- helper beans for execution -->
<property name="importerBootstrap">
<ref bean="spacesBootstrap" />
</property>
<property name="messageSource"> <property name="messageSource">
<ref bean="bootstrapSpacesMessageSource" /> <ref bean="bootstrapSpacesMessageSource" />
</property> </property>
@@ -304,6 +307,9 @@
<property name="targetSchema"><value>10</value></property> <property name="targetSchema"><value>10</value></property>
<property name="templatesACP"><value>alfresco/templates/email_templates.acp</value></property> <property name="templatesACP"><value>alfresco/templates/email_templates.acp</value></property>
<!-- helper beans for execution --> <!-- helper beans for execution -->
<property name="importerBootstrap">
<ref bean="spacesBootstrap" />
</property>
<property name="messageSource"> <property name="messageSource">
<ref bean="bootstrapSpacesMessageSource" /> <ref bean="bootstrapSpacesMessageSource" />
</property> </property>