git://wamblee.org
/
utils
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac77c93
)
(no commit message)
author
Erik Brakkee
<erik@brakkee.org>
Thu, 8 Feb 2007 12:48:20 +0000
(12:48 +0000)
committer
Erik 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]
patch
|
blob
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
+++ b/
mythtv/src/webapp/WEB-INF/web.xml
@@ -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>