Author: jholmes
Date: Thu Jul 19 10:05:24 2007
New Revision: 557691

URL: http://svn.apache.org/viewvc?view=rev&rev=557691
Log:
Update to conform to the Struts 2 DTD instead of the XWork DTD.

Modified:
    
struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/resources/struts.xml

Modified: 
struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/resources/struts.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/resources/struts.xml?view=diff&rev=557691&r1=557690&r2=557691
==============================================================================
--- 
struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/resources/struts.xml 
(original)
+++ 
struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/resources/struts.xml 
Thu Jul 19 10:05:24 2007
@@ -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>


Reply via email to