You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2004/04/28 14:00:16 UTC

cvs commit: maven-plugins/jar plugin.jelly

evenisse    2004/04/28 05:00:16

  Modified:    jar      plugin.jelly
  Log:
  Fix typo
  
  Revision  Changes    Path
  1.36      +1 -1      maven-plugins/jar/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jar/plugin.jelly,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- plugin.jelly	28 Apr 2004 03:38:46 -0000	1.35
  +++ plugin.jelly	28 Apr 2004 12:00:16 -0000	1.36
  @@ -48,7 +48,7 @@
   
       <j:set var="specificationTitle" value="${pom.shortDescription.trim()}"/>
       <j:if test="${specificationTitle.length() gt 49}">
  -      <ant:echo>Warning: shortDescription is > 49 characters - trimming for specification title.</ant:echo>
  +      <ant:echo>Warning: shortDescription is greater than 49 characters - trimming for specification title.</ant:echo>
         <j:set var="specificationTitle" value="${specificationTitle.substring(0,46)}..."/>
       </j:if>
   
  
  
  

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