Author: husted
Date: Sun Sep 24 09:26:43 2006
New Revision: 449425

URL: http://svn.apache.org/viewvc?view=rev&rev=449425
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. 

Added:
    struts/struts2/trunk/integration/
      - copied from r449422, struts/struts2/trunk/legacy/
Removed:
    struts/struts2/trunk/legacy/
Modified:
    struts/struts2/trunk/integration/pom.xml

Modified: struts/struts2/trunk/integration/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/integration/pom.xml?view=diff&rev=449425&r1=449422&r2=449425
==============================================================================
--- struts/struts2/trunk/integration/pom.xml (original)
+++ struts/struts2/trunk/integration/pom.xml Sun Sep 24 09:26:43 2006
@@ -8,7 +8,7 @@
         <version>2.0.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.struts</groupId>
-    <artifactId>struts2-legacy</artifactId>
+    <artifactId>struts2-integration</artifactId>
     <packaging>jar</packaging>
     <name>Struts Legacy</name>
     


Reply via email to