You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ep...@apache.org on 2004/07/08 15:08:13 UTC

cvs commit: maven-plugins/cruisecontrol plugin.jelly

epugh       2004/07/08 06:08:13

  Modified:    cruisecontrol plugin.jelly
  Log:
  better syntax
  
  Revision  Changes    Path
  1.8       +1 -1      maven-plugins/cruisecontrol/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/cruisecontrol/plugin.jelly,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- plugin.jelly	3 Jul 2004 02:06:58 -0000	1.7
  +++ plugin.jelly	8 Jul 2004 13:08:13 -0000	1.8
  @@ -38,7 +38,7 @@
       </j:if>
   
       <j:set var="nagEmail" value="${pom.build.nagEmailAddress}" />
  -    <j:if test="${nagEmail == ''}">
  +    <j:if test="${empty(nagEmail)}">
         <ant:fail>You must specify pom.build.nagEmailAddress</ant:fail>
       </j:if>
       <j:set var="defaultSuffix" value="${maven.cruisecontrol.mail.defaultsuffix}" />
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org