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 2014/09/12 16:39:10 UTC

svn commit: r1624561 - /uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_post_install

Author: degenaro
Date: Fri Sep 12 14:39:10 2014
New Revision: 1624561

URL: http://svn.apache.org/r1624561
Log:
UIMA-3892 DUCC needs a file for private configuration data ... updates for ducc_post_install

Modified:
    uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_post_install

Modified: uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_post_install
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_post_install?rev=1624561&r1=1624560&r2=1624561&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_post_install (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_post_install Fri Sep 12 14:39:10 2014
@@ -227,7 +227,7 @@ class PostInstall(DuccUtil):
         print sys.version
 
         self.ducc_private_properties = DuccProperties()
-        self.ducc_private_properties.load(self.DUCC_HOME + '/resources/private/ducc.private.properties')
+        self.ducc_private_properties.load(self.DUCC_HOME + '/resources.private/ducc.private.properties')
 
         py_version = sys.version_info
         if ( (py_version[0] != 2) or (py_version[1] < 4) ):