Browse Source

Removed unused MessageSource from contacts app-context file.

2.0.x
Luke Taylor 18 years ago
parent
commit
e2bf583fe9
  1. 9
      samples/contacts/src/main/resources/applicationContext-common-authorization.xml

9
samples/contacts/src/main/resources/applicationContext-common-authorization.xml

@ -14,15 +14,6 @@ @@ -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 -->

Loading…
Cancel
Save