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/15 05:47:22 UTC

svn commit: r1022816 - /commons/proper/io/trunk/build.xml

Author: ggregory
Date: Fri Oct 15 03:47:22 2010
New Revision: 1022816

URL: http://svn.apache.org/viewvc?rev=1022816&view=rev
Log:
Update Javadoc link to Java 5.

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

Modified: commons/proper/io/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/build.xml?rev=1022816&r1=1022815&r2=1022816&view=diff
==============================================================================
--- commons/proper/io/trunk/build.xml (original)
+++ commons/proper/io/trunk/build.xml Fri Oct 15 03:47:22 2010
@@ -218,7 +218,7 @@
                  bottom="Copyright (c) 2002-${current.year}  Apache Software Foundation"
            classpathref="compile.classpath">
         <link href="http://java.sun.com/javaee/5/docs/api/"/>
-        <link href="http://java.sun.com/j2se/1.4.2/docs/api/"/>        
+        <link href="http://download.oracle.com/javase/1.5.0/docs/api/index.html"/>        
     </javadoc>
   </target>