Lang requires Java 6, update URL to JavaSE docs

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1557357 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2014-01-11 11:56:00 +00:00
parent 7a62fabdfc
commit e42dad3901
1 changed files with 1 additions and 1 deletions

View File

@ -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 =============================== -->