Fit in 80 chars.

Part of MAVEN-545


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113787 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2003-08-04 15:09:16 +00:00
parent f31867acaf
commit aefa23149e

View File

@ -78,16 +78,17 @@
<j:choose>
<j:when test="${not(header.exists())}">
<ant:echo>
======================================================================
= W A R N I N G =
======================================================================
= Your project doesn't contain a header file specified as: =
=================================================================
= W A R N I N G =
=================================================================
= Your project doesn't contain a header file specified as: =
= ${header}
= Checkstyle needs it to check the existence of the License in your =
= source files. If it can't find this file, it throws an error. =
= A temporary solution is to create an empty LICENSE.txt file. =
= Though, we recommend that you edit this License. =
======================================================================
= Checkstyle needs it to check the existence of the License in =
= your source files. If it can't find this file, it throws an =
= error. =
= A temporary solution is to create an empty LICENSE.txt file. =
= Though, we recommend that you edit this License. =
=================================================================
</ant:echo>
</j:when>
<j:otherwise>