You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2016/04/11 16:30:52 UTC

struts git commit: Reverts 098ee502b406235755b939c7ef44a8b6cbf9416e

Repository: struts
Updated Branches:
  refs/heads/support-2-3 865f1f278 -> cbae13a6a


Reverts 098ee502b406235755b939c7ef44a8b6cbf9416e


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/cbae13a6
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/cbae13a6
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/cbae13a6

Branch: refs/heads/support-2-3
Commit: cbae13a6a8900124ebb9f27276854bdcb6adc3c8
Parents: 865f1f2
Author: Lukasz Lenart <lu...@apache.org>
Authored: Mon Apr 11 16:30:38 2016 +0200
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Mon Apr 11 16:30:38 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/struts/blob/cbae13a6/apps/portlet/src/main/webapp/WEB-INF/web.xml
----------------------------------------------------------------------
diff --git a/apps/portlet/src/main/webapp/WEB-INF/web.xml b/apps/portlet/src/main/webapp/WEB-INF/web.xml
index c95c0af..f424419 100644
--- a/apps/portlet/src/main/webapp/WEB-INF/web.xml
+++ b/apps/portlet/src/main/webapp/WEB-INF/web.xml
@@ -1,10 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<web-app
-    xmlns="http://java.sun.com/xml/ns/javaee"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
-    version="2.5"
-    id="StrutsPortlet">
+<!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 id="StrutsPortlet">
 
     <context-param>
         <param-name>org.apache.tiles.factory.TilesContainerFactory</param-name>