You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ah...@apache.org on 2005/06/05 02:18:40 UTC

svn commit: r180039 - /maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/navigation.jelly

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org