
Author: seb Date: Tue Jul 18 10:51:06 2006 New Revision: 104 Modified: logback/access/trunk/pom.xml Log: supressed line return in description + added warning Modified: logback/access/trunk/pom.xml ============================================================================== --- logback/access/trunk/pom.xml (original) +++ logback/access/trunk/pom.xml Tue Jul 18 10:51:06 2006 @@ -12,8 +12,12 @@ <url>http://logback.qos.ch</url> <description> - LOGBack: the generic, reliable, fast and flexible logging - library for Java. + <!-- + Never _never_ let Eclipse's auto format function add + a line return in the description. + The generated jar will contain a corrupt MANIFEST file. + --> + LOGBack: the generic, reliable, fast and flexible logging library for Java. </description> <dependencies>
participants (1)
-
noreply.seb@qos.ch