Move web.xml file to template.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 18 Apr 2012 08:37:08 +0000 (10:37 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 18 Apr 2012 08:37:08 +0000 (10:37 +0200)
src/main/webapp/WEB-INF/web.xml [deleted file]
src/main/webapp/WEB-INF/web.xml.template [new file with mode: 0644]

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