make/build.xml

changeset 1371
a8c536d1d3e0
parent 1353
b9dda83d984b
child 1372
644d9b9c97ed
     1.1 --- a/make/build.xml	Fri May 15 16:36:25 2015 +0200
     1.2 +++ b/make/build.xml	Tue Dec 16 14:06:32 2014 +0530
     1.3 @@ -210,7 +210,7 @@
     1.4    </target>
     1.5  
     1.6    <target name="javadoc" depends="jar">
     1.7 -    <javadoc destdir="${dist.javadoc.dir}" use="yes" overview="src/overview.html" 
     1.8 +    <javadoc destdir="${dist.javadoc.dir}" use="yes" overview="${src.dir}/overview.html" 
     1.9          extdirs="${nashorn.ext.path}" windowtitle="${nashorn.product.name} ${nashorn.version}"
    1.10          additionalparam="-quiet" failonerror="true">
    1.11        <classpath>

mercurial