ehatcher 02/04/19 13:16:22
Modified: xdocs/stylesheets templates.vm
Log:
Fix for PR 3247 - keep our own local copy of the Jakarta logo so
documentation works off-line too.
Revision Changes Path
1.7 +1 -1 jakarta-ant/xdocs/stylesheets/templates.vm
Index: templates.vm
===================================================================
RCS file: /home/cvs/jakarta-ant/xdocs/stylesheets/templates.vm,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- templates.vm 27 Mar 2002 00:10:00 -0000 1.6
+++ templates.vm 19 Apr 2002 20:16:22 -0000 1.7
@@ -127,7 +127,7 @@
#macro (getProjectImage)
#if ($project.getChild("logo"))
<td align="left">
- <a href="http://jakarta.apache.org"><img
src="http://jakarta.apache.org/images/jakarta-logo.gif" border="0"/></a>
+ <a href="http://jakarta.apache.org"><img src="images/jakarta-logo.gif"
border="0"/></a>
</td>
<td align="center">
<a href="http://www.javaworld.com"><img
src="images/jw_ec_logo_winner2002.gif" border="0"/></a>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>