From ea32e93370e3f97f963bca8cd39e283b4a6bcf5f Mon Sep 17 00:00:00 2001
From: erik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Date: Thu, 8 Feb 2007 12:48:31 +0000
Subject: [PATCH]

---
 .../org.wamblee.mythtv.datasource.standalone.xml   | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 mythtv/src/test/resources/org.wamblee.mythtv.datasource.standalone.xml

diff --git a/mythtv/src/test/resources/org.wamblee.mythtv.datasource.standalone.xml b/mythtv/src/test/resources/org.wamblee.mythtv.datasource.standalone.xml
new file mode 100644
index 00000000..1d6e8563
--- /dev/null
+++ b/mythtv/src/test/resources/org.wamblee.mythtv.datasource.standalone.xml
@@ -0,0 +1,14 @@
+<?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
-- 
2.31.1