Add basic deployment descriptor.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 18 Apr 2012 06:06:24 +0000 (08:06 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 18 Apr 2012 06:06:24 +0000 (08:06 +0200)
src/main/webapp/WEB-INF/web.xml [new file with mode: 0644]

diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml
new file mode 100644 (file)
index 0000000..1d45ed9
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<web-app>
+
+       <display-name>DemosceneMusic</display-name>
+       <description>Database for all demoscene music</description>
+
+</web-app>