You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2006/04/09 23:07:33 UTC

svn commit: r392835 - in /struts/action/trunk: apps/pom.xml assembly/pom.xml

Author: wsmoak
Date: Sun Apr  9 14:07:30 2006
New Revision: 392835

URL: http://svn.apache.org/viewcvs?rev=392835&view=rev
Log:
Include strutsel-exercise-taglib and struts-scripting-mailreader in the assembly.
Add link to scripting-mailreader from apps/pom.xml.

Modified:
    struts/action/trunk/apps/pom.xml
    struts/action/trunk/assembly/pom.xml

Modified: struts/action/trunk/apps/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/apps/pom.xml?rev=392835&r1=392834&r2=392835&view=diff
==============================================================================
--- struts/action/trunk/apps/pom.xml (original)
+++ struts/action/trunk/apps/pom.xml Sun Apr  9 14:07:30 2006
@@ -53,6 +53,7 @@
       <module>blank</module>
       <module>mailreader</module>
       <module>strutsel-exercise-taglib</module>
+      <module>scripting-mailreader</module>
    </modules>
    
    <build>

Modified: struts/action/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/assembly/pom.xml?rev=392835&r1=392834&r2=392835&view=diff
==============================================================================
--- struts/action/trunk/assembly/pom.xml (original)
+++ struts/action/trunk/assembly/pom.xml Sun Apr  9 14:07:30 2006
@@ -166,6 +166,18 @@
                   <version>${version}</version>
                   <type>war</type>
                 </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.struts.action</groupId>
+                  <artifactId>strutsel-exercise-taglib</artifactId>
+                  <version>${version}</version>
+                  <type>war</type>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.struts.action</groupId>
+                  <artifactId>struts-scripting-mailreader</artifactId>
+                  <version>${version}</version>
+                  <type>war</type>
+                </artifactItem>
               </artifactItems>
               <outputDirectory>${project.build.directory}/webapps</outputDirectory>
             </configuration>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org