kaz 02/05/11 05:41:05
Modified: src/dvsl/xdocs site.dvsl
Log:
Eric Pugh points out that on local filesystems, the javadoc and xref
links don't automatically load the index.html page. This just fixes the
two links.
Revision Changes Path
1.42 +2 -2 jakarta-turbine-maven/src/dvsl/xdocs/site.dvsl
Index: site.dvsl
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/dvsl/xdocs/site.dvsl,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- site.dvsl 10 May 2002 11:31:40 -0000 1.41
+++ site.dvsl 11 May 2002 12:41:05 -0000 1.42
@@ -207,8 +207,8 @@
#end
</div>
#if ($context.toolbox.srcPresent == "true")
- <div><small><a
href="$relativePath/apidocs/">JavaDocs</a></small></div>
- <div><small><a href="$relativePath/xref/">Source
XReference</a></small></div>
+ <div><small><a
href="$relativePath/apidocs/index.html">JavaDocs</a></small></div>
+ <div><small><a href="$relativePath/xref/index.html">Source
XReference</a></small></div>
#end
<div><small><a
href="http://jakarta.apache.org/turbine/maven/development-process.html">Development
Process</a></small></div>
</div>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>