Working on the public struts 2 site

WW-1453


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@454246 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald J. Brown
2006-10-09 00:40:14 +00:00
parent c3d819d372
commit fc529db4d9
5 changed files with 58 additions and 14 deletions
+7 -1
View File
@@ -11,7 +11,13 @@
<artifactId>struts2-api</artifactId>
<packaging>jar</packaging>
<name>Struts 2 API</name>
<dependencies>
<distributionManagement>
<site>
<id>apache-site</id>
<url>scp://people.apache.org/www/struts.apache.org/2.x/api</url>
</site>
</distributionManagement>
<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
+1 -1
View File
@@ -15,7 +15,7 @@
<distributionManagement>
<site>
<id>apache-site</id>
<url>scp://people.apache.org/www/struts.apache.org/2.x/struts-core</url>
<url>scp://people.apache.org/www/struts.apache.org/2.x/core</url>
</site>
</distributionManagement>
<build>
+50 -12
View File
@@ -56,17 +56,7 @@
<menu name="Reference">
<item
name="Struts Core API"
href="core-apidocs/index.html"
/>
<item
name="XWork API"
href="xwork-apidocs/index.html"
/>
<item
name="Struts Plugins API"
href="plugins-apidocs/index.html"
href="core/apidocs/index.html"
/>
<item
@@ -76,13 +66,61 @@
<item
name="New API (experimental)"
href="api-apidocs/index.html"
href="api/apidocs/index.html"
/>
<item
name="Source Repository"
href="http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/?root=Apache-SVN"
/>
</menu>
<menu name="Plugins">
<item
name="JavaServer Faces"
href="plugins/jsf"
/>
<item
name="Struts 1"
href="plugins/struts1"
/>
<item
name="JasperReports"
href="plugins/jasperreports"
/>
<item
name="Pell Multipart"
href="plugins/pellmultipart"
/>
<item
name="JFreeChart"
href="plugins/jfreechart"
/>
<item
name="Tiles"
href="plugins/tiles"
/>
<item
name="Sitemesh"
href="plugins/sitemesh"
/>
<item
name="Config Browser"
href="plugins/config-browser"
/>
<item
name="Plexus"
href="plugins/plexus"
/>
</menu>
${reports}
</body>
</project>