aboutsummaryrefslogtreecommitdiffstats
path: root/blueprints-processor/plugin/generator-provider/src/main/resources
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2018-09-12 16:26:03 -0400
committerSingal, Kapil (ks220y) <ks220y@att.com>2018-09-12 16:26:03 -0400
commit280a0f6c73ab1c1aed9ee87fbd053d01d3838d70 (patch)
tree4c72a3ede9e9cecdff1ca4835e2df886b7e703e2 /blueprints-processor/plugin/generator-provider/src/main/resources
parent37a244dfa9b485c2832f1882930e0e67238f31fb (diff)
Controller Blueprints Nitrogen to Oxygen Migration
Changing package structure from org.onap.ccsdk.config to org.onap.ccsdk.features Change-Id: I7d52b498f11ed892d547220cc4354298b6182c77 Issue-ID: CCSDK-560 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Diffstat (limited to 'blueprints-processor/plugin/generator-provider/src/main/resources')
-rw-r--r--blueprints-processor/plugin/generator-provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/blueprints-processor/plugin/generator-provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml b/blueprints-processor/plugin/generator-provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml
index 7bf65fa4e..78cb28189 100644
--- a/blueprints-processor/plugin/generator-provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml
+++ b/blueprints-processor/plugin/generator-provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml
@@ -21,29 +21,29 @@
odl:use-default-for-reference-types="true">
<reference id="configModelService"
- interface="org.onap.ccsdk.config.model.service.ConfigModelService" />
+ interface="org.onap.ccsdk.features.model.service.ConfigModelService" />
<reference id="configResourceService"
- interface="org.onap.ccsdk.config.data.adaptor.service.ConfigResourceService" />
+ interface="org.onap.ccsdk.features.data.adaptor.service.ConfigResourceService" />
<!-- Expose the Common Component Bean -->
<bean id="configGeneratorService"
- class="org.onap.ccsdk.config.generator.service.ConfigGeneratorServiceImpl">
+ class="org.onap.ccsdk.features.generator.service.ConfigGeneratorServiceImpl">
<argument ref="configResourceService" />
</bean>
<service ref="configGeneratorService"
- interface="org.onap.ccsdk.config.generator.service.ConfigGeneratorService" />
+ interface="org.onap.ccsdk.features.generator.service.ConfigGeneratorService" />
<bean id="configGeneratorNode"
- class="org.onap.ccsdk.config.generator.service.ConfigGeneratorNode">
+ class="org.onap.ccsdk.features.generator.service.ConfigGeneratorNode">
<argument ref="configResourceService" />
<argument ref="configModelService" />
</bean>
<service ref="configGeneratorNode"
- interface="org.onap.ccsdk.config.generator.service.ConfigGeneratorNode" />
+ interface="org.onap.ccsdk.features.generator.service.ConfigGeneratorNode" />
</blueprint>