diff -r 52c9e8d2f8d9 -r 4501f0b68a31 make/nashorn/project.properties --- 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