You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2013/02/26 20:02:21 UTC

svn commit: r1450362 - /uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml

Author: cwiklik
Date: Tue Feb 26 19:02:21 2013
New Revision: 1450362

URL: http://svn.apache.org/r1450362
Log:
UIMA-2585 added dependencySet to create explicit slf4j folder and place jars in it

Modified:
    uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml

Modified: uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml?rev=1450362&r1=1450361&r2=1450362&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml Tue Feb 26 19:02:21 2013
@@ -30,6 +30,23 @@ under the License.    
     
    
    <dependencySets>
+   
+   <dependencySet>
+      <includes>
+        <include>org.slf4j:slf4j-log4j12</include>
+        <include>org.slf4j:jcl-over-slf4j</include>
+        <include>org.slf4j:slf4j-api</include>
+        
+      </includes>
+      <!-- includeBaseDirectory>false</includeBaseDirectory --> 
+      <!-- useTransitiveDependencies>false</useTransitiveDependencies -->
+      <outputFileNameMapping>${artifact.artifactId}.jar</outputFileNameMapping>
+      <outputDirectory>ducc_runtime/lib/slf4j</outputDirectory>
+      <!-- useProjectArtifact>false</useProjectArtifact -->
+      <fileMode>644</fileMode> 
+      <directoryMode>755</directoryMode>        
+    </dependencySet>  
+    
      <dependencySet>
       <includes>
         <include>org.apache.uima:uima-ducc-common</include>