From 0756759f39e125b02d63b4e93de83b3c6b13beea Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 13 Dec 2017 11:09:30 -0800 Subject: First part of onap rename This is the first commit of the rename. This commit changes refereces to org.openecomp.appc > org.onap.appc that occur within files. The package folder structure is not changed in this commit. Change-Id: Ic95d749eb99d8a6f4f2b9ee9b06eb41c5cfa7e1c Signed-off-by: Patrick Brady Issue-ID: APPC-13 --- appc-common/src/main/resources/OSGI-INF/blueprint/blueprint.xml | 4 ++-- .../resources/org/openecomp/appc/i18n/MessageResources.properties | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'appc-common/src/main/resources') diff --git a/appc-common/src/main/resources/OSGI-INF/blueprint/blueprint.xml b/appc-common/src/main/resources/OSGI-INF/blueprint/blueprint.xml index 36e510ce2..03e91e3a7 100644 --- a/appc-common/src/main/resources/OSGI-INF/blueprint/blueprint.xml +++ b/appc-common/src/main/resources/OSGI-INF/blueprint/blueprint.xml @@ -32,10 +32,10 @@ - + - + diff --git a/appc-common/src/main/resources/org/openecomp/appc/i18n/MessageResources.properties b/appc-common/src/main/resources/org/openecomp/appc/i18n/MessageResources.properties index 354adff9d..7ffb220a1 100644 --- a/appc-common/src/main/resources/org/openecomp/appc/i18n/MessageResources.properties +++ b/appc-common/src/main/resources/org/openecomp/appc/i18n/MessageResources.properties @@ -80,9 +80,9 @@ NO_OVERRIDE_PROPERTY_FILE_LOADED=APPC0007E|\ If a configuration file was expected, verify the file name and that it exists on \ the search path for the configuration properties. The search path defaults to \ ${user.home},/opt/app/appc/etc,etc,../etc,/etc,. and can be overridden \ - by specification of the property org.openecomp.appc.bootstrap.path. The \ + by specification of the property org.onap.appc.bootstrap.path. The \ property file name defaults to appc.properties and can also be \ - overridden by the org.openecomp.appc.bootstrap.file property.|\ + overridden by the org.onap.appc.bootstrap.file property.|\ This message indicates that the bootstrap path was searched for the bootstrap \ property file (a file that can be supplied to configure APPC) and that no file \ with the specified name was found on any of the path elements of the path. @@ -92,12 +92,12 @@ SEARCHING_CONFIGURATION_OVERRIDES=APPC0008I|\ No resolution is required|\ This message indicates that the specified path is being examined for a configuration \ file of the indicated name. The configuration file defaults to appc.properties \ - but can be overridden by specification of the org.openecomp.appc.bootstrap.file \ + but can be overridden by specification of the org.onap.appc.bootstrap.file \ property (using a command-line override, for example). This message is intended to \ assist in the debugging and analysis of configuration issues where the indicated \ file may not be processed or found. The path that is searched is a comma-delimited \ list of directories and defaults to ${user.home},/opt/app/appc/etc,etc,../etc,/etc,. \ - but can also be overridden by specification of the org.openecomp.appc.bootstrap.path \ + but can also be overridden by specification of the org.onap.appc.bootstrap.path \ property. LOADING_APPLICATION_OVERRIDES=APPC0009I|\ -- cgit 1.2.3-korg