o tidy up the site template

o set the classloader used where the template will be found


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@179176 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2005-05-31 00:39:51 +00:00
parent ec805f988f
commit 6e83944830
2 changed files with 10 additions and 4 deletions

View File

@ -136,6 +136,8 @@ public class DoxiaMojo
public void execute() public void execute()
throws MojoExecutionException throws MojoExecutionException
{ {
siteRenderer.setTemplateClassLoader( DoxiaMojo.class.getClassLoader() );
try try
{ {
categorizeReports(); categorizeReports();

View File

@ -28,10 +28,14 @@
<hr/> <hr/>
</div> </div>
</div> </div>
<div id="leftColumn"><div id="navcolumn">$mainMenu<a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"> <div id="leftColumn">
<div id="navcolumn">
$mainMenu
<a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
<img alt="Built by Maven" src="$relativePath/images/logos/maven-feather.png"></img> <img alt="Built by Maven" src="$relativePath/images/logos/maven-feather.png"></img>
</a> </a>
</div></div> </div>
</div>
<div id="bodyColumn"> <div id="bodyColumn">
<div id="contentBox"> <div id="contentBox">
$bodyContent $bodyContent