You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by jh...@apache.org on 2007/07/19 19:02:16 UTC

svn commit: r557689 - /struts/struts2/trunk/apps/portlet/src/main/resources/struts.xml

Author: jholmes
Date: Thu Jul 19 10:02:15 2007
New Revision: 557689

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

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

Modified: struts/struts2/trunk/apps/portlet/src/main/resources/struts.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/main/resources/struts.xml?view=diff&rev=557689&r1=557688&r2=557689
==============================================================================
--- struts/struts2/trunk/apps/portlet/src/main/resources/struts.xml (original)
+++ struts/struts2/trunk/apps/portlet/src/main/resources/struts.xml Thu Jul 19 10:02:15 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>