Toby, it looks like the revision history is getting lost for the files
being moved to 'resources'  From the commit messages, and svn logs, it
looks like they're being deleted and re-added as new files.  Is that
what you're doing?  If so, the 'svn mv' command (or 'svn cp' and 'svn
rm' ) will preserve the history.

Thanks,
--
Wendy

On 6/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Author: tmjee
Date: Sun Jun 11 01:03:58 2006
New Revision: 413422

URL: http://svn.apache.org/viewvc?rev=413422&view=rev
Log:
WW-1336


Added:
    struts/action2/trunk/apps/blank/src/main/resources/xwork.xml   (with props)

Added: struts/action2/trunk/apps/blank/src/main/resources/xwork.xml
URL: 
http://svn.apache.org/viewvc/struts/action2/trunk/apps/blank/src/main/resources/xwork.xml?rev=413422&view=auto
==============================================================================
--- struts/action2/trunk/apps/blank/src/main/resources/xwork.xml (added)
+++ struts/action2/trunk/apps/blank/src/main/resources/xwork.xml Sun Jun 11 
01:03:58 2006
@@ -0,0 +1,16 @@
+<!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.struts.action2.example.HomeAction">
+            <result>/WEB-INF/pages/home.jsp</result>
+        </action>
+
+        <!-- Add your actions here -->
+    </package>
+</xwork>

Propchange: struts/action2/trunk/apps/blank/src/main/resources/xwork.xml
------------------------------------------------------------------------------
    svn:eol-style = native




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to