Author: adrianc
Date: Mon Feb 13 07:08:03 2012
New Revision: 1243422
URL:
http://svn.apache.org/viewvc?rev=1243422&view=revLog:
Added missing DOCTYPE declarations in some web.xml files.
Modified:
ofbiz/trunk/framework/resources/templates/web.xml
ofbiz/trunk/framework/webslinger/websites/webslinger/www/WEB-INF/web.xml
ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/web.xml
Modified: ofbiz/trunk/framework/resources/templates/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/resources/templates/web.xml?rev=1243422&r1=1243421&r2=1243422&view=diff==============================================================================
--- ofbiz/trunk/framework/resources/templates/web.xml (original)
+++ ofbiz/trunk/framework/resources/templates/web.xml Mon Feb 13 07:08:03 2012
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!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>
<display-name>Open For Business - @component-resource-name@ Component</display-name>
<description>@component-resource-name@ Component of the Open For Business Project</description>
Modified: ofbiz/trunk/framework/webslinger/websites/webslinger/www/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webslinger/websites/webslinger/www/WEB-INF/web.xml?rev=1243422&r1=1243421&r2=1243422&view=diff==============================================================================
--- ofbiz/trunk/framework/webslinger/websites/webslinger/www/WEB-INF/web.xml (original)
+++ ofbiz/trunk/framework/webslinger/websites/webslinger/www/WEB-INF/web.xml Mon Feb 13 07:08:03 2012
@@ -1,4 +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">
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
Modified: ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/web.xml?rev=1243422&r1=1243421&r2=1243422&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/web.xml Mon Feb 13 07:08:03 2012
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "
http://java.sun.com/dtd/web-app_2_3.dtd">
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file