Author: husted
Date: Sun Sep 24 09:32:19 2006
New Revision: 449428

URL: http://svn.apache.org/viewvc?view=rev&rev=449428
Log:
Rename "legacy" folder to "integration". Since we may also want to do this with 
other similar codebases, like Spring MVC, we should be more specific with the 
lower-level package name. For now, I'm changing the folder to "integration" and 
the package names to "s1" (so that we don't have struts2.struts1 in the 
import). We might want to roll the integrations classes into the extras module. 

Removed:
    struts/struts2/trunk/integration/src/main/java/org/apache/struts2/legacy/
    struts/struts2/trunk/integration/src/test/java/org/apache/struts2/legacy/
    
struts/struts2/trunk/integration/src/test/resources/org/apache/struts2/legacy/
Modified:
    struts/struts2/trunk/integration/src/main/resources/struts-default.xml

Modified: struts/struts2/trunk/integration/src/main/resources/struts-default.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/integration/src/main/resources/struts-default.xml?view=diff&rev=449428&r1=449427&r2=449428
==============================================================================
--- struts/struts2/trunk/integration/src/main/resources/struts-default.xml 
(original)
+++ struts/struts2/trunk/integration/src/main/resources/struts-default.xml Sun 
Sep 24 09:32:19 2006
@@ -8,8 +8,8 @@
     <package name="struts-legacy-default">
 
         <interceptors>
-            <interceptor name="actionForm-reset" 
class="org.apache.struts2.legacy.ActionFormResetInterceptor"/>
-            <interceptor name="actionForm-validation" 
class="org.apache.struts2.legacy.ActionFormValidationInterceptor"/>
+            <interceptor name="actionForm-reset" 
class="org.apache.struts2.s1.ActionFormResetInterceptor"/>
+            <interceptor name="actionForm-validation" 
class="org.apache.struts2.s1.ActionFormValidationInterceptor"/>
         </interceptors>
     </package>
 


Reply via email to