mirror of
https://github.com/apache/struts.git
synced 2026-08-06 07:06:58 +00:00
WW-1462 Break out toolbox into QuickStart and SiteGraph plugins.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@454265 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -183,6 +183,18 @@
|
||||
<version>${version}</version>
|
||||
</dependency>
|
||||
|
||||
<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>
|
||||
|
||||
+5
-3
@@ -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>
|
||||
|
||||
@@ -79,7 +79,6 @@
|
||||
<module>core</module>
|
||||
<!--<module>assembly</module>-->
|
||||
<module>api</module>
|
||||
<module>toolbox</module>
|
||||
</modules>
|
||||
|
||||
<licenses>
|
||||
|
||||
+28
-16
@@ -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,9 +83,9 @@
|
||||
href="struts2-plugins/struts2-jasperreports-plugin/index.html"
|
||||
/>
|
||||
|
||||
<item
|
||||
name="Pell Multipart"
|
||||
href="struts2-plugins/struts2-pell-multipart-plugin/index.html"
|
||||
<item
|
||||
name="JavaServer Faces"
|
||||
href="struts2-plugins/struts2-jsf-plugin/index.html"
|
||||
/>
|
||||
|
||||
<item
|
||||
@@ -97,8 +94,23 @@
|
||||
/>
|
||||
|
||||
<item
|
||||
name="Tiles"
|
||||
href="struts2-plugins/struts2-tiles-plugin/index.html"
|
||||
name="Pell Multipart"
|
||||
href="struts2-plugins/struts2-pell-multipart-plugin/index.html"
|
||||
/>
|
||||
|
||||
<item
|
||||
name="Plexus"
|
||||
href="struts2-plugins/struts2-plexus-plugin/index.html"
|
||||
/>
|
||||
|
||||
<item
|
||||
name="QuickStart"
|
||||
href="struts2-plugins/struts2-quickstart-plugin/index.html"
|
||||
/>
|
||||
|
||||
<item
|
||||
name="Sitegraph"
|
||||
href="struts2-plugins/struts2-sitegraph-plugin/index.html"
|
||||
/>
|
||||
|
||||
<item
|
||||
@@ -106,18 +118,18 @@
|
||||
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}
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user