dion 02/05/09 19:32:14
Modified: src/dvsl/xdocs site.dvsl
Log:
no message
Revision Changes Path
1.40 +2 -1 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.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- site.dvsl 9 May 2002 17:38:33 -0000 1.39
+++ site.dvsl 10 May 2002 02:32:14 -0000 1.40
@@ -188,12 +188,13 @@
</div>
<div>
<small><a href="$relativePath/maven-reports.html">Maven
Reports</a></small>
- #if ($currentDir == "." && ($infilename == "maven-reports.xml" ||
$infilename == "tasks.xml" || $infilename == "changelog.xml" || $infilename ==
"junit-report.xml" || $infilename == "jdepend-report.xml" || $infilename ==
"checkstyle-report.xml"))
+ #if ($currentDir == "." && ($infilename == "maven-reports.xml" ||
$infilename == "tasks.xml" || $infilename == "changelog.xml" || $infilename ==
"junit-report.xml" || $infilename == "jdepend-report.xml" || $infilename ==
"checkstyle-report.xml" || $infilename == "activity-log.xml"))
#if
($context.toolbox.fileutil.file("$context.toolbox.docSrc/tasks.xml").exists())
<div><small><a
href="$relativePath/tasks.html">Tasks</a></small></div>
#end
#if ($pom.cvsModule)
<div><small><a href="$relativePath/changelog.html">Change
Log</a></small></div>
+ <div><small><a href="$relativePath/activity-log.html">Activity
Log</a></small></div>
#end
#if ($context.toolbox.testSrcPresent == "true")
<div><small><a href="$relativePath/junit-report.html">Unit
Tests</a></small></div>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>