diff options
author | Dan Timoney <dtimoney@att.com> | 2017-08-15 09:46:03 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-08-15 09:46:03 -0400 |
commit | 514aff35f5c8727ee0c0b75b2299e8e7d27b4102 (patch) | |
tree | 1f1bb92f3d71a41875b7c13eaf99cd3e742ec85d /dataChange/features | |
parent | bfaacc8a077daa48fb85e66a80e8f2904fce59a0 (diff) |
Refactor dataChange
Update dataChange to replace references to openECOMP with references to ONAP
Change-Id: I2d495dbc13e6dd38e0c975070969b07e796eb82f
Issue-ID: CCSDK-25
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'dataChange/features')
-rw-r--r-- | dataChange/features/src/main/resources/features.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dataChange/features/src/main/resources/features.xml b/dataChange/features/src/main/resources/features.xml index 2b4ac946f..9cc8cc57b 100644 --- a/dataChange/features/src/main/resources/features.xml +++ b/dataChange/features/src/main/resources/features.xml @@ -9,9 +9,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 - Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -31,9 +29,9 @@ <!-- Most applications will have a dependency on the ODL MD-SAL Broker --> <feature version="${odl.mdsal.version}">odl-mdsal-broker</feature> <feature version="${sdnctl.sli.version}">sdnc-sli</feature> - <bundle>mvn:org.openecomp.sdnc.northbound/dataChange-model/${project.version}</bundle> - <bundle>mvn:org.openecomp.sdnc.northbound/dataChange-provider/${project.version}</bundle> - <configfile finalname="etc/opendaylight/karaf/200-dataChange-provider.xml">mvn:org.openecomp.sdnc.northbound/dataChange-provider/${project.version}/xml/config</configfile> + <bundle>mvn:org.onap.ccsdk.sli.northbound/dataChange-model/${project.version}</bundle> + <bundle>mvn:org.onap.ccsdk.sli.northbound/dataChange-provider/${project.version}</bundle> + <configfile finalname="etc/opendaylight/karaf/200-dataChange-provider.xml">mvn:org.onap.ccsdk.sli.northbound/dataChange-provider/${project.version}/xml/config</configfile> </feature> </features> |