From b34eeeb612d3b9b0a299eeea353a8b0a7f008235 Mon Sep 17 00:00:00 2001 From: dion Date: Sun, 9 Nov 2003 15:25:57 +0000 Subject: [PATCH] Apply MAVEN-966 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114276 13f79535-47bb-0310-9956-ffa450edef68 --- xdoc/plugin.jelly | 3 ++- xdoc/plugin.properties | 2 ++ xdoc/src/plugin-resources/site.jsl | 2 +- xdoc/xdocs/changes.xml | 3 +++ xdoc/xdocs/properties.xml | 5 +++++ 5 files changed, 13 insertions(+), 2 deletions(-) diff --git a/xdoc/plugin.jelly b/xdoc/plugin.jelly index e7676cb0..af06f99a 100644 --- a/xdoc/plugin.jelly +++ b/xdoc/plugin.jelly @@ -170,7 +170,8 @@ ${name} ${name} - + + diff --git a/xdoc/plugin.properties b/xdoc/plugin.properties index 50e40ffa..fd1770df 100644 --- a/xdoc/plugin.properties +++ b/xdoc/plugin.properties @@ -7,6 +7,8 @@ maven.xdoc.developmentProcessUrl=http://maven.apache.org/development-process.html maven.xdoc.includeProjectDocumentation = yes +maven.xdoc.crumb.separator=| + # # DATE Preferences # diff --git a/xdoc/src/plugin-resources/site.jsl b/xdoc/src/plugin-resources/site.jsl index 1db07ac4..4bfabdf3 100644 --- a/xdoc/src/plugin-resources/site.jsl +++ b/xdoc/src/plugin-resources/site.jsl @@ -276,7 +276,7 @@ - | + ${maven.xdoc.crumb.separator} diff --git a/xdoc/xdocs/changes.xml b/xdoc/xdocs/changes.xml index bae79716..4698f25d 100644 --- a/xdoc/xdocs/changes.xml +++ b/xdoc/xdocs/changes.xml @@ -7,6 +7,9 @@ + + Fix MAVEN-966. Evenly space breadcrumbs, customize separator. + Fix MAVEN-962. Better timezone calcs. diff --git a/xdoc/xdocs/properties.xml b/xdoc/xdocs/properties.xml index 565b2566..a03f83c9 100644 --- a/xdoc/xdocs/properties.xml +++ b/xdoc/xdocs/properties.xml @@ -378,6 +378,11 @@
+ + + + +
maven.xdoc.crumb.separatorYesThe separator between links. Defaults to |
maven.xdoc.date Yes