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/11/29 23:31:39 UTC

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

Author: rhillegas
Date: Thu Nov 29 23:31:39 2018
New Revision: 1847769

URL: http://svn.apache.org/viewvc?rev=1847769&view=rev
Log:
DERBY-6980: Add module diagrams for the client and runner modules to the public api; commit derby-6980-15-aa-addClientAndRunnerDiagramsToPublicAPI.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=1847769&r1=1847768&r2=1847769&view=diff
==============================================================================
--- db/derby/code/trunk/build.xml (original)
+++ db/derby/code/trunk/build.xml Thu Nov 29 23:31:39 2018
@@ -1069,6 +1069,7 @@
       <arg value="-linkoffline"/><arg value="${j2eedoc.url}"/><arg value="${j2eedoc.local}"/>
       <arg value="--module-source-path"/><arg value="${javasrc.dir}:${generated.src.dir}"/>
       <arg value="--module-path"/><arg value="${osgi}:${servlet24}:${junit}:${lucene_core}:${lucene_a_co}:${lucene_qp}:${json_simple}"/>
+      <arg value="--module"/><arg value="${module.name.client},${module.name.runner}"/>
       <arg value="${derby.shared.src.dir}/org/apache/derby/shared/common/security/SystemPermission.java"/>
       <arg value="${derby.engine.src.dir}/org/apache/derby/agg/Aggregator.java"/>
       <arg value="${derby.engine.src.dir}/org/apache/derby/authentication/UserAuthenticator.java"/>