WW-1336 WW-1367

- moved struts.xml from /WEB-INF/classes to /resources (maven way of grouping resources) [WW-1336]
- deleted xwork.xml in resources (replaced by struts.xml) [WW-1367]

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@420430 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Toby Jee
2006-07-10 06:05:49 +00:00
parent 9a28adef67
commit 97fbc3d356
2 changed files with 0 additions and 16 deletions
-16
View File
@@ -1,16 +0,0 @@
<!DOCTYPE xwork PUBLIC "-//OpenSymphony Group//XWork 1.1.1//EN" "http://www.opensymphony.com/xwork/xwork-1.1.1.dtd">
<xwork>
<include file="struts-default.xml"/>
<package name="default" extends="struts-default">
<default-action-ref name="home" />
<action name="home" class="org.apache.struts2.example.HomeAction">
<result>/WEB-INF/pages/home.jsp</result>
</action>
<!-- Add your actions here -->
</package>
</xwork>