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

svn commit: r1544653 - /uima/sandbox/uima-ducc/trunk/src/main/resources/jobclasspath.properties

Author: burn
Date: Fri Nov 22 19:26:14 2013
New Revision: 1544653

URL: http://svn.apache.org/r1544653
Log:
UIMA-3434 Drop slf4j directory from job classpaths

Modified:
    uima/sandbox/uima-ducc/trunk/src/main/resources/jobclasspath.properties

Modified: uima/sandbox/uima-ducc/trunk/src/main/resources/jobclasspath.properties
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/resources/jobclasspath.properties?rev=1544653&r1=1544652&r2=1544653&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/resources/jobclasspath.properties (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/resources/jobclasspath.properties Fri Nov 22 19:26:14 2013
@@ -31,7 +31,6 @@ ducc.jobdriver.classpath = \
   ${DUCC_HOME}/lib/uima-ducc-transport.jar:\
   ${DUCC_HOME}/lib/uima/*:\
   ${DUCC_HOME}/lib/apache-log4j/*:\
-  ${DUCC_HOME}/lib/slf4j/*:\
   ${DUCC_HOME}/lib/apache-activemq/*:\
   ${DUCC_HOME}/lib/apache-camel/*:\
   ${DUCC_HOME}/lib/apache-commons-lang/*:\
@@ -47,7 +46,6 @@ ducc.jobprocess.classpath = \
   ${DUCC_HOME}/lib/uima-ducc-transport.jar:\
   ${DUCC_HOME}/lib/uima/*:\
   ${DUCC_HOME}/lib/apache-log4j/*:\
-  ${DUCC_HOME}/lib/slf4j/*:\
   ${DUCC_HOME}/lib/apache-activemq/*:\
   ${DUCC_HOME}/lib/apache-camel/*:\
   ${DUCC_HOME}/lib/springframework/*:\