moved socketproxy to https://wamblee.org/svn/public/socketproxy
[utils] / mythtv / war / src / main / resources / beanRefContext.xml
index fff0f4c3fe78a0f627079238372814cba3bb262d..1bd48a62aefabf3de6d1e60d2518171e0e5b48ea 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
- <beans> 
+<beans xmlns="http://www.springframework.org/schema/beans"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://www.springframework.org/schema/beans
+         http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
      
      <bean id="mythtv"
          class="org.springframework.context.support.ClassPathXmlApplicationContext">
@@ -9,7 +10,6 @@
              <list>
                  <value>org.wamblee.mythtv.properties.xml</value>
                  <value>org.wamblee.mythtv.datasource.xml</value>
-                 <value>org.wamblee.mythtv.hibernatemappings.xml</value>
                  <value>org.wamblee.mythtv.hibernate.xml</value>
                  <value>org.wamblee.mythtv.application.xml</value>
              </list>