You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by rh...@apache.org on 2018/10/18 14:27:04 UTC

svn commit: r1844245 - /db/derby/code/trunk/build.xml

Author: rhillegas
Date: Thu Oct 18 14:27:03 2018
New Revision: 1844245

URL: http://svn.apache.org/viewvc?rev=1844245&view=rev
Log:
DERBY-6980: Give the internal javadoc an overview page with a legend which explains the color-coding scheme used by the module diagrams; commit derby-6980-02-aa-addOverviewPageToInternalJavadoc.diff.

Modified:
    db/derby/code/trunk/build.xml

Modified: db/derby/code/trunk/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/build.xml?rev=1844245&r1=1844244&r2=1844245&view=diff
==============================================================================
--- db/derby/code/trunk/build.xml (original)
+++ db/derby/code/trunk/build.xml Thu Oct 18 14:27:03 2018
@@ -1117,6 +1117,7 @@
       <arg value="-Xdoclint:none"/>
       <arg value="-private"/>
       <arg value="-breakiterator"/>
+      <arg value="-overview"/><arg value="${basedir}/published_api_overview.html"/>
       <arg value="-windowtitle"/><arg value="Apache Derby V${major}.${minor} Internals"/>
       <arg value="-header"/><arg value="Apache Derby ${major}.${minor}"/>
       <arg value="-footer"/><arg value="${javadoc.Footer}"/>