Author: ltheussl
Date: Tue Jun 13 11:50:45 2006
New Revision: 413947
URL: http://svn.apache.org/viewvc?rev=413947&view=rev
Log:
Fix logical mistake.
Modified:
maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/downloads.jelly
Modified:
maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/downloads.jelly
URL:
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/downloads.jelly?rev=413947&r1=413946&r2=413947&view=diff
==============================================================================
---
maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/downloads.jelly
(original)
+++
maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/downloads.jelly
Tue Jun 13 11:50:45 2006
@@ -45,7 +45,7 @@
property is not defined -->
<j:choose>
- <j:when test="${context.getVariable('maven.xdoc.distributionUrl') !=
null and context.getVariable('maven.xdoc.distributionUrl') != ''}">
+ <j:when test="${context.getVariable('maven.xdoc.distributionUrl') ==
null or context.getVariable('maven.xdoc.distributionUrl') == ''}">
<p>
<message key="template.downloads.section.no_distURL1"
bundle="plugin-resources.templates.templates" />