Author: vsiveton
Date: Tue Jul  5 05:04:39 2005
New Revision: 209264

URL: http://svn.apache.org/viewcvs?rev=209264&view=rev
Log:
=cvs-usage link not shown in project-info page

Modified:
    
maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/project-info.xml
    maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml

Modified: 
maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/project-info.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/project-info.xml?rev=209264&r1=209263&r2=209264&view=diff
==============================================================================
--- 
maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/project-info.xml
 (original)
+++ 
maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/project-info.xml
 Tue Jul  5 05:04:39 2005
@@ -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">

Modified: maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml?rev=209264&r1=209263&r2=209264&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml Tue Jul  5 05:04:39 2005
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to