(no commit message)
[utils] / mythtv / monitor / src / test / resources / org.wamblee.mythtv.datasource.standalone.xml
diff --git a/mythtv/monitor/src/test/resources/org.wamblee.mythtv.datasource.standalone.xml b/mythtv/monitor/src/test/resources/org.wamblee.mythtv.datasource.standalone.xml
deleted file mode 100644 (file)
index 1d6e856..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" 
-               "http://www.springframework.org/dtd/spring-beans.dtd">
-<beans>
-       
-       <bean id="dataSource"
-           class="org.springframework.jdbc.datasource.DriverManagerDataSource">
-               <property name="driverClassName"><value>com.mysql.jdbc.Driver</value></property>
-               <property name="url"><value>jdbc:mysql://10.0.0.140/mythconverg</value></property>
-               <property name="username"><value>mythtv</value></property>
-               <property name="password"><value>mythtv</value></property>
-       </bean>
-
-</beans>
\ No newline at end of file