Author: lukaszlenart
Date: Thu Feb  3 08:45:41 2011
New Revision: 1066760

URL: http://svn.apache.org/viewvc?rev=1066760&view=rev
Log:
Adds missing assembly info about Gxp Plugin

Modified:
    struts/struts2/trunk/assembly/pom.xml
    struts/struts2/trunk/assembly/src/main/assembly/all.xml
    struts/struts2/trunk/assembly/src/main/assembly/docs.xml

Modified: struts/struts2/trunk/assembly/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/pom.xml?rev=1066760&r1=1066759&r2=1066760&view=diff
==============================================================================
--- struts/struts2/trunk/assembly/pom.xml (original)
+++ struts/struts2/trunk/assembly/pom.xml Thu Feb  3 08:45:41 2011
@@ -189,6 +189,13 @@
                         <version>${version}</version>
                         <classifier>jdk14</classifier>
                     </dependency>
+
+                    <dependency>
+                        <groupId>org.apache.struts</groupId>
+                        <artifactId>struts2-gxp-plugin</artifactId>
+                        <version>${version}</version>
+                        <classifier>jdk14</classifier>
+                    </dependency>
             </dependencies>
         </profile>
     </profiles>
@@ -455,6 +462,12 @@
         
         <dependency>
             <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-gxp-plugin</artifactId>
+            <version>${version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
             <artifactId>struts2-osgi-plugin</artifactId>
             <version>${version}</version>
         </dependency>

Modified: struts/struts2/trunk/assembly/src/main/assembly/all.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/src/main/assembly/all.xml?rev=1066760&r1=1066759&r2=1066760&view=diff
==============================================================================
--- struts/struts2/trunk/assembly/src/main/assembly/all.xml (original)
+++ struts/struts2/trunk/assembly/src/main/assembly/all.xml Thu Feb  3 08:45:41 
2011
@@ -226,7 +226,11 @@
         <directory>../plugins/embeddedjsp/target/site</directory>
         
<outputDirectory>docs/struts2-plugins/struts2-embeddedjsp-plugin</outputDirectory>
       </fileSet>
-      
+      <fileSet>
+        <directory>../plugins/gxp/target/site</directory>
+        
<outputDirectory>docs/struts2-plugins/struts2-gxp-plugin</outputDirectory>
+      </fileSet>
+
     <!-- bundles -->
     <fileSet>
        <directory>../bundles/admin/target/site</directory>

Modified: struts/struts2/trunk/assembly/src/main/assembly/docs.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/src/main/assembly/docs.xml?rev=1066760&r1=1066759&r2=1066760&view=diff
==============================================================================
--- struts/struts2/trunk/assembly/src/main/assembly/docs.xml (original)
+++ struts/struts2/trunk/assembly/src/main/assembly/docs.xml Thu Feb  3 
08:45:41 2011
@@ -143,6 +143,10 @@
         <directory>../plugins/embeddedjsp/target/site</directory>
         
<outputDirectory>docs/struts2-plugins/struts2-embeddedjsp-plugin</outputDirectory>
       </fileSet>
+      <fileSet>
+        <directory>../plugins/gxp/target/site</directory>
+        
<outputDirectory>docs/struts2-plugins/struts2-gxp-plugin</outputDirectory>
+      </fileSet>
 
   </fileSets>
 </assembly>


Reply via email to