(no commit message)
[utils] / security / usermgt / src / test / resources / spring / test.org.wamblee.security.properties.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
3  
4  <beans> 
5     
6     <bean id="propertyBean"
7         class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
8         <property name="locations">
9             <list>
10                 <value>properties/test.org.wamblee.security.hibernate.properties</value>
11                 <value>properties/test.org.wamblee.security.usermgt.properties</value>
12                 <value>properties/test.org.wamblee.security.database.properties</value>
13             </list>
14         </property>
15     </bean> 
16  </beans>