diff options
author | Patrick Brady <pb071s@att.com> | 2017-12-13 11:09:30 -0800 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-12-13 11:09:41 -0800 |
commit | 0756759f39e125b02d63b4e93de83b3c6b13beea (patch) | |
tree | 274e9830e522007c590ace136a57efaa806e19d5 /appc-common/src/main/resources | |
parent | cb81f75d84c1df021730341cd61ed650adc7ba3a (diff) |
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 <pb071s@att.com>
Issue-ID: APPC-13
Diffstat (limited to 'appc-common/src/main/resources')
-rw-r--r-- | appc-common/src/main/resources/OSGI-INF/blueprint/blueprint.xml | 4 | ||||
-rw-r--r-- | appc-common/src/main/resources/org/openecomp/appc/i18n/MessageResources.properties | 8 |
2 files changed, 6 insertions, 6 deletions
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 @@ <reference id="dbLibServiceRef" availability="mandatory" activation="eager" interface="org.onap.ccsdk.sli.core.dblib.DbLibService" /> - <bean id="MetadataServiceImplBean" class="org.openecomp.appc.metadata.impl.MetadataServiceImpl" scope="singleton"> + <bean id="MetadataServiceImplBean" class="org.onap.appc.metadata.impl.MetadataServiceImpl" scope="singleton"> <property name="dbLibService" ref="dbLibServiceRef" /> </bean> - <service id="MetadataService" interface="org.openecomp.appc.metadata.MetadataService" ref="MetadataServiceImplBean"/> + <service id="MetadataService" interface="org.onap.appc.metadata.MetadataService" ref="MetadataServiceImplBean"/> </blueprint> 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 \ <em>${user.home},/opt/app/appc/etc,etc,../etc,/etc,.</em> and can be overridden \ - by specification of the property <em>org.openecomp.appc.bootstrap.path</em>. The \ + by specification of the property <em>org.onap.appc.bootstrap.path</em>. The \ property file name defaults to <em>appc.properties</em> and can also be \ - overridden by the <em>org.openecomp.appc.bootstrap.file</em> property.|\ + overridden by the <em>org.onap.appc.bootstrap.file</em> 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 <em>appc.properties</em> \ - but can be overridden by specification of the <em>org.openecomp.appc.bootstrap.file</em> \ + but can be overridden by specification of the <em>org.onap.appc.bootstrap.file</em> \ 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 <em>${user.home},/opt/app/appc/etc,etc,../etc,/etc,.</em> \ - but can also be overridden by specification of the <em>org.openecomp.appc.bootstrap.path</em> \ + but can also be overridden by specification of the <em>org.onap.appc.bootstrap.path</em> \ property. LOADING_APPLICATION_OVERRIDES=APPC0009I|\ |