aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2017-12-29 16:23:07 +0200
committerLasse Collin <lasse.collin@tukaani.org>2017-12-29 16:23:07 +0200
commit2ebdee57dc768e08a74a43f144d50b1d4f7a7f0c (patch)
treec37c6e942bac3d71df4b43ecb70bff86335d395a
parentd10a4f4a8904defe043ce69961c16c22808ef982 (diff)
downloadxz-java-2ebdee57dc768e08a74a43f144d50b1d4f7a7f0c.tar.gz
Update the external documentation URL to point to Java 9 docs.
-rw-r--r--build.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.properties b/build.properties
index 1ee9d81..9843b8f 100644
--- a/build.properties
+++ b/build.properties
@@ -22,7 +22,7 @@ classes_dir = ${build_dir}/classes
jar_dir = ${build_dir}/jar
doc_dir = ${build_dir}/doc
-extdoc_url = http://docs.oracle.com/javase/7/docs/api
+extdoc_url = http://docs.oracle.com/javase/9/docs/api
extdoc_dir = extdoc
pom_template = maven/pom_template.xml