mirror of
https://github.com/apache/struts.git
synced 2026-08-07 07:37:20 +00:00
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:
+7
-1
@@ -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
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user