From f678cb7024be343a0c658d770c3ceeb99ff02b36 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Fri, 21 Apr 2006 17:20:42 +0000 Subject: [PATCH] Revert revision 384074: display page titles as 'pom.name - docTitle'. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@395951 13f79535-47bb-0310-9956-ffa450edef68 --- xdoc/src/plugin-resources/site.jsl | 17 +++++++++-------- xdoc/xdocs/changes.xml | 1 - 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/xdoc/src/plugin-resources/site.jsl b/xdoc/src/plugin-resources/site.jsl index 3ed7a104..796452b6 100644 --- a/xdoc/src/plugin-resources/site.jsl +++ b/xdoc/src/plugin-resources/site.jsl @@ -116,14 +116,15 @@ - - - - <j:if test="${!empty( breadcrumbsUsed )}"> - <x:forEach var="item" select="$nav/body/breadcrumbs/item"><x:expr select="@name" />${titleSeparator}</x:forEach> - </j:if> - <x:if select="$nav/title">${_navTitle}</x:if><x:if select="not($nav/title)">${pom.name}</x:if>${titleSeparator}${_docTitle} - + + + + ${_navTitle}${titleSeparator}${_docTitle} + + + ${pom.name}${titleSeparator}${_docTitle} + + diff --git a/xdoc/xdocs/changes.xml b/xdoc/xdocs/changes.xml index 1efecb5c..b61715d0 100644 --- a/xdoc/xdocs/changes.xml +++ b/xdoc/xdocs/changes.xml @@ -33,7 +33,6 @@ Allow the use of items' attributes 'target' and 'img' for breadcrumbs entries in the navigation file. 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: [breadcrumbs]* > [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.