You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by de...@apache.org on 2013/04/04 00:04:33 UTC

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

Author: degenaro
Date: Wed Apr  3 22:04:32 2013
New Revision: 1464217

URL: http://svn.apache.org/r1464217
Log:
UIMA-2793 Support driver and process common specification for each of classpath, environment and jvmargs

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

Modified: uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties?rev=1464217&r1=1464216&r2=1464217&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties Wed Apr  3 22:04:32 2013
@@ -88,6 +88,10 @@ ducc.cli.httpclient.sotimeout=0
 #	on,   // CLI submit and cancel signature enforcement enabled (default)
 ducc.signature.required=on
 #------------------------------------------------------------------------------
+#	on  // CLI submit backward compatibility for: classpath, environment, jvmargs
+#	off // CLI submit NO backward compatibility (default)
+ducc.submit.beta=on
+#------------------------------------------------------------------------------
 
 # ========== Web Server Configuration block ==========
 ducc.ws.configuration.class=org.apache.uima.ducc.ws.config.WebServerConfiguration