You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2009/03/01 21:36:50 UTC

svn commit: r749087 - in /httpcomponents/httpclient/trunk: httpclient-osgi/ src/site/site.xml

Author: olegk
Date: Sun Mar  1 20:36:50 2009
New Revision: 749087

URL: http://svn.apache.org/viewvc?rev=749087&view=rev
Log:
Added logging guide to the site menu

Modified:
    httpcomponents/httpclient/trunk/httpclient-osgi/   (props changed)
    httpcomponents/httpclient/trunk/src/site/site.xml

Propchange: httpcomponents/httpclient/trunk/httpclient-osgi/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Mar  1 20:36:50 2009
@@ -1 +1,4 @@
-target
+target
+.settings
+.classpath
+.project

Modified: httpcomponents/httpclient/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/site/site.xml?rev=749087&r1=749086&r2=749087&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/src/site/site.xml (original)
+++ httpcomponents/httpclient/trunk/src/site/site.xml Sun Mar  1 20:36:50 2009
@@ -54,6 +54,7 @@
     <menu name="Documentation">
       <item name="Client HTTP Programming Primer" href="primer.html"/>
       <item name="NTLM support" href="ntlm.html"/>
+      <item name="Logging" href="logging.html"/>
     </menu>
     <menu name="Modules">
       <item name="HttpClient" href="httpclient/index.html"/>