mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Build fix - added test messages back - they are directly referenced in the AlfrescoRuntimeExceptionTest class.
Added back the org.alfresco.i18n.ResourceBundleBootstrapComponent class - that just calls the SpringSurf version of the class, this should mean less (or no) config file changes for some custom module extensions moving from 3.2->3.3. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@17935 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
<!-- I18N -->
|
||||
|
||||
<bean id="officeResourceBundles" class="org.springframework.extensions.surf.util.ResourceBundleBootstrapComponent">
|
||||
<bean id="officeResourceBundles" class="org.alfresco.i18n.ResourceBundleBootstrapComponent">
|
||||
<property name="resourceBundles">
|
||||
<list>
|
||||
<value>alfresco.messages.office-addin</value>
|
||||
@@ -13,4 +13,4 @@
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
</beans>
|
||||
</beans>
|
@@ -5,7 +5,7 @@
|
||||
|
||||
<!-- I18N -->
|
||||
|
||||
<bean id="portletsResourceBundles" class="org.springframework.extensions.surf.util.ResourceBundleBootstrapComponent">
|
||||
<bean id="portletsResourceBundles" class="org.alfresco.i18n.ResourceBundleBootstrapComponent">
|
||||
<property name="resourceBundles">
|
||||
<list>
|
||||
<value>alfresco.messages.portlets</value>
|
||||
|
@@ -95,7 +95,7 @@
|
||||
<property name="repoXMLConfigService" ref="webClientConfigService"/>
|
||||
</bean>
|
||||
|
||||
<bean id="webClientConfigAdminInterpreterHelp" class="org.springframework.extensions.surf.util.ResourceBundleBootstrapComponent">
|
||||
<bean id="webClientConfigAdminInterpreterHelp" class="org.alfresco.i18n.ResourceBundleBootstrapComponent">
|
||||
<property name="resourceBundles">
|
||||
<list>
|
||||
<value>alfresco.messages.webclient-config-admin-interpreter-help</value>
|
||||
|
Reference in New Issue
Block a user