Author: mrdon Date: Sat Jul 1 19:59:12 2006 New Revision: 418544 URL: http://svn.apache.org/viewvc?rev=418544&view=rev Log: Took out PMD, fixed a couple links WW-1367
Modified: struts/struts2/trunk/pom.xml struts/struts2/trunk/src/site/xdoc/apidocs/index.xml Modified: struts/struts2/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=418544&r1=418543&r2=418544&view=diff ============================================================================== --- struts/struts2/trunk/pom.xml (original) +++ struts/struts2/trunk/pom.xml Sat Jul 1 19:59:12 2006 @@ -214,9 +214,11 @@ <groupId>org.codehaus.mojo</groupId> <artifactId>jxr-maven-plugin</artifactId> </plugin> + <!-- <plugin> <artifactId>maven-pmd-plugin</artifactId> </plugin> + --> </plugins> </reporting> Modified: struts/struts2/trunk/src/site/xdoc/apidocs/index.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/src/site/xdoc/apidocs/index.xml?rev=418544&r1=418543&r2=418544&view=diff ============================================================================== --- struts/struts2/trunk/src/site/xdoc/apidocs/index.xml (original) +++ struts/struts2/trunk/src/site/xdoc/apidocs/index.xml Sat Jul 1 19:59:12 2006 @@ -28,11 +28,11 @@ <ul> <li> - <a href="../struts-core/apidocs/index.html" target="_blank"> + <a href="../struts2-core/apidocs/index.html" target="_blank"> Struts 2 Core</a></li> <li> - <a href="../struts-extras/apidocs/index.html" target="_blank"> - Struts Extras</a></li> + <a href="../struts2-extras/apidocs/index.html" target="_blank"> + Struts 2 Extras</a></li> </ul> </section>