mirror of
https://github.com/apache/struts.git
synced 2026-08-31 19:35:40 +00:00
Took out include of struts-default config file
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@454857 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
"http://struts.apache.org/dtds/struts-2.0.dtd">
|
||||
|
||||
<struts>
|
||||
<include file="struts-default.xml" />
|
||||
|
||||
<package name="actionchaining" extends="struts-default" namespace="/actionchaining">
|
||||
<action name="actionChain1" class="org.apache.struts2.showcase.actionchaining.ActionChain1">
|
||||
<result type="chain">actionChain2</result>
|
||||
|
||||
@@ -3,8 +3,6 @@
|
||||
"http://struts.apache.org/dtds/struts-2.0.dtd">
|
||||
|
||||
<struts>
|
||||
<include file="struts-default.xml"/>
|
||||
|
||||
<package name="ajax" extends="struts-default">
|
||||
<action name="AjaxTest" class="org.apache.struts2.showcase.ajax.AjaxTestAction">
|
||||
<result>/ajax/AjaxResult.jsp</result>
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
"http://struts.apache.org/dtds/struts-2.0.dtd">
|
||||
|
||||
<struts>
|
||||
<include file="struts-default.xml" />
|
||||
<package name="chat" extends="struts-default" namespace="/chat">
|
||||
<interceptors>
|
||||
<interceptor name="chatAuthentication"
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
"-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
|
||||
"http://struts.apache.org/dtds/struts-2.0.dtd">
|
||||
<struts>
|
||||
<include file="struts-default.xml"/>
|
||||
|
||||
<package name="continuations" extends="struts-default" namespace="/continuations">
|
||||
<action name="guess" class="org.apache.struts2.showcase.Guess">
|
||||
<result type="freemarker">guess.ftl</result>
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
"http://struts.apache.org/dtds/struts-2.0.dtd">
|
||||
|
||||
<struts>
|
||||
<include file="struts-default.xml" />
|
||||
|
||||
<package name="conversion" namespace="/conversion" extends="struts-default">
|
||||
|
||||
<!-- Example populating a List inside an Action -->
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
"http://struts.apache.org/dtds/struts-2.0.dtd">
|
||||
|
||||
<struts>
|
||||
<include file="struts-default.xml" />
|
||||
|
||||
<package name="filedownload" extends="struts-default" namespace="/filedownload">
|
||||
|
||||
<default-action-ref name="download"/>
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
"http://struts.apache.org/dtds/struts-2.0.dtd">
|
||||
|
||||
<struts>
|
||||
<include file="struts-default.xml" />
|
||||
|
||||
<package name="fileupload" extends="struts-default" namespace="/fileupload">
|
||||
|
||||
<default-action-ref name="upload"/>
|
||||
|
||||
@@ -6,8 +6,6 @@
|
||||
|
||||
|
||||
<struts>
|
||||
<include file="struts-default.xml" />
|
||||
|
||||
<package name="freemarker" namespace="/freemarker" extends="struts-default">
|
||||
<action name="customFreemarkerManagerDemo">
|
||||
<result type="freemarker">/freemarker/customFreemarkerManagerUsage.ftl</result>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
"http://struts.apache.org/dtds/struts-2.0.dtd">
|
||||
|
||||
<struts>
|
||||
<include file="struts-default.xml" />
|
||||
<package name="hangman" extends="struts-default" namespace="/hangman">
|
||||
<action name="hangmanMenu">
|
||||
<result type="freemarker">/hangman/hangmanMenu.ftl</result>
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
"-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
|
||||
"http://struts.apache.org/dtds/struts-2.0.dtd">
|
||||
<struts>
|
||||
<include file="struts-default.xml"/>
|
||||
|
||||
<package name="jsf" extends="jsf-default" namespace="/jsf">
|
||||
|
||||
<result-types>
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
"http://struts.apache.org/dtds/struts-2.0.dtd">
|
||||
|
||||
<struts>
|
||||
<include file="struts-default.xml" />
|
||||
|
||||
<package name="modelDriven" extends="struts-default" namespace="/modelDriven">
|
||||
<!-- Diplay entry page that uses Model-Driven technique -->
|
||||
<action name="modelDriven" class="org.apache.struts2.showcase.modelDriven.ModelDrivenAction" method="input">
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
<!-- START SNIPPET: xworkSample -->
|
||||
|
||||
<struts>
|
||||
<include file="struts-default.xml"/>
|
||||
|
||||
<package name="person" extends="struts-default" namespace="/person">
|
||||
<action name="listPeople" class="org.apache.struts2.showcase.person.ListPeople">
|
||||
<interceptor-ref name="validationWorkflowStack"/>
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
|
||||
<struts>
|
||||
|
||||
<include file="struts-default.xml" />
|
||||
|
||||
<!-- ================================== -->
|
||||
<!-- === Package for ActionTag Demo === -->
|
||||
<!-- ================================== -->
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
"http://struts.apache.org/dtds/struts-2.0.dtd">
|
||||
|
||||
<struts>
|
||||
<include file="struts-default.xml"/>
|
||||
|
||||
<package name="ui-tags" extends="struts-default" namespace="/tags/ui">
|
||||
<action name="example" class="org.apache.struts2.showcase.UITagExample">
|
||||
<result>example.jsp</result>
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
"-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
|
||||
"http://struts.apache.org/dtds/struts-2.0.dtd">
|
||||
<struts>
|
||||
<include file="struts-default.xml"/>
|
||||
|
||||
<package name="token" extends="struts-default" namespace="/token">
|
||||
|
||||
<action name="tokenPrepare!*" class="org.apache.struts2.showcase.token.TokenAction" method="{1}">
|
||||
|
||||
@@ -3,8 +3,6 @@
|
||||
"http://struts.apache.org/dtds/struts-2.0.dtd">
|
||||
|
||||
<struts>
|
||||
<include file="struts-default.xml" />
|
||||
|
||||
<package name="validation" extends="struts-default" namespace="/validation">
|
||||
<action name="quizBasic" class="org.apache.struts2.showcase.validation.QuizAction">
|
||||
<result name="input">quiz-basic.jsp</result>
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
"-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
|
||||
"http://struts.apache.org/dtds/struts-2.0.dtd">
|
||||
<struts>
|
||||
<include file="struts-default.xml"/>
|
||||
|
||||
<package name="wait" extends="struts-default" namespace="/wait">
|
||||
|
||||
<action name="longProcess1" class="org.apache.struts2.showcase.wait.LongProcessAction">
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
"http://struts.apache.org/dtds/struts-2.0.dtd">
|
||||
|
||||
<!-- START SNIPPET: xworkSample -->
|
||||
|
||||
<struts>
|
||||
|
||||
<include file="struts-chat.xml" />
|
||||
|
||||
Reference in New Issue
Block a user