make/nashorn/project.properties
changeset 47921 4501f0b68a31
parent 47277 69c3639a49a6
child 50113 caf115bb98ad
--- a/make/nashorn/project.properties	Wed Nov 22 08:12:45 2017 -0800
+++ b/make/nashorn/project.properties	Wed Nov 22 22:24:11 2017 +0530
@@ -33,6 +33,12 @@
 # source and target levels
 build.compiler=modern
 
+jdk.build.dir=build
+nashorn.make.dir=make/nashorn
+
+javadoc.base.url=https://docs.oracle.com/javase/9/docs/api/
+javadoc.pkg.list=make/nashorn
+
 javadoc.option=\
     -tag "implSpec:a:Implementation Requirements:" \
     -tag "implNote:a:Implementation Note:" \
@@ -43,9 +49,6 @@
 nashorn.fullversion=0.1
 nashorn.product.name=Oracle Nashorn
 
-jdk.build.dir=build
-nashorn.make.dir=make/nashorn
-
 # This directory is removed when the project is cleaned:
 build.dir=${jdk.build.dir}/nashorn
 build.classes.dir=${build.dir}/classes