From 34c5af38ac2cda0b9976062c4caed203fc58dbfb Mon Sep 17 00:00:00 2001 From: aheritier Date: Tue, 7 Mar 2006 23:24:08 +0000 Subject: [PATCH] In breadcrumbs, use for the project's name nav.title if defined, pom.name otherwise. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@384052 13f79535-47bb-0310-9956-ffa450edef68 --- xdoc/src/plugin-resources/site.jsl | 2 +- xdoc/xdocs/changes.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/xdoc/src/plugin-resources/site.jsl b/xdoc/src/plugin-resources/site.jsl index 4c8aad41..3adee366 100644 --- a/xdoc/src/plugin-resources/site.jsl +++ b/xdoc/src/plugin-resources/site.jsl @@ -287,7 +287,7 @@ - ${pom.name} > ${_docTitle} + ${_navTitle}${pom.name} > ${_docTitle} diff --git a/xdoc/xdocs/changes.xml b/xdoc/xdocs/changes.xml index 691a5085..3fd63512 100644 --- a/xdoc/xdocs/changes.xml +++ b/xdoc/xdocs/changes.xml @@ -27,8 +27,9 @@ + In breadcrumbs, use for the project's name nav.title if defined, pom.name otherwise. Display the "external link" icon only if the link host is different from the project url (pom.url). - Fix generated pages titles: [nav.title | pom.name] - doc.title + Fix generated pages titles: [nav.title | pom.name] - doc.title New attribute fileSuffix for the tag doc:registerReport allow to use another extension than '.html' for a report link. Include instructions for ClearCase, Starteam and Perforce access in the scm-usage page. Include dependencies' scope in dependencies page.