Author: husted
Date: Tue Sep 5 12:14:13 2006
New Revision: 440445
URL: http://svn.apache.org/viewvc?view=rev&rev=440445
Log:
WW-1340 In showcase, remove obsolete version of tutorial code.
Removed:
struts/struts2/trunk/apps/showcase/src/main/webapp/tutorial/
Modified:
struts/struts2/trunk/apps/showcase/src/main/resources/struts.xml
struts/struts2/trunk/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp
struts/struts2/trunk/apps/showcase/src/main/webapp/showcase.jsp
Modified: struts/struts2/trunk/apps/showcase/src/main/resources/struts.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/resources/struts.xml?view=diff&rev=440445&r1=440444&r2=440445
==============================================================================
--- struts/struts2/trunk/apps/showcase/src/main/resources/struts.xml (original)
+++ struts/struts2/trunk/apps/showcase/src/main/resources/struts.xml Tue Sep 5
12:14:13 2006
@@ -44,8 +44,6 @@
<include file="struts-freemarker.xml" />
- <include file="org/apache/struts2/showcase/tutorial/struts-tutorial.xml" />
-
<package name="default" extends="struts-default">
<interceptors>
<interceptor-stack name="crudStack">
Modified:
struts/struts2/trunk/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp?view=diff&rev=440445&r1=440444&r2=440445
==============================================================================
---
struts/struts2/trunk/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp
(original)
+++
struts/struts2/trunk/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp
Tue Sep 5 12:14:13 2006
@@ -80,7 +80,6 @@
<li><a href="<s:url
value="/freemarker/index.jsp"/>">Freemarker</a>
<li><a href="<s:url value="/chat/index.jsp"/>">Chat
(AJAX)</a>
<li><a href="<s:url action="hangmanMenu"
namespace="/hangman"/>">Hangman</a></li>
- <li><a href="<s:url action="Welcome"
namespace="/tutorial"/>">Tutorial</a></li>
<li class="last"><a href="<s:url
value="/help.jsp"/>">Help</a></li>
</ul>
</div>
Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/showcase.jsp
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/showcase.jsp?view=diff&rev=440445&r1=440444&r2=440445
==============================================================================
--- struts/struts2/trunk/apps/showcase/src/main/webapp/showcase.jsp (original)
+++ struts/struts2/trunk/apps/showcase/src/main/webapp/showcase.jsp Tue Sep 5
12:14:13 2006
@@ -72,9 +72,6 @@
<!-- Hangman (AJAX and Non AJAX) Example -->
<li><s:url id="url" action="hangmanMenu" namespace="/hangman"/><s:a
href="%{#url}">Hangman (AJAX and Non AJAX) Example</s:a>
- <!-- Tutorial -->
- <li><s:url id="url" action="Welcome" namespace="/tutorial"/><s:a
href="%{#url}">Source code for the Tutorial</s:a>
-
</ul>
</p>