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 08:59:09 UTC

svn commit: r392686 - /struts/action/trunk/assembly/pom.xml

Author: wsmoak
Date: Sat Apr  8 23:59:07 2006
New Revision: 392686

URL: http://svn.apache.org/viewcvs?rev=392686&view=rev
Log:
Include sources and javadoc for faces, mailreader-dao and scripting in the assembly.

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

Modified: struts/action/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/assembly/pom.xml?rev=392686&r1=392685&r2=392686&view=diff
==============================================================================
--- struts/action/trunk/assembly/pom.xml (original)
+++ struts/action/trunk/assembly/pom.xml Sat Apr  8 23:59:07 2006
@@ -90,6 +90,24 @@
                 </artifactItem>
                 <artifactItem>
                   <groupId>org.apache.struts.action</groupId>
+                  <artifactId>struts-faces</artifactId>
+                  <version>${version}</version>
+                  <classifier>javadoc</classifier>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.struts.action</groupId>
+                  <artifactId>struts-mailreader-dao</artifactId>
+                  <version>${version}</version>
+                  <classifier>javadoc</classifier>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.struts.action</groupId>
+                  <artifactId>struts-scripting</artifactId>
+                  <version>${version}</version>
+                  <classifier>javadoc</classifier>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.struts.action</groupId>
                   <artifactId>struts-taglib</artifactId>
                   <version>${version}</version>
                   <classifier>javadoc</classifier>
@@ -180,6 +198,24 @@
                 </artifactItem>
                 <artifactItem>
                   <groupId>org.apache.struts.action</groupId>
+                  <artifactId>struts-faces</artifactId>
+                  <version>${version}</version>
+                  <classifier>sources</classifier>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.struts.action</groupId>
+                  <artifactId>struts-mailreader-dao</artifactId>
+                  <version>${version}</version>
+                  <classifier>sources</classifier>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.struts.action</groupId>
+                  <artifactId>struts-scripting</artifactId>
+                  <version>${version}</version>
+                  <classifier>sources</classifier>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.struts.action</groupId>
                   <artifactId>struts-taglib</artifactId>
                   <version>${version}</version>
                   <classifier>sources</classifier>
@@ -229,6 +265,16 @@
     <dependency>
       <groupId>org.apache.struts.action</groupId>
       <artifactId>struts-el</artifactId>
+      <version>${version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.struts.action</groupId>
+      <artifactId>struts-faces</artifactId>
+      <version>${version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.struts.action</groupId>
+      <artifactId>struts-scripting</artifactId>
       <version>${version}</version>
     </dependency>
     <dependency>



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