fff0f4c3fe78a0f627079238372814cba3bb262d
[utils] / mythtv / war / src / main / resources / beanRefContext.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="mythtv"
7          class="org.springframework.context.support.ClassPathXmlApplicationContext">
8          <constructor-arg>
9              <list>
10                  <value>org.wamblee.mythtv.properties.xml</value>
11                  <value>org.wamblee.mythtv.datasource.xml</value>
12                  <value>org.wamblee.mythtv.hibernatemappings.xml</value>
13                  <value>org.wamblee.mythtv.hibernate.xml</value>
14                  <value>org.wamblee.mythtv.application.xml</value>
15              </list>
16          </constructor-arg>
17      </bean>
18      
19  </beans>