[LOGBack-dev] svn commit: r103 - logback/core/trunk

noreply.seb at qos.ch noreply.seb at qos.ch
Tue Jul 18 10:50:51 CEST 2006


Author: seb
Date: Tue Jul 18 10:50:50 2006
New Revision: 103

Modified:
   logback/core/trunk/pom.xml
Log:
supressed line return in description + added warning

Modified: logback/core/trunk/pom.xml
==============================================================================
--- logback/core/trunk/pom.xml	(original)
+++ logback/core/trunk/pom.xml	Tue Jul 18 10:50:50 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>
@@ -83,7 +87,9 @@
 							src/main/assembly/source.xml
 						</descriptor>
 					</descriptors>
-					<finalName>LOGBackCore-${project.version}</finalName>
+					<finalName>
+						LOGBackCore-${project.version}
+					</finalName>
 					<outputDirectory>target/dist</outputDirectory>
 				</configuration>
 			</plugin>
@@ -110,12 +116,12 @@
 				<artifactId>maven-site-plugin</artifactId>
 				<!-- configuration>
 					<xdocDirectory>
-						${basedir}/src/site/xdocs/
+					${basedir}/src/site/xdocs/
 					</xdocDirectory>
-						<templateDirectory>${basedir}/stylesheets/</templateDirectory>
-						<template>site.vsl</template>
+					<templateDirectory>${basedir}/stylesheets/</templateDirectory>
+					<template>site.vsl</template>
 					
-				</configuration -->
+					</configuration -->
 			</plugin>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>



More information about the logback-dev mailing list