Removed unused MessageSource from contacts app-context file.

This commit is contained in:
Luke Taylor 2008-02-09 15:57:06 +00:00
parent dd47689687
commit e2bf583fe9
1 changed files with 0 additions and 9 deletions

View File

@ -14,15 +14,6 @@
- $Id$
-->
<bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">
<property name="basenames">
<list>
<value>classpath:/org/acegisecurity/messages</value>
</list>
</property>
</bean>
<!-- ~~~~~~~~~~~~~~~~~~ "BEFORE INVOCATION" AUTHORIZATION DEFINITIONS ~~~~~~~~~~~~~~~~ -->
<!-- ACL permission masks used by this application -->