You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/05/17 18:13:34 UTC

svn commit: r1483897 - /commons/proper/pool/branches/POOL_1_X/build.xml

Author: ggregory
Date: Fri May 17 16:13:34 2013
New Revision: 1483897

URL: http://svn.apache.org/r1483897
Log:
Fix URL to use current site.

Modified:
    commons/proper/pool/branches/POOL_1_X/build.xml

Modified: commons/proper/pool/branches/POOL_1_X/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/branches/POOL_1_X/build.xml?rev=1483897&r1=1483896&r2=1483897&view=diff
==============================================================================
--- commons/proper/pool/branches/POOL_1_X/build.xml (original)
+++ commons/proper/pool/branches/POOL_1_X/build.xml Fri May 17 16:13:34 2013
@@ -95,7 +95,7 @@
                nonavbar="false"
                serialwarn="false"
                source="${javac.src.version}">
-          <link href="http://java.sun.com/j2se/1.4.2/docs/api"/>
+          <link href="http://docs.oracle.com/javase/1.4.2/docs/api/"/>
       </javadoc>
    </target>