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/12/13 06:43:15 UTC

[struts] branch WW-5264-xslt-cleanup updated: WW-5264 Uses proper parent package when testing XSLT result

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

lukaszlenart pushed a commit to branch WW-5264-xslt-cleanup
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/WW-5264-xslt-cleanup by this push:
     new d11cf771b WW-5264 Uses proper parent package when testing XSLT result
d11cf771b is described below

commit d11cf771b64bd1350d1e181a917b6beb106d0f6b
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Tue Dec 13 07:43:10 2022 +0100

    WW-5264 Uses proper parent package when testing XSLT result
---
 apps/showcase/src/main/resources/struts-xslt.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/apps/showcase/src/main/resources/struts-xslt.xml b/apps/showcase/src/main/resources/struts-xslt.xml
index 261b367e4..663e84e93 100644
--- a/apps/showcase/src/main/resources/struts-xslt.xml
+++ b/apps/showcase/src/main/resources/struts-xslt.xml
@@ -20,11 +20,11 @@
  */
 -->
 <!DOCTYPE struts PUBLIC
-	"-//Apache Software Foundation//DTD Struts Configuration 2.5//EN"
-	"https://struts.apache.org/dtds/struts-2.5.dtd">
+        "-//Apache Software Foundation//DTD Struts Configuration 6.0//EN"
+        "https://struts.apache.org/dtds/struts-6.0.dtd">
 
 <struts>
-    <package name="xslt" extends="struts-default" namespace="/xslt">
+    <package name="xslt" extends="xslt-default" namespace="/xslt">
         <default-action-ref name="index"/>
 
         <action name="index">