
Author: seb Date: Tue Jul 18 10:50:33 2006 New Revision: 102 Modified: logback/classic/trunk/pom.xml Log: supressed line return in description + added warning Modified: logback/classic/trunk/pom.xml ============================================================================== --- logback/classic/trunk/pom.xml (original) +++ logback/classic/trunk/pom.xml Tue Jul 18 10:50:33 2006 @@ -13,8 +13,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>