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 2022/06/09 12:59:34 UTC

[struts-examples] 01/05: Uses latest Tiles DOCTYPE

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-examples.git

commit fb52f7e10e0b7699757b996c58e525fedfad1778
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Thu Jun 9 14:57:53 2022 +0200

    Uses latest Tiles DOCTYPE
---
 tiles/src/main/webapp/WEB-INF/tiles-2.xml             | 6 +++---
 tiles/src/main/webapp/WEB-INF/tiles-2_pl.xml          | 6 +++---
 tiles/src/main/webapp/WEB-INF/tiles-ftl-layout.xml    | 4 ++--
 tiles/src/main/webapp/WEB-INF/tiles-ftl-layout_pl.xml | 4 ++--
 tiles/src/main/webapp/WEB-INF/tiles_pl.xml            | 6 +++---
 5 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/tiles/src/main/webapp/WEB-INF/tiles-2.xml b/tiles/src/main/webapp/WEB-INF/tiles-2.xml
index bd3e2c6..b6657f2 100644
--- a/tiles/src/main/webapp/WEB-INF/tiles-2.xml
+++ b/tiles/src/main/webapp/WEB-INF/tiles-2.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>
 
@@ -16,4 +16,4 @@
         <put-attribute name="body" value="/example/HelloWorld.ftl"/>
     </definition>
 
-</tiles-definitions>
\ No newline at end of file
+</tiles-definitions>
diff --git a/tiles/src/main/webapp/WEB-INF/tiles-2_pl.xml b/tiles/src/main/webapp/WEB-INF/tiles-2_pl.xml
index ea19f49..46f58c1 100644
--- a/tiles/src/main/webapp/WEB-INF/tiles-2_pl.xml
+++ b/tiles/src/main/webapp/WEB-INF/tiles-2_pl.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>
 
@@ -16,4 +16,4 @@
         <put-attribute name="body" value="/example/HelloWorld.ftl"/>
     </definition>
 
-</tiles-definitions>
\ No newline at end of file
+</tiles-definitions>
diff --git a/tiles/src/main/webapp/WEB-INF/tiles-ftl-layout.xml b/tiles/src/main/webapp/WEB-INF/tiles-ftl-layout.xml
index 180def2..a9b30e5 100644
--- a/tiles/src/main/webapp/WEB-INF/tiles-ftl-layout.xml
+++ b/tiles/src/main/webapp/WEB-INF/tiles-ftl-layout.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>
 
diff --git a/tiles/src/main/webapp/WEB-INF/tiles-ftl-layout_pl.xml b/tiles/src/main/webapp/WEB-INF/tiles-ftl-layout_pl.xml
index cd81f81..28e3211 100644
--- a/tiles/src/main/webapp/WEB-INF/tiles-ftl-layout_pl.xml
+++ b/tiles/src/main/webapp/WEB-INF/tiles-ftl-layout_pl.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>
 
diff --git a/tiles/src/main/webapp/WEB-INF/tiles_pl.xml b/tiles/src/main/webapp/WEB-INF/tiles_pl.xml
index a351d55..2f5bf56 100644
--- a/tiles/src/main/webapp/WEB-INF/tiles_pl.xml
+++ b/tiles/src/main/webapp/WEB-INF/tiles_pl.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>
 
@@ -19,4 +19,4 @@
         <put-attribute name="body" value="/example/HelloWorld.jsp"/>
     </definition>
 
-</tiles-definitions>
\ No newline at end of file
+</tiles-definitions>