You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by tm...@apache.org on 2006/04/06 15:32:56 UTC

svn commit: r391981 - /incubator/webwork2/webapps/shopping-cart/src/webapp/WEB-INF/classes/xwork.xml

Author: tmjee
Date: Thu Apr  6 06:32:54 2006
New Revision: 391981

URL: http://svn.apache.org/viewcvs?rev=391981&view=rev
Log:
renamed webwork-default to struts-default


Modified:
    incubator/webwork2/webapps/shopping-cart/src/webapp/WEB-INF/classes/xwork.xml

Modified: incubator/webwork2/webapps/shopping-cart/src/webapp/WEB-INF/classes/xwork.xml
URL: http://svn.apache.org/viewcvs/incubator/webwork2/webapps/shopping-cart/src/webapp/WEB-INF/classes/xwork.xml?rev=391981&r1=391980&r2=391981&view=diff
==============================================================================
--- incubator/webwork2/webapps/shopping-cart/src/webapp/WEB-INF/classes/xwork.xml (original)
+++ incubator/webwork2/webapps/shopping-cart/src/webapp/WEB-INF/classes/xwork.xml Thu Apr  6 06:32:54 2006
@@ -1,10 +1,10 @@
 <!DOCTYPE xwork PUBLIC "-//OpenSymphony Group//XWork 1.1.1//EN" "http://www.opensymphony.com/xwork/xwork-1.1.1.dtd">
 
 <xwork>
-    <include file="webwork-default.xml"/>
+    <include file="struts-default.xml"/>
     <include file="config-browser.xml"/>
 
-    <package name="catalog" namespace="/catalog" extends="webwork-default">
+    <package name="catalog" namespace="/catalog" extends="struts-default">
         <interceptors>
             <!-- Basic stack -->
             <interceptor-stack name="catalogStack">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org