Author: mrdon
Date: Tue Oct  3 21:29:18 2006
New Revision: 452722

URL: http://svn.apache.org/viewvc?view=rev&rev=452722
Log:
Renamed uber to all, created 'all' profile with all optional modules
WW-1453

Added:
    struts/struts2/trunk/all/
      - copied from r452706, struts/struts2/trunk/uber/
    struts/struts2/trunk/all/pom.xml
      - copied, changed from r452721, struts/struts2/trunk/uber/pom.xml
Removed:
    struts/struts2/trunk/all/src/
    struts/struts2/trunk/uber/
Modified:
    struts/struts2/trunk/pom.xml

Copied: struts/struts2/trunk/all/pom.xml (from r452721, 
struts/struts2/trunk/uber/pom.xml)
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/all/pom.xml?view=diff&rev=452722&p1=struts/struts2/trunk/uber/pom.xml&r1=452721&p2=struts/struts2/trunk/all/pom.xml&r2=452722
==============================================================================
--- struts/struts2/trunk/uber/pom.xml (original)
+++ struts/struts2/trunk/all/pom.xml Tue Oct  3 21:29:18 2006
@@ -10,7 +10,7 @@
     <groupId>org.apache.struts</groupId>
     <artifactId>struts2-all</artifactId>
     <packaging>jar</packaging>
-    <name>Uber Jar</name>
+    <name>Combined Struts 2 Jar</name>
     <build>
         <plugins>
             <plugin>

Modified: struts/struts2/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?view=diff&rev=452722&r1=452721&r2=452722
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Tue Oct  3 21:29:18 2006
@@ -116,7 +116,9 @@
         <profile>
             <id>all</id>
             <modules>
-                <module>uber</module>
+                <module>all</module>
+                <module>plugins</module>
+                <module>apps</module>
             </modules>
         </profile>
         <profile>


Reply via email to