Author: husted Date: Sun Oct 8 20:19:57 2006 New Revision: 454265 URL: http://svn.apache.org/viewvc?view=rev&rev=454265 Log: WW-1462 Break out toolbox into QuickStart and SiteGraph plugins.
Modified: struts/struts2/trunk/assembly/pom.xml struts/struts2/trunk/plugins/pom.xml struts/struts2/trunk/pom.xml struts/struts2/trunk/src/site/site.xml Modified: struts/struts2/trunk/assembly/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/pom.xml?view=diff&rev=454265&r1=454264&r2=454265 ============================================================================== --- struts/struts2/trunk/assembly/pom.xml (original) +++ struts/struts2/trunk/assembly/pom.xml Sun Oct 8 20:19:57 2006 @@ -185,6 +185,18 @@ <dependency> <groupId>org.apache.struts</groupId> + <artifactId>struts2-quickstart-plugin</artifactId> + <version>${version}</version> + </dependency> + + <dependency> + <groupId>org.apache.struts</groupId> + <artifactId>struts2-sitegraph-plugin</artifactId> + <version>${version}</version> + </dependency> + + <dependency> + <groupId>org.apache.struts</groupId> <artifactId>struts2-sitemesh-plugin</artifactId> <version>${version}</version> </dependency> Modified: struts/struts2/trunk/plugins/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/pom.xml?view=diff&rev=454265&r1=454264&r2=454265 ============================================================================== --- struts/struts2/trunk/plugins/pom.xml (original) +++ struts/struts2/trunk/plugins/pom.xml Sun Oct 8 20:19:57 2006 @@ -12,13 +12,15 @@ <packaging>pom</packaging> <name>Struts Plugins</name> <modules> - <module>struts1</module> - <module>pell-multipart</module> + <module>config-browser</module> <module>jasperreports</module> <module>jfreechart</module> <module>jsf</module> - <module>config-browser</module> + <module>pell-multipart</module> <module>plexus</module> + <module>quickstart</module> + <module>struts1</module> + <module>sitegraph</module> <module>sitemesh</module> <module>tiles</module> </modules> Modified: struts/struts2/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?view=diff&rev=454265&r1=454264&r2=454265 ============================================================================== --- struts/struts2/trunk/pom.xml (original) +++ struts/struts2/trunk/pom.xml Sun Oct 8 20:19:57 2006 @@ -79,7 +79,6 @@ <module>core</module> <!--<module>assembly</module>--> <module>api</module> - <module>toolbox</module> </modules> <licenses> Modified: struts/struts2/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/src/site/site.xml?view=diff&rev=454265&r1=454264&r2=454265 ============================================================================== --- struts/struts2/trunk/src/site/site.xml (original) +++ struts/struts2/trunk/src/site/site.xml Sun Oct 8 20:19:57 2006 @@ -72,13 +72,10 @@ /> </menu> <menu name="Plugins"> - <item - name="JavaServer Faces" - href="struts2-plugins/struts2-jsf-plugin/index.html" - /> + <item - name="Struts 1" - href="struts2-plugins/struts2-struts1-plugin/index.html" + name="Config Browser" + href="struts2-plugins/struts2-config-browser-plugin/index.html" /> <item @@ -86,19 +83,34 @@ href="struts2-plugins/struts2-jasperreports-plugin/index.html" /> + <item + name="JavaServer Faces" + href="struts2-plugins/struts2-jsf-plugin/index.html" + /> + + <item + name="JFreeChart" + href="struts2-plugins/struts2-freechart-plugin/index.html" + /> + <item name="Pell Multipart" href="struts2-plugins/struts2-pell-multipart-plugin/index.html" /> <item - name="JFreeChart" - href="struts2-plugins/struts2-freechart-plugin/index.html" + name="Plexus" + href="struts2-plugins/struts2-plexus-plugin/index.html" /> <item - name="Tiles" - href="struts2-plugins/struts2-tiles-plugin/index.html" + name="QuickStart" + href="struts2-plugins/struts2-quickstart-plugin/index.html" + /> + + <item + name="Sitegraph" + href="struts2-plugins/struts2-sitegraph-plugin/index.html" /> <item @@ -106,17 +118,17 @@ href="struts2-plugins/struts2-sitemesh-plugin/index.html" /> - <item - name="Config Browser" - href="struts2-plugins/struts2-config-browser-plugin/index.html" + name="Struts 1" + href="struts2-plugins/struts2-struts1-plugin/index.html" /> <item - name="Plexus" - href="struts2-plugins/struts2-plexus-plugin/index.html" + name="Tiles" + href="struts2-plugins/struts2-tiles-plugin/index.html" /> + </menu> ${reports}