Apply MAVEN-966
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114276 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c4a1dd850a
commit
b34eeeb612
@ -170,6 +170,7 @@
|
||||
<img class="handle" src="${relativePath}/images/${state}.png" alt=""/>
|
||||
<j:if test="${empty(img)}">${name}</j:if>
|
||||
<j:if test="${!empty(img)}"><img style="border: 1px" src="${img}" title="${name}" alt="${name}"/></j:if>
|
||||
<img class="handle" src="${relativePath}/images/none.png" alt=""/>
|
||||
</a>
|
||||
</define:tag>
|
||||
|
||||
|
||||
@ -7,6 +7,8 @@
|
||||
maven.xdoc.developmentProcessUrl=http://maven.apache.org/development-process.html
|
||||
maven.xdoc.includeProjectDocumentation = yes
|
||||
|
||||
maven.xdoc.crumb.separator=|
|
||||
|
||||
#
|
||||
# DATE Preferences
|
||||
#
|
||||
|
||||
@ -276,7 +276,7 @@
|
||||
<jsl:template match="links" trim="false">
|
||||
<j:set var="linkCount" value="1"/>
|
||||
<x:forEach var="link" select="item">
|
||||
<j:if test="${linkCount != 1}">|</j:if>
|
||||
<j:if test="${linkCount != 1}">${maven.xdoc.crumb.separator}</j:if>
|
||||
<j:set var="_name"><x:expr select="@name"/></j:set>
|
||||
<j:set var="_link"><x:expr select="@href"/></j:set>
|
||||
<doc:itemLink name="${_name}" link="${_link}"/>
|
||||
|
||||
@ -7,6 +7,9 @@
|
||||
|
||||
<body>
|
||||
<release version="1.5" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Fix MAVEN-966. Evenly space breadcrumbs, customize separator.
|
||||
</action>
|
||||
<action dev="dion" type="update">
|
||||
Fix MAVEN-962. Better timezone calcs.
|
||||
</action>
|
||||
|
||||
@ -378,6 +378,11 @@
|
||||
</section>
|
||||
<section name="Miscellaneous Properties">
|
||||
<table>
|
||||
<tr>
|
||||
<td>maven.xdoc.crumb.separator</td>
|
||||
<td>Yes</td>
|
||||
<td>The separator between links. Defaults to <code>|</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>maven.xdoc.date</td>
|
||||
<td>Yes</td>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user