Author: husted
Date: Sun Jul 16 10:57:42 2006
New Revision: 422485

URL: http://svn.apache.org/viewvc?rev=422485&view=rev
Log:
STR-2910 Rename Struts EL app to match others

Modified:
    struts/struts1/trunk/apps/el-example/pom.xml
    
struts/struts1/trunk/apps/el-example/src/main/webapp/WEB-INF/struts-config.xml
    struts/struts1/trunk/apps/pom.xml

Modified: struts/struts1/trunk/apps/el-example/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts1/trunk/apps/el-example/pom.xml?rev=422485&r1=422484&r2=422485&view=diff
==============================================================================
--- struts/struts1/trunk/apps/el-example/pom.xml (original)
+++ struts/struts1/trunk/apps/el-example/pom.xml Sun Jul 16 10:57:42 2006
@@ -30,7 +30,7 @@
 
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.apache.struts</groupId>
-   <artifactId>strutsel-exercise-taglib</artifactId>
+   <artifactId>struts-el-example</artifactId>
    <packaging>war</packaging>
    <name>Struts Apps - Struts EL Exercise</name>
    

Modified: 
struts/struts1/trunk/apps/el-example/src/main/webapp/WEB-INF/struts-config.xml
URL: 
http://svn.apache.org/viewvc/struts/struts1/trunk/apps/el-example/src/main/webapp/WEB-INF/struts-config.xml?rev=422485&r1=422484&r2=422485&view=diff
==============================================================================
--- 
struts/struts1/trunk/apps/el-example/src/main/webapp/WEB-INF/struts-config.xml 
(original)
+++ 
struts/struts1/trunk/apps/el-example/src/main/webapp/WEB-INF/struts-config.xml 
Sun Jul 16 10:57:42 2006
@@ -21,7 +21,7 @@
         <forward name="redirectForward"
                  
path="/logic-redirect.jsp?redirectType=forward&amp;param1=index"/>
         <forward name="redirectHref"
-                 
path="/logic-redirect.jsp?redirectType=href&amp;param1=/strutsel-exercise-taglib/index.jsp"/>
+                 
path="/logic-redirect.jsp?redirectType=href&amp;param1=/el-example/index.jsp"/>
         <forward name="redirectPage"
                  
path="/logic-redirect.jsp?redirectType=page&amp;param1=/index.jsp"/>
     </global-forwards>

Modified: struts/struts1/trunk/apps/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts1/trunk/apps/pom.xml?rev=422485&r1=422484&r2=422485&view=diff
==============================================================================
--- struts/struts1/trunk/apps/pom.xml (original)
+++ struts/struts1/trunk/apps/pom.xml Sun Jul 16 10:57:42 2006
@@ -49,7 +49,7 @@
       <module>examples</module>
       <module>blank</module>
       <module>mailreader</module>
-      <module>strutsel-exercise-taglib</module>
+      <module>el-example</module>
       <module>scripting-mailreader</module>
    </modules>
 


Reply via email to