dion 2003/08/04 08:09:16
Modified: src/plugins-build/checkstyle plugin.jelly
Log:
Fit in 80 chars.
Part of MAVEN-545
Revision Changes Path
1.14 +10 -9 maven/src/plugins-build/checkstyle/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/checkstyle/plugin.jelly,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- plugin.jelly 21 Jul 2003 05:42:20 -0000 1.13
+++ plugin.jelly 4 Aug 2003 15:09:16 -0000 1.14
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]