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 2010/10/12 00:33:28 UTC

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

Author: ggregory
Date: Mon Oct 11 22:33:28 2010
New Revision: 1021537

URL: http://svn.apache.org/viewvc?rev=1021537&view=rev
Log:
Point Javadoc task to Java Javadoc 1.5.0 (was 1.4.2)

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=1021537&r1=1021536&r2=1021537&view=diff
==============================================================================
--- commons/proper/pool/trunk/build.xml (original)
+++ commons/proper/pool/trunk/build.xml Mon Oct 11 22:33:28 2010
@@ -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://java.sun.com/j2se/1.5.0/docs/api"/>
       </javadoc>
    </target>