You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2011/05/11 15:41:27 UTC

svn commit: r1101874 - /commons/proper/pool/trunk/build.xml

Author: markt
Date: Wed May 11 13:41:27 2011
New Revision: 1101874

URL: http://svn.apache.org/viewvc?rev=1101874&view=rev
Log:
Update 1.5 Javadoc location

Modified:
    commons/proper/pool/trunk/build.xml

Modified: commons/proper/pool/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/build.xml?rev=1101874&r1=1101873&r2=1101874&view=diff
==============================================================================
--- commons/proper/pool/trunk/build.xml (original)
+++ commons/proper/pool/trunk/build.xml Wed May 11 13:41:27 2011
@@ -94,7 +94,7 @@
                nonavbar="false"
                serialwarn="false"
                source="${javac.src.version}">
-          <link href="http://java.sun.com/j2se/1.4.2/docs/api"/>
+          <link href="http://download.oracle.com/javase/1.5.0/docs/api/"/>
       </javadoc>
    </target>