From 53dbd0a13988fdf2fd744e53260e848cbb01d8e1 Mon Sep 17 00:00:00 2001 From: dion Date: Thu, 2 Oct 2003 01:20:11 +0000 Subject: [PATCH] Fixed source repository and issue tracking url's being added to nav even if the elements in the pom were empty git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114149 13f79535-47bb-0310-9956-ffa450edef68 --- xdoc/project.xml | 2 +- xdoc/src/plugin-resources/navigation.jelly | 6 ++++-- xdoc/xdocs/changes.xml | 7 +++++++ 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/xdoc/project.xml b/xdoc/project.xml index dc85fc24..4b04a91d 100644 --- a/xdoc/project.xml +++ b/xdoc/project.xml @@ -5,7 +5,7 @@ 3 maven-xdoc-plugin Maven XDoc Plug-in - 1.4 + 1.5-SNAPSHOT Convert xdocs into HTML http://maven.apache.org/reference/plugins/xdoc/ /www/maven.apache.org/reference/plugins/xdoc/ diff --git a/xdoc/src/plugin-resources/navigation.jelly b/xdoc/src/plugin-resources/navigation.jelly index d4199722..b34ab771 100644 --- a/xdoc/src/plugin-resources/navigation.jelly +++ b/xdoc/src/plugin-resources/navigation.jelly @@ -16,11 +16,13 @@ - + + - + + diff --git a/xdoc/xdocs/changes.xml b/xdoc/xdocs/changes.xml index 297e654a..c24934c2 100644 --- a/xdoc/xdocs/changes.xml +++ b/xdoc/xdocs/changes.xml @@ -6,6 +6,13 @@ + + + Fixed empty scm repository and issue tracking URL still being added + to the project nav + + + Applied Maven-756. cvs-usage.xml breaks on non-cvs scm URL