You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by pb...@apache.org on 2008/11/25 23:51:22 UTC

svn commit: r720638 - /struts/struts1/trunk/pom.xml

Author: pbenedict
Date: Tue Nov 25 14:51:21 2008
New Revision: 720638

URL: http://svn.apache.org/viewvc?rev=720638&view=rev
Log:
STR-3065: Link to Java 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=720638&r1=720637&r2=720638&view=diff
==============================================================================
--- struts/struts1/trunk/pom.xml (original)
+++ struts/struts1/trunk/pom.xml Tue Nov 25 14:51:21 2008
@@ -279,6 +279,10 @@
                 <version>2.1</version>
                 <configuration>
                   <aggregate>true</aggregate>
+                  <links>
+                    <link>http://java.sun.com/j2se/1.4.2/docs/api/</link>
+                    <link>http://java.sun.com/j2ee/1.4/docs/api/</link>
+                  </links>
                 </configuration>
             </plugin>
             <plugin>