Removing blueprints-processor
[ccsdk/features.git] / blueprints-processor / plugin / generator-provider / src / main / resources / OSGI-INF / blueprint / impl-blueprint.xml
diff --git a/blueprints-processor/plugin/generator-provider/src/main/resources/OSGI-INF/blueprint/impl-blueprint.xml b/blueprints-processor/plugin/generator-provider/src/main/resources/OSGI-INF/blueprint/impl-blueprint.xml
deleted file mode 100644 (file)
index 78cb281..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-  Copyright © 2017-2018 AT&T Intellectual Property.\r
-  Modifications Copyright © 2018 IBM.\r
-  \r
-  Licensed under the Apache License, Version 2.0 (the "License");\r
-  you may not use this file except in compliance with the License.\r
-  You may obtain a copy of the License at\r
-  \r
-      http://www.apache.org/licenses/LICENSE-2.0\r
-  \r
-  Unless required by applicable law or agreed to in writing, software\r
-  distributed under the License is distributed on an "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-  See the License for the specific language governing permissions and\r
-  limitations under the License.\r
--->\r
-\r
-<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"\r
-       xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"\r
-       odl:use-default-for-reference-types="true">\r
-\r
-       <reference id="configModelService"\r
-               interface="org.onap.ccsdk.features.model.service.ConfigModelService" />\r
-\r
-       <reference id="configResourceService"\r
-               interface="org.onap.ccsdk.features.data.adaptor.service.ConfigResourceService" />\r
-\r
-       <!-- Expose the Common Component Bean -->\r
-\r
-       <bean id="configGeneratorService"\r
-               class="org.onap.ccsdk.features.generator.service.ConfigGeneratorServiceImpl">\r
-               <argument ref="configResourceService" />\r
-       </bean>\r
-\r
-       <service ref="configGeneratorService"\r
-               interface="org.onap.ccsdk.features.generator.service.ConfigGeneratorService" />\r
-\r
-       <bean id="configGeneratorNode"\r
-               class="org.onap.ccsdk.features.generator.service.ConfigGeneratorNode">\r
-               <argument ref="configResourceService" />\r
-               <argument ref="configModelService" />\r
-       </bean>\r
-\r
-       <service ref="configGeneratorNode"\r
-               interface="org.onap.ccsdk.features.generator.service.ConfigGeneratorNode" />\r
-\r
-\r
-</blueprint>\r