Add missing javadoc links. - Needs to be cherry-picked into master as well.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a2c18b61 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a2c18b61 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a2c18b61 Branch: refs/heads/master Commit: a2c18b61c9ecef101ff2e8be5932bb70cf77be98 Parents: eb01c29 Author: Matt Sicker <[email protected]> Authored: Fri Aug 29 18:56:29 2014 -0500 Committer: Matt Sicker <[email protected]> Committed: Fri Aug 29 18:56:29 2014 -0500 ---------------------------------------------------------------------- src/site/xdoc/javadoc.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a2c18b61/src/site/xdoc/javadoc.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/javadoc.xml b/src/site/xdoc/javadoc.xml index 762a1e7..6584220 100644 --- a/src/site/xdoc/javadoc.xml +++ b/src/site/xdoc/javadoc.xml @@ -86,6 +86,14 @@ <td><a href="log4j-jmx-gui/apidocs/index.html">Log4j JMX GUI</a></td> <td>A Java Swing-based client for remotely viewing the status logger and editing the Log4j configuration.</td> </tr> + <tr> + <td><a href="log4j-web/apidocs/index.html">Log4j Web Application Support</a></td> + <td>Additional classes that enable multiple configurations within a Servlet Container.</td> + </tr> + <tr> + <td><a href="log4j-nosql/apidocs/index.html">Log4j NoSQL Support</a></td> + <td>Additional Appenders for NoSQL databases such as MongoDB and CouchDB.</td> + </tr> </table> </section> </body>
