From 77da7a60d5af8db82db1f1bebbcd29598fb62e0f Mon Sep 17 00:00:00 2001 From: vsiveton Date: Tue, 5 Jul 2005 12:04:39 +0000 Subject: [PATCH] =cvs-usage link not shown in project-info page git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@209264 13f79535-47bb-0310-9956-ffa450edef68 --- xdoc/src/plugin-resources/templates/project-info.xml | 3 +-- xdoc/xdocs/changes.xml | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xdoc/src/plugin-resources/templates/project-info.xml b/xdoc/src/plugin-resources/templates/project-info.xml index bf361893..0cddd181 100644 --- a/xdoc/src/plugin-resources/templates/project-info.xml +++ b/xdoc/src/plugin-resources/templates/project-info.xml @@ -89,8 +89,7 @@ This is really bad that the url requires specification in two places. Makes pluggable reporting impossible. FIX --> - - #if ($project.repository.url && $project.repository.url != '') + #if (($project.repository.url && $project.repository.url != '') || ($project.repository.connection && $project.repository.connection != '') || ($project.repository.developerConnection && $project.repository.developerConnection != '')) diff --git a/xdoc/xdocs/changes.xml b/xdoc/xdocs/changes.xml index d1b06a9a..eb486b5d 100644 --- a/xdoc/xdocs/changes.xml +++ b/xdoc/xdocs/changes.xml @@ -26,6 +26,7 @@ + cvs-usage link not shown in project-info page i18n : html code removed from bundles. i18n : doc title wasn't printed in breadcrumbs. i18n : menu tag in xdoc does not work with "key" translated text id.