Author: pbenedict Date: Wed Nov 26 16:55:31 2008 New Revision: 721051 URL: http://svn.apache.org/viewvc?rev=721051&view=rev Log: STR-3065: Link to Apache Commons API in JavaDoc
Modified: struts/struts1/trunk/pom.xml Modified: struts/struts1/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/pom.xml?rev=721051&r1=721050&r2=721051&view=diff ============================================================================== --- struts/struts1/trunk/pom.xml (original) +++ struts/struts1/trunk/pom.xml Wed Nov 26 16:55:31 2008 @@ -280,6 +280,9 @@ <configuration> <aggregate>true</aggregate> <links> + <link>http://commons.apache.org/beanutils/api/</link> + <link>http://commons.apache.org/logging/apidocs/</link> + <link>http://commons.apache.org/validator/apidocs/</link> <link>http://java.sun.com/j2se/1.4.2/docs/api/</link> <link>http://java.sun.com/j2ee/1.4/docs/api/</link> </links>