WW-4632 Uses proper DTD version

This commit is contained in:
Lukasz Lenart
2016-06-12 13:10:49 +02:00
parent 7da4ef3902
commit e60119436a
55 changed files with 110 additions and 110 deletions
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 2.3//EN"
"http://struts.apache.org/dtds/struts-2.3.dtd">
"-//Apache Software Foundation//DTD Struts Configuration 2.5//EN"
"http://struts.apache.org/dtds/struts-2.5.dtd">
<struts>
<package name="json-default" extends="struts-default">