Author: aheritier
Date: Sat Jun  4 17:18:40 2005
New Revision: 180039

URL: http://svn.apache.org/viewcvs?rev=180039&view=rev
Log:
Fix cvs-usage entry. Add it if the repository element is defined in the pom 
(and not if the URL of the repository is defined)

Modified:
    maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/navigation.jelly

Modified: maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/navigation.jelly
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/navigation.jelly?rev=180039&r1=180038&r2=180039&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/navigation.jelly 
(original)
+++ maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/navigation.jelly Sat 
Jun  4 17:18:40 2005
@@ -53,8 +53,8 @@
                             bundle="plugin-resources/templates/templates"
                             href="/dependencies.html" />
 
-                        <j:set var="url" value="${pom.repository.url}" />
-                        <j:if test="${!empty(url)}">
+                        <j:set var="repository" value="${pom.repository}" />
+                        <j:if test="${!empty(repository)}">
                             <item key="navigation.menu.item.source_repository"
                                 bundle="plugin-resources/templates/templates"
                                 href="/cvs-usage.html" />



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

Reply via email to