=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
This commit is contained in:
vsiveton
2005-07-05 12:04:39 +00:00
parent 117de5b363
commit 77da7a60d5
2 changed files with 2 additions and 2 deletions

View File

@@ -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 != ''))
<tr>
<td>
<a href="cvs-usage.html">

View File

@@ -26,6 +26,7 @@
</properties>
<body>
<release version="1.9.2-SNAPSHOT" date="In SVN">
<action dev="vsiveton" type="fix" issue="MPXDOC-152" due-to="Arnaud Heritier">cvs-usage link not shown in project-info page</action>
<action dev="aheritier" type="fix">i18n : html code removed from bundles.</action>
<action dev="aheritier" type="fix">i18n : doc title wasn't printed in breadcrumbs.</action>
<action dev="aheritier" type="fix" issue="MPXDOC-151">i18n : menu tag in xdoc does not work with "key" translated text id.</action>