Update to conform to the Struts 2 DTD instead of the XWork DTD.

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/branches/STRUTS_2_0_X@557691 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Holmes
2007-07-19 17:05:24 +00:00
parent b23b4f0cc3
commit 3ccfbbfde0
+7 -6
View File
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE xwork PUBLIC
"-//OpenSymphony Group//XWork 1.1.1//EN"
"http://www.opensymphony.com/xwork/xwork-1.1.1.dtd">
<xwork>
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
"http://struts.apache.org/dtds/struts-2.0.dtd">
<struts>
<include file="struts-portlet-default.xml" />
<package name="view" extends="struts-portlet-default"
@@ -158,4 +159,4 @@
<result name="success">/WEB-INF/help/index.jsp</result>
</action>
</package>
</xwork>
</struts>