Author: mrdon Date: Sun May 7 17:33:04 2006 New Revision: 404885 URL: http://svn.apache.org/viewcvs?rev=404885&view=rev Log: Fixing report links on main site
Added: struts/action2/trunk/src/site/xdoc/apidocs/ - copied from r404871, struts/action/trunk/src/site/xdoc/apidocs/ struts/action2/trunk/src/site/xdoc/jxr.xml - copied, changed from r404871, struts/action/trunk/src/site/xdoc/jxr.xml Modified: struts/action2/trunk/core/pom.xml struts/action2/trunk/src/site/xdoc/apidocs/index.xml Modified: struts/action2/trunk/core/pom.xml URL: http://svn.apache.org/viewcvs/struts/action2/trunk/core/pom.xml?rev=404885&r1=404884&r2=404885&view=diff ============================================================================== --- struts/action2/trunk/core/pom.xml (original) +++ struts/action2/trunk/core/pom.xml Sun May 7 17:33:04 2006 @@ -19,39 +19,6 @@ </site> </distributionManagement> - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - </plugin> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <aggregate>true</aggregate> - </configuration> - </plugin> - <plugin> - <artifactId>maven-surefire-report-plugin</artifactId> - </plugin> - <!-- - <plugin> - <artifactId>maven-checkstyle-plugin</artifactId> - <configuration> - <configLocation>org/apache/struts/build/struts_checks.xml</configLocation> - </configuration> - </plugin> - --> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jxr-maven-plugin</artifactId> - </plugin> - <plugin> - <artifactId>maven-pmd-plugin</artifactId> - </plugin> - </plugins> - </reporting> - <dependencies> <!-- unreferenced dependencies: * clover, mockobjects, xdoclet : only needed for build Modified: struts/action2/trunk/src/site/xdoc/apidocs/index.xml URL: http://svn.apache.org/viewcvs/struts/action2/trunk/src/site/xdoc/apidocs/index.xml?rev=404885&r1=404871&r2=404885&view=diff ============================================================================== --- struts/action2/trunk/src/site/xdoc/apidocs/index.xml (original) +++ struts/action2/trunk/src/site/xdoc/apidocs/index.xml Sun May 7 17:33:04 2006 @@ -19,35 +19,20 @@ <document> <properties> - <title>Struts Action - Javadoc</title> + <title>Struts Action 2 - Javadoc</title> </properties> <body> - <section name="Struts Action Javadoc"> + <section name="Struts Action 2 Javadoc"> <ul> <li> <a href="../struts-core/apidocs/index.html" target="_blank"> - Struts Action Core</a></li> - <li> - <a href="../struts-el/apidocs/index.html" target="_blank"> - Struts EL</a></li> + Struts Action 2 Core</a></li> <li> <a href="../struts-extras/apidocs/index.html" target="_blank"> Struts Extras</a></li> - <li> - <a href="../struts-faces/apidocs/index.html" target="_blank"> - Struts Faces</a></li> - <li> - <a href="../struts-scripting/apidocs/index.html" target="_blank"> - Struts Scripting</a></li> - <li> - <a href="../struts-taglib/apidocs/index.html" target="_blank"> - Struts Taglib</a></li> - <li> - <a href="../struts-tiles/apidocs/index.html" target="_blank"> - Struts Tiles</a></li> </ul> </section> Copied: struts/action2/trunk/src/site/xdoc/jxr.xml (from r404871, struts/action/trunk/src/site/xdoc/jxr.xml) URL: http://svn.apache.org/viewcvs/struts/action2/trunk/src/site/xdoc/jxr.xml?p2=struts/action2/trunk/src/site/xdoc/jxr.xml&p1=struts/action/trunk/src/site/xdoc/jxr.xml&r1=404871&r2=404885&rev=404885&view=diff ============================================================================== --- struts/action/trunk/src/site/xdoc/jxr.xml (original) +++ struts/action2/trunk/src/site/xdoc/jxr.xml Sun May 7 17:33:04 2006 @@ -24,30 +24,15 @@ <body> - <section name="Struts Action - Source Xref"> + <section name="Struts Action 2 - Source Xref"> <ul> <li> <a href="struts-core/jxr.html" target="_blank"> Struts Action Core</a></li> <li> - <a href="struts-el/jxr.html" target="_blank"> - Struts EL</a></li> - <li> <a href="struts-extras/jxr.html" target="_blank"> Struts Extras</a></li> - <li> - <a href="struts-faces/jxr.html" target="_blank"> - Struts Faces</a></li> - <li> - <a href="struts-scripting/jxr.html" target="_blank"> - Struts Scripting</a></li> - <li> - <a href="struts-taglib/jxr.html" target="_blank"> - Struts Taglib</a></li> - <li> - <a href="struts-tiles/jxr.html" target="_blank"> - Struts Tiles</a></li> </ul> </section>