Author: ltheussl
Date: Mon Oct  3 11:04:35 2005
New Revision: 293409

URL: http://svn.apache.org/viewcvs?rev=293409&view=rev
Log:
Check for empty pom.description

Modified:
    
maven/maven-1/plugins/trunk/announcement/src/plugin-resources/announcement.jsl

Modified: 
maven/maven-1/plugins/trunk/announcement/src/plugin-resources/announcement.jsl
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/announcement/src/plugin-resources/announcement.jsl?rev=293409&r1=293408&r2=293409&view=diff
==============================================================================
--- 
maven/maven-1/plugins/trunk/announcement/src/plugin-resources/announcement.jsl 
(original)
+++ 
maven/maven-1/plugins/trunk/announcement/src/plugin-resources/announcement.jsl 
Mon Oct  3 11:04:35 2005
@@ -51,10 +51,12 @@
 </j:whitespace>
 
       <j:set var="description" trim="true" value="${pom.description}"/>
+      <j:if test="${!empty(description)}">
       <j:forEach var="line" items="${formatter.format(description,78)}">
         <j:whitespace>${line}
 </j:whitespace>
       </j:forEach>
+      </j:if>
       <j:whitespace trim="false">
 ===============================================================================
 



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

Reply via email to