You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2007/10/01 07:34:26 UTC

svn commit: r580844 - /gump/trunk/python/gump/actor/document/xdocs/xdoc.py

Author: bodewig
Date: Sun Sep 30 22:34:24 2007
New Revision: 580844

URL: http://svn.apache.org/viewvc?rev=580844&view=rev
Log:
Add link to proxyLog.html

Modified:
    gump/trunk/python/gump/actor/document/xdocs/xdoc.py

Modified: gump/trunk/python/gump/actor/document/xdocs/xdoc.py
URL: http://svn.apache.org/viewvc/gump/trunk/python/gump/actor/document/xdocs/xdoc.py?rev=580844&r1=580843&r2=580844&view=diff
==============================================================================
--- gump/trunk/python/gump/actor/document/xdocs/xdoc.py (original)
+++ gump/trunk/python/gump/actor/document/xdocs/xdoc.py Sun Sep 30 22:34:24 2007
@@ -760,6 +760,7 @@
             self.context.writeLine(' <td><a href="%s/project_prereqs.html">Pre-reqs</a></td><td>|</td>' % self.rootpath)  
             self.context.writeLine(' <td><a href="%s/gump_stats/index.html">Stats</a></td><td>|</td>' % self.rootpath)  
             self.context.writeLine(' <td><a href="%s/gump_xref/index.html">XRef</a></td>' % self.rootpath) 
+            self.context.writeLine(' <td><a href="%s/proxyLog.html">Maven Repository Proxy Log</a></td>' % self.rootpath) 
             
             self.context.writeLine(' <td colspan="3"><img align="right" src="%s/images/gump-logo.png" alt="Gump Logo"/></td>' % self.rootpath)  
             self.context.writeLine(' </tr>')