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.