The parent POM does this already. G
-------- Original message -------- From: brit...@apache.org Date:01/11/2014 06:56 (GMT-05:00) To: comm...@commons.apache.org Subject: svn commit: r1557357 - /commons/proper/lang/trunk/build.xml Author: britter Date: Sat Jan 11 11:56:00 2014 New Revision: 1557357 URL: http://svn.apache.org/r1557357 Log: Lang requires Java 6, update URL to JavaSE docs Modified: commons/proper/lang/trunk/build.xml Modified: commons/proper/lang/trunk/build.xml URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/build.xml?rev=1557357&r1=1557356&r2=1557357&view=diff ============================================================================== --- commons/proper/lang/trunk/build.xml (original) +++ commons/proper/lang/trunk/build.xml Sat Jan 11 11:56:00 2014 @@ -29,7 +29,7 @@ <property file="${user.home}/build.properties"/> <property file="${basedir}/build.properties"/> <property file="${basedir}/default.properties"/> - <property name="jdk.javadoc" value="http://download.oracle.com/javase/1.5.0/docs/api/"/> + <property name="jdk.javadoc" value="http://docs.oracle.com/javase/6/docs/api/"/> <property name="collections.javadoc" value="http://commons.apache.org/collections/api-release/"/> <!-- ========== Construct compile classpath =============================== -->