(no commit message)
authorErik Brakkee <erik@brakkee.org>
Thu, 8 Feb 2007 12:48:31 +0000 (12:48 +0000)
committerErik Brakkee <erik@brakkee.org>
Thu, 8 Feb 2007 12:48:31 +0000 (12:48 +0000)
mythtv/src/test/resources/org.wamblee.mythtv.datasource.standalone.xml [new file with mode: 0644]

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 (file)
index 0000000..1d6e856
--- /dev/null
@@ -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