mirror of
https://github.com/apache/struts.git
synced 2026-08-31 11:24:28 +00:00
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:
@@ -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>
|
||||
Reference in New Issue
Block a user