(no commit message)
authorErik Brakkee <erik@brakkee.org>
Thu, 8 Feb 2007 12:48:20 +0000 (12:48 +0000)
committerErik Brakkee <erik@brakkee.org>
Thu, 8 Feb 2007 12:48:20 +0000 (12:48 +0000)
mythtv/src/webapp/WEB-INF/web.xml [new file with mode: 0644]

diff --git a/mythtv/src/webapp/WEB-INF/web.xml b/mythtv/src/webapp/WEB-INF/web.xml
new file mode 100644 (file)
index 0000000..d6961ea
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<web-app version="2.4" 
+       xmlns="http://java.sun.com/xml/ns/j2ee" 
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+       xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
+       http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
+
+    <listener>
+        <listener-class>org.wamblee.mythtv.Application</listener-class>
+    </listener>
+   
+</web-app>