From 9cd7ee31b8073e90e63ebd18bc431537ea1724fc Mon Sep 17 00:00:00 2001
From: Andreas Fitzek <andreas.fitzek@iaik.tugraz.at>
Date: Thu, 3 Mar 2016 12:52:07 +0100
Subject: removed doctype web.xml

---
 pdf-as-web/src/main/webapp/WEB-INF/web.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pdf-as-web/src/main/webapp/WEB-INF/web.xml b/pdf-as-web/src/main/webapp/WEB-INF/web.xml
index eec30639..3e6b30bd 100644
--- a/pdf-as-web/src/main/webapp/WEB-INF/web.xml
+++ b/pdf-as-web/src/main/webapp/WEB-INF/web.xml
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE web-app
-    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
-    "http://java.sun.com/dtd/web-app_2_3.dtd">
+
 <web-app>
 	<!-- General description of your web application -->
 
-- 
cgit v1.2.3