Renamed uber to all, created 'all' profile with all optional modules

WW-1453


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@452722 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald J. Brown
2006-10-04 04:29:18 +00:00
parent 30ce87e5bd
commit 5b168b43b5
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -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>
+3 -1
View File
@@ -116,7 +116,9 @@
<profile>
<id>all</id>
<modules>
<module>uber</module>
<module>all</module>
<module>plugins</module>
<module>apps</module>
</modules>
</profile>
<profile>