From 7b72b2878c56e80b7c6e8ad411c5cb1bc8603c51 Mon Sep 17 00:00:00 2001
From: Emil Siverhall <emil-siv@dsv.su.se>
Date: Fri, 22 Jul 2011 14:30:38 +0200
Subject: [PATCH] switched to deployment in web.xml

---
 src/main/webapp/WEB-INF/web.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml
index 942af29253..7ea6274a27 100644
--- a/src/main/webapp/WEB-INF/web.xml
+++ b/src/main/webapp/WEB-INF/web.xml
@@ -64,8 +64,8 @@
 		<!-- Use deployment for production, development for development -->
 	<context-param>
 		<param-name>configuration</param-name>
-			<param-value>development</param-value>
-			<!--<param-value>deployment</param-value>-->
+<!-- 			<param-value>development</param-value> -->
+			<param-value>deployment</param-value>
 	</context-param>