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,7 +170,8 @@
|
|||||||
<img class="handle" src="${relativePath}/images/${state}.png" alt=""/>
|
<img class="handle" src="${relativePath}/images/${state}.png" alt=""/>
|
||||||
<j:if test="${empty(img)}">${name}</j:if>
|
<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>
|
<j:if test="${!empty(img)}"><img style="border: 1px" src="${img}" title="${name}" alt="${name}"/></j:if>
|
||||||
</a>
|
<img class="handle" src="${relativePath}/images/none.png" alt=""/>
|
||||||
|
</a>
|
||||||
</define:tag>
|
</define:tag>
|
||||||
|
|
||||||
<define:tag name="text-xdoc">
|
<define:tag name="text-xdoc">
|
||||||
|
|||||||
@ -7,6 +7,8 @@
|
|||||||
maven.xdoc.developmentProcessUrl=http://maven.apache.org/development-process.html
|
maven.xdoc.developmentProcessUrl=http://maven.apache.org/development-process.html
|
||||||
maven.xdoc.includeProjectDocumentation = yes
|
maven.xdoc.includeProjectDocumentation = yes
|
||||||
|
|
||||||
|
maven.xdoc.crumb.separator=|
|
||||||
|
|
||||||
#
|
#
|
||||||
# DATE Preferences
|
# DATE Preferences
|
||||||
#
|
#
|
||||||
|
|||||||
@ -276,7 +276,7 @@
|
|||||||
<jsl:template match="links" trim="false">
|
<jsl:template match="links" trim="false">
|
||||||
<j:set var="linkCount" value="1"/>
|
<j:set var="linkCount" value="1"/>
|
||||||
<x:forEach var="link" select="item">
|
<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="_name"><x:expr select="@name"/></j:set>
|
||||||
<j:set var="_link"><x:expr select="@href"/></j:set>
|
<j:set var="_link"><x:expr select="@href"/></j:set>
|
||||||
<doc:itemLink name="${_name}" link="${_link}"/>
|
<doc:itemLink name="${_name}" link="${_link}"/>
|
||||||
|
|||||||
@ -7,6 +7,9 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<release version="1.5" date="in CVS">
|
<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">
|
<action dev="dion" type="update">
|
||||||
Fix MAVEN-962. Better timezone calcs.
|
Fix MAVEN-962. Better timezone calcs.
|
||||||
</action>
|
</action>
|
||||||
|
|||||||
@ -378,6 +378,11 @@
|
|||||||
</section>
|
</section>
|
||||||
<section name="Miscellaneous Properties">
|
<section name="Miscellaneous Properties">
|
||||||
<table>
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td>maven.xdoc.crumb.separator</td>
|
||||||
|
<td>Yes</td>
|
||||||
|
<td>The separator between links. Defaults to <code>|</code></td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>maven.xdoc.date</td>
|
<td>maven.xdoc.date</td>
|
||||||
<td>Yes</td>
|
<td>Yes</td>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user