ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/build.xml
(Generate patch)

Comparing jsr166/build.xml (file contents):
Revision 1.215 by jsr166, Mon Aug 29 23:38:30 2016 UTC vs.
Revision 1.216 by jsr166, Tue Aug 30 00:01:22 2016 UTC

# Line 432 | Line 432
432      <!-- the packagenames="none" hack below prevents scanning the -->
433      <!-- sourcepath for packages -->
434  
435 + <!--  TODO:       sourcepath="${src.dir}:${jdk9.src.dir}" -->
436      <javadoc destdir="${docs.dir}"
437               packagenames="none"
438               link="${java9.api.url}"
439               overview="${src.dir}/intro.html"
440               access="${build.javadoc.access}"
441 <             sourcepath="${src.dir}:${jdk9.src.dir}"
441 >             sourcepath="${src.dir}"
442               classpath=""
443               executable="${javadoc9}">
444        <fileset dir="${src.dir}" defaultexcludes="yes">
# Line 446 | Line 447
447        <arg line="-Xdocrootparent ${java9.docroot.url}"/>
448        <arg line="-Xmaxerrs 1000 -Xmaxwarns 1000"/>
449        <arg value="-XDignore.symbol.file=true"/>
450 < <!--  TODO     <arg value="-Xmodule:java.base"/> -->
450 >      <arg value="-Xmodule:java.base"/>
451        <arg value="-tag"/>
452        <arg value="${javadoc.jls.option}"/>
453        <arg value="-tag"/>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines