You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2014/08/31 00:20:01 UTC

[34/50] [abbrv] git commit: Add missing javadoc links.

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/messaging-module
Commit: a2c18b61c9ecef101ff2e8be5932bb70cf77be98
Parents: eb01c29
Author: Matt Sicker <ma...@apache.org>
Authored: Fri Aug 29 18:56:29 2014 -0500
Committer: Matt Sicker <ma...@apache.org>
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>