You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ap...@apache.org on 2008/01/24 21:57:22 UTC

svn commit: r614989 - /struts/struts2/trunk/assembly/pom.xml

Author: apetrelli
Date: Thu Jan 24 12:57:20 2008
New Revision: 614989

URL: http://svn.apache.org/viewvc?rev=614989&view=rev
Log:
WW-2437
I commented by mistake a piece of the assembly pom, fixed.

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

Modified: struts/struts2/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/pom.xml?rev=614989&r1=614988&r2=614989&view=diff
==============================================================================
--- struts/struts2/trunk/assembly/pom.xml (original)
+++ struts/struts2/trunk/assembly/pom.xml Thu Jan 24 12:57:20 2008
@@ -117,7 +117,7 @@
                     </execution>
                 </executions>
             </plugin>
-<!--             <plugin>
+            <plugin>
                 <artifactId>maven-antrun-plugin</artifactId>
                 <executions>
                     <execution>
@@ -138,7 +138,7 @@
                         </goals>
                     </execution>
                 </executions>
-            </plugin> -->
+            </plugin>
             <plugin>
                 <artifactId>maven-assembly-plugin</artifactId>
                 <version>2.2-beta-1</version>