From f2614e766147fd345058f137852eeaf892181fc1 Mon Sep 17 00:00:00 2001 From: Joey Sullivan Date: Fri, 22 Dec 2017 15:32:48 +0000 Subject: Automate Updates to the API Client Library Removed client-kit generated code from git repo. This code is now generated under the target folder. client-kit now uses latest appc-provider-lcm.yang on the branch. Change-Id: I7a20774b60bb447343886997c32ca3b3c5dcbafa Issue-ID: APPC-360 Signed-off-by: Joey Sullivan --- .../src/main/resources/configuration/client-kit.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appc-client/code-generator/src/main/resources/configuration') 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 a0097c9fa..a2f73508a 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 @@ -28,7 +28,7 @@ #-------------------------------------------------------------------------------------------- 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.utils.package=org.onap.appc ctx.exceptions.package=org.onap.appc.client.lcm.exceptions ctx.interface.classname=LifeCycleManagerStateful -- cgit 1.2.3-korg