From e92202bd9c090702deaa987ba67321772f8d820e Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 13 Dec 2017 14:01:55 -0800 Subject: Fourth part of onap rename Some paths within the docker image need to be updated from opt/openecomp to opt/onap Change-Id: I74b32ba6906a0b7c44764485dccef6140c21afa3 Signed-off-by: Patrick Brady Issue-ID: APPC-13 --- .../src/main/java/org/onap/appc/configuration/Configuration.java | 2 +- .../src/main/java/org/onap/appc/configuration/ConfigurationFactory.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'appc-common/src/main') diff --git a/appc-common/src/main/java/org/onap/appc/configuration/Configuration.java b/appc-common/src/main/java/org/onap/appc/configuration/Configuration.java index a0acf12cc..937b34196 100644 --- a/appc-common/src/main/java/org/onap/appc/configuration/Configuration.java +++ b/appc-common/src/main/java/org/onap/appc/configuration/Configuration.java @@ -43,7 +43,7 @@ public interface Configuration { String PROPERTY_BOOTSTRAP_FILE_NAME = "org_onap_appc_bootstrap_file"; // String DEFAULT_BOOTSTRAP_FILE_NAME = "appc.properties"; String PROPERTY_BOOTSTRAP_FILE_PATH = "org_onap_appc_bootstrap_path"; // - String DEFAULT_BOOTSTRAP_FILE_PATH = "/opt/openecomp/appc/data/properties,${user.home},etc,../etc"; + String DEFAULT_BOOTSTRAP_FILE_PATH = "/opt/onap/appc/data/properties,${user.home},etc,../etc"; String PROPERTY_RESOURCE_BUNDLES = "org.onap.appc.resources"; String DEFAULT_RESOURCE_BUNDLES = "org/onap/appc/i18n/MessageResources"; diff --git a/appc-common/src/main/java/org/onap/appc/configuration/ConfigurationFactory.java b/appc-common/src/main/java/org/onap/appc/configuration/ConfigurationFactory.java index ee2648847..47ffca7e4 100644 --- a/appc-common/src/main/java/org/onap/appc/configuration/ConfigurationFactory.java +++ b/appc-common/src/main/java/org/onap/appc/configuration/ConfigurationFactory.java @@ -92,7 +92,7 @@ import com.att.eelf.i18n.EELFResourceManager; *
This is a comma-delimited (,) path of directories to be searched to locate the specified file. The first * occurrence of the file is the one loaded, and no additional searching is performed. The path can be specified in * either, or both, the default values and the command line specification. If specified on the command line, the value - * overrides the default values. If omitted, the default path is $/opt/openecomp/appc/data/properties,${user.home},.
+ * overrides the default values. If omitted, the default path is $/opt/onap/appc/data/properties,${user.home},. * * * @since Mar 18, 2014 -- cgit 1.2.3-korg