[LOGBack-dev] svn commit: r466 - logback/trunk/src/main/assembly

noreply.seb at qos.ch noreply.seb at qos.ch
Tue Aug 15 11:21:30 CEST 2006


Author: seb
Date: Tue Aug 15 11:21:29 2006
New Revision: 466

Modified:
   logback/trunk/src/main/assembly/dist.xml
Log:
commented dependecies element

Modified: logback/trunk/src/main/assembly/dist.xml
==============================================================================
--- logback/trunk/src/main/assembly/dist.xml	(original)
+++ logback/trunk/src/main/assembly/dist.xml	Tue Aug 15 11:21:29 2006
@@ -124,24 +124,25 @@
 		</fileSet>
 	</fileSets>
 	
+	<!--
 	<dependencySets>
 		<dependencySet>
 			<outputDirectory>/lib</outputDirectory>
 			<unpack>false</unpack>
 			<scope>test</scope>
 			<excludes>
-				<!--
+
 					There is little documentation on this format.
 					It is of the form of DefaultArtifact.getDependencyConflictId()
 					which is <groupId>:<artifactId>:<type>:<classifier>
 					or we can use the short form (hard coded into assembly) of
 					<groupId>:<artifactId>
 					This is a String equality match not a pattern match.
-				-->
 				
 				<exclude>ch.qos.logback:logback-core</exclude>
 				
 			</excludes>
 		</dependencySet>
 	</dependencySets>
+	-->
 </assembly>
\ No newline at end of file



More information about the logback-dev mailing list