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 --- .../src/main/resources/configuration/client-kit.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'appc-client/code-generator/src/main/resources/configuration/client-kit.properties') diff --git a/appc-client/code-generator/src/main/resources/configuration/client-kit.properties b/appc-client/code-generator/src/main/resources/configuration/client-kit.properties index 047915e44..a0097c9fa 100644 --- a/appc-client/code-generator/src/main/resources/configuration/client-kit.properties +++ b/appc-client/code-generator/src/main/resources/configuration/client-kit.properties @@ -26,9 +26,9 @@ # Default Properties - Configured for code generator # #-------------------------------------------------------------------------------------------- -ctx.model.package=org.openecomp.appc.client.lcm.model -ctx.api.package=org.openecomp.appc.client.lcm.api -ctx.utils.package=org.openecomp.appc.client.lcm.utils -ctx.exceptions.package=org.openecomp.appc.client.lcm.exceptions +ctx.model.package=org.onap.appc.client.lcm.model +ctx.api.package=org.onap.appc.client.lcm.api +ctx.utils.package=org.onap.appc.client.lcm.utils +ctx.exceptions.package=org.onap.appc.client.lcm.exceptions ctx.interface.classname=LifeCycleManagerStateful -- cgit 1.2.3-korg