Author: jmitchell Date: Mon Oct 9 14:22:56 2006 New Revision: 454518 URL: http://svn.apache.org/viewvc?view=rev&rev=454518 Log: WW-1453 - Remove (per Don) the portlet plugin attempt - Add the correct modules to build the -all- jar
Removed: struts/struts2/trunk/plugins/portlet/ Modified: struts/struts2/trunk/all/pom.xml Modified: struts/struts2/trunk/all/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/all/pom.xml?view=diff&rev=454518&r1=454517&r2=454518 ============================================================================== --- struts/struts2/trunk/all/pom.xml (original) +++ struts/struts2/trunk/all/pom.xml Mon Oct 9 14:22:56 2006 @@ -35,11 +35,85 @@ <artifactId>struts2-api</artifactId> <version>${version}</version> </artifactItem> + <artifactItem> <groupId>org.apache.struts</groupId> - <artifactId>struts2-toolbox</artifactId> + <artifactId> + struts2-config-browser-plugin + </artifactId> <version>${version}</version> </artifactItem> + <artifactItem> + <groupId>org.apache.struts</groupId> + <artifactId> + struts2-jasperreports-plugin + </artifactId> + <version>${version}</version> + </artifactItem> + <artifactItem> + <groupId>org.apache.struts</groupId> + <artifactId> + struts2-jfreechart-plugin + </artifactId> + <version>${version}</version> + </artifactItem> + <artifactItem> + <groupId>org.apache.struts</groupId> + <artifactId> + struts2-jsf-plugin + </artifactId> + <version>${version}</version> + </artifactItem> + <artifactItem> + <groupId>org.apache.struts</groupId> + <artifactId> + struts2-pell-multipart-plugin + </artifactId> + <version>${version}</version> + </artifactItem> + <artifactItem> + <groupId>org.apache.struts</groupId> + <artifactId> + struts2-plexus-plugin + </artifactId> + <version>${version}</version> + </artifactItem> + <artifactItem> + <groupId>org.apache.struts</groupId> + <artifactId> + struts2-quickstart-plugin + </artifactId> + <version>${version}</version> + </artifactItem> + <artifactItem> + <groupId>org.apache.struts</groupId> + <artifactId> + struts2-sitegraph-plugin + </artifactId> + <version>${version}</version> + </artifactItem> + <artifactItem> + <groupId>org.apache.struts</groupId> + <artifactId> + struts2-sitemesh-plugin + </artifactId> + <version>${version}</version> + </artifactItem> + <artifactItem> + <groupId>org.apache.struts</groupId> + <artifactId> + struts2-struts1-plugin + </artifactId> + <version>${version}</version> + </artifactItem> + <artifactItem> + <groupId>org.apache.struts</groupId> + <artifactId> + struts2-tiles-plugin + </artifactId> + <version>${version}</version> + </artifactItem> + </artifactItems> <outputDirectory>${project.build.directory}/classes</outputDirectory> </configuration>