breadcrumbs : add a link to the site on the project name.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@267520 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2005-09-04 00:04:19 +00:00
parent ef86ef7eb2
commit 1cb5ef7f8e
2 changed files with 2 additions and 1 deletions

View File

@ -258,7 +258,7 @@
</j:if>
<j:if test="${!empty( breadcrumbsUsed )}">
<jsl:applyTemplates select="$nav/body/breadcrumbs" />
${pom.name}&#160;<span class="separator">&gt;</span>&#160;${_docTitle}
<a href="${home}">${pom.name}</a>&#160;<span class="separator">&gt;</span>&#160;${_docTitle}
</j:if>
</div>

View File

@ -39,6 +39,7 @@
<action dev="aheritier" type="add" issue="MPXDOC-131" due-to="Ignacio G. Mac Dowell">Allow i18n links.</action>
<action dev="aheritier" type="fix">i18n : html code removed from bundles.</action>
<action dev="aheritier" type="fix">i18n : doc title wasn't printed in breadcrumbs.</action>
<action dev="aheritier" type="update">breadcrumbs : add a link to the site on the project name.</action>
</release>
<release version="1.9.1" date="2005-06-16">
<action dev="brett" type="fix">Don't override the Maven library. This makes the plugin compatible with both Maven 1.0.2 and Maven 1.1</action>