git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115074 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
evenisse 2004-04-28 12:00:16 +00:00
parent c054ea56cc
commit 6880969273

View File

@ -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>