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/18 14:29:48 UTC

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

Author: burn
Date: Wed Mar 18 13:29:48 2015
New Revision: 1667544

URL: http://svn.apache.org/r1667544
Log:
UIMA-4274 Restore uima-core.jar as JD & JP still have an 'internal' use of AnalysisEngineManagenment.State

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=1667544&r1=1667543&r2=1667544&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/resources/jobclasspath.properties (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/resources/jobclasspath.properties Wed Mar 18 13:29:48 2015
@@ -27,6 +27,7 @@ ducc.reload.file = if set file is reload
 
 ducc.jobdriver.classpath = \
   ${DUCC_HOME}/lib/uima-ducc/*:\
+  ${DUCC_HOME}/apache-uima/lib/uima-core.jar:\
   ${DUCC_HOME}/lib/apache-log4j/*:\
   ${DUCC_HOME}/webserver/lib/*:\
   ${DUCC_HOME}/lib/http-client/*:\
@@ -38,6 +39,7 @@ ducc.jobdriver.classpath = \
 
 ducc.jobprocess.classpath = \
   ${DUCC_HOME}/lib/uima-ducc/*:\
+  ${DUCC_HOME}/apache-uima/lib/uima-core.jar:\
   ${DUCC_HOME}/lib/apache-log4j/*:\
   ${DUCC_HOME}/webserver/lib/*:\
   ${DUCC_HOME}/lib/http-client/*:\