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 2015/03/10 22:39:55 UTC

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

Author: burn
Date: Tue Mar 10 21:39:55 2015
New Revision: 1665709

URL: http://svn.apache.org/r1665709
Log:
UIMA-4274 Drop unused jars from JD & JP ducc-side 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=1665709&r1=1665708&r2=1665709&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/resources/jobclasspath.properties (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/resources/jobclasspath.properties Tue Mar 10 21:39:55 2015
@@ -18,8 +18,8 @@
 # -----------------------------------------------------------------------
 
 # ========================================================================
-# This file holds the modifications to the user's classpath that are
-# applied when launching the user's job driver and the job process.
+# This file specifies the classpaths to be used by the DUCC part of the 
+# JD & JP that is isolated from the user's classpath.
 # May have to be modified if any of the jars in DUCC_HOME/lib are changed.
 # ========================================================================
  
@@ -27,7 +27,6 @@ ducc.reload.file = if set file is reload
 
 ducc.jobdriver.classpath = \
   ${DUCC_HOME}/lib/uima-ducc/*:\
-  ${DUCC_HOME}/apache-uima/lib/*:\
   ${DUCC_HOME}/lib/apache-log4j/*:\
   ${DUCC_HOME}/webserver/lib/*:\
   ${DUCC_HOME}/lib/http-client/*:\
@@ -35,12 +34,10 @@ ducc.jobdriver.classpath = \
   ${DUCC_HOME}/lib/apache-camel/*:\
   ${DUCC_HOME}/lib/apache-commons/*:\
   ${DUCC_HOME}/lib/google-gson/*:\
-  ${DUCC_HOME}/lib/springframework/*:\
-  ${DUCC_HOME}/resources
+  ${DUCC_HOME}/lib/springframework/*
 
 ducc.jobprocess.classpath = \
   ${DUCC_HOME}/lib/uima-ducc/*:\
-  ${DUCC_HOME}/apache-uima/lib/*:\
   ${DUCC_HOME}/lib/apache-log4j/*:\
   ${DUCC_HOME}/webserver/lib/*:\
   ${DUCC_HOME}/lib/http-client/*:\
@@ -48,5 +45,5 @@ ducc.jobprocess.classpath = \
   ${DUCC_HOME}/apache-uima/apache-activemq/lib/optional/*:\
   ${DUCC_HOME}/lib/apache-camel/*:\
   ${DUCC_HOME}/lib/apache-commons/*:\
-  ${DUCC_HOME}/lib/springframework/*:
-  
\ No newline at end of file
+  ${DUCC_HOME}/lib/springframework/*
+