Author: deepak Date: Sat Apr 15 11:35:03 2017 New Revision: 1791496 URL: http://svn.apache.org/viewvc?rev=1791496&view=rev Log: Fixed: Console warning related to web-app declaration.
Modified: ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/WEB-INF/web.xml Modified: ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/WEB-INF/web.xml?rev=1791496&r1=1791495&r2=1791496&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/WEB-INF/web.xml (original) +++ ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/WEB-INF/web.xml Sat Apr 15 11:35:03 2017 @@ -1,5 +1,4 @@ <?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 @@ -19,7 +18,7 @@ specific language governing permissions under the License. --> -<web-app> +<web-app version="3.0"> <display-name>Open For Business - Rainbowstone Visual Theme</display-name> <description>Rainbowstone Visual Theme</description>