Repository: struts-examples
Updated Branches:
  refs/heads/master 18affab89 -> 178ed4c1f


Uses proper DTDs for Struts 2.5 and Tiles 3.0


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

Branch: refs/heads/master
Commit: 28f5a58919174cd3f7b2fe1a8d4216ab13e1386a
Parents: 18affab
Author: Lukasz Lenart <lukasz.len...@gmail.com>
Authored: Thu Apr 20 07:03:18 2017 +0200
Committer: Lukasz Lenart <lukasz.len...@gmail.com>
Committed: Thu Apr 20 07:19:01 2017 +0200

----------------------------------------------------------------------
 tiles/src/main/resources/example.xml    | 4 ++--
 tiles/src/main/resources/struts.xml     | 4 ++--
 tiles/src/main/webapp/WEB-INF/tiles.xml | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-examples/blob/28f5a589/tiles/src/main/resources/example.xml
----------------------------------------------------------------------
diff --git a/tiles/src/main/resources/example.xml 
b/tiles/src/main/resources/example.xml
index 4aaaf03..33f2a5b 100644
--- a/tiles/src/main/resources/example.xml
+++ b/tiles/src/main/resources/example.xml
@@ -1,7 +1,7 @@
 <?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";>
 <!-- 
   - This file is included by the struts.xml file as an example
   - of how to break up the configuration file into multiple files.

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/28f5a589/tiles/src/main/resources/struts.xml
----------------------------------------------------------------------
diff --git a/tiles/src/main/resources/struts.xml 
b/tiles/src/main/resources/struts.xml
index cd7f487..c0c0b52 100644
--- a/tiles/src/main/resources/struts.xml
+++ b/tiles/src/main/resources/struts.xml
@@ -1,7 +1,7 @@
 <?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>
   <constant name="struts.enable.DynamicMethodInvocation" value="false"/>
   <constant name="struts.devMode" value="false"/>

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/28f5a589/tiles/src/main/webapp/WEB-INF/tiles.xml
----------------------------------------------------------------------
diff --git a/tiles/src/main/webapp/WEB-INF/tiles.xml 
b/tiles/src/main/webapp/WEB-INF/tiles.xml
index 32c4c21..bc9f084 100644
--- a/tiles/src/main/webapp/WEB-INF/tiles.xml
+++ b/tiles/src/main/webapp/WEB-INF/tiles.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
 <!DOCTYPE tiles-definitions PUBLIC
-        "-//Apache Software Foundation//DTD Tiles Configuration 2.1//EN"
-        "http://tiles.apache.org/dtds/tiles-config_2_1.dtd";>
+        "-//Apache Software Foundation//DTD Tiles Configuration 3.0//EN"
+        "http://tiles.apache.org/dtds/tiles-config_3_0.dtd";>
 
 <tiles-definitions>
 

Reply via email to