mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
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:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user