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/13 01:25:26 UTC

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

Author: burn
Date: Wed Nov 13 00:25:26 2013
New Revision: 1541335

URL: http://svn.apache.org/r1541335
Log:
UIMA-3428 Added new jobclasspath.properties file

Added:
    uima/sandbox/uima-ducc/trunk/src/main/resources/jobclasspath.properties   (with props)

Added: 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=1541335&view=auto
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/resources/jobclasspath.properties (added)
+++ uima/sandbox/uima-ducc/trunk/src/main/resources/jobclasspath.properties Wed Nov 13 00:25:26 2013
@@ -0,0 +1,77 @@
+# -----------------------------------------------------------------------
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+# -----------------------------------------------------------------------
+
+# ========================================================================
+# This file holds the modifications to the user's classpath that are
+# applied when launching the user's job driver and the job process.
+# May have to be modified if any of the jars in DUCC_HOME/lib are changed.
+# ========================================================================
+ 
+ducc.jobdriver.classpath = \
+  ${DUCC_HOME}/lib/uima-ducc-jd.jar:\
+  ${DUCC_HOME}/lib/uima-ducc-common.jar:\
+  ${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/activemq-all-5.6.0.jar:\
+  ${DUCC_HOME}/lib/apache-activemq/activemq-pool-5.6.0.jar:\
+  ${DUCC_HOME}/lib/apache-activemq/commons-pool-1.5.4.jar:\
+  ${DUCC_HOME}/lib/apache-camel/camel-core-2.10.1.jar:\
+  ${DUCC_HOME}/lib/apache-camel/camel-jms-2.10.1.jar:\
+  ${DUCC_HOME}/lib/apache-camel/camel-xstream-2.10.1.jar:\
+  ${DUCC_HOME}/lib/apache-commons-lang/*:\
+  ${DUCC_HOME}/lib/google-gson/*:\
+  ${DUCC_HOME}/lib/springframework/com.springsource.net.sf.cglib-2.2.0.jar:\
+  ${DUCC_HOME}/lib/springframework/spring-asm-3.0.5.RELEASE.jar:\
+  ${DUCC_HOME}/lib/springframework/spring-beans-3.0.5.RELEASE.jar:\
+  ${DUCC_HOME}/lib/springframework/spring-context-3.0.5.RELEASE.jar:\
+  ${DUCC_HOME}/lib/springframework/spring-core-3.0.5.RELEASE.jar:\
+  ${DUCC_HOME}/lib/springframework/spring-expression-3.0.5.RELEASE.jar:\
+  ${DUCC_HOME}/lib/springframework/spring-jms-3.0.5.RELEASE.jar:\
+  ${DUCC_HOME}/lib/springframework/spring-tx-3.0.5.RELEASE.jar:\
+  ${DUCC_HOME}/lib/xmlbeans/*:\
+  ${DUCC_HOME}/lib/xstream/*:\
+  ${DUCC_HOME}/resources
+
+ducc.jobprocess.classpath = \
+  ${DUCC_HOME}/lib/uima-ducc-agent.jar:\
+  ${DUCC_HOME}/lib/uima-ducc-common.jar:\
+  ${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/activemq-all-5.6.0.jar:\
+  ${DUCC_HOME}/lib/apache-camel/camel-core-2.10.1.jar:\
+  ${DUCC_HOME}/lib/apache-camel/camel-jms-2.10.1.jar:\
+  ${DUCC_HOME}/lib/apache-camel/camel-mina-2.10.1.jar:\
+  ${DUCC_HOME}/lib/apache-camel/mina-core-1.1.7.jar:\
+  ${DUCC_HOME}/lib/springframework/com.springsource.net.sf.cglib-2.2.0.jar:\
+  ${DUCC_HOME}/lib/springframework/spring-aop-3.0.5.RELEASE.jar:\
+  ${DUCC_HOME}/lib/springframework/spring-asm-3.0.5.RELEASE.jar:\
+  ${DUCC_HOME}/lib/springframework/spring-beans-3.0.5.RELEASE.jar:\
+  ${DUCC_HOME}/lib/springframework/spring-context-3.0.5.RELEASE.jar:\
+  ${DUCC_HOME}/lib/springframework/spring-core-3.0.5.RELEASE.jar:\
+  ${DUCC_HOME}/lib/springframework/spring-expression-3.0.5.RELEASE.jar:\
+  ${DUCC_HOME}/lib/springframework/spring-jms-3.0.5.RELEASE.jar:\
+  ${DUCC_HOME}/lib/springframework/spring-tx-3.0.5.RELEASE.jar:\
+  ${DUCC_HOME}/lib/xstream/*
+
+
+

Propchange: uima/sandbox/uima-ducc/trunk/src/main/resources/jobclasspath.properties
------------------------------------------------------------------------------
    svn:eol-style = native