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:
Kevin Roast
2010-01-08 14:07:02 +00:00
parent e529c965dc
commit ae4836d0dd
3 changed files with 4 additions and 4 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>