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:
parent
7a62fabdfc
commit
e42dad3901
|
@ -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 =============================== -->
|
||||
|
|
Loading…
Reference in New Issue