svn commit: r466 - logback/trunk/src/main/assembly

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
participants (1)
-
noreply.seb@qos.ch