summaryrefslogtreecommitdiffstats
path: root/vpp-integration
diff options
context:
space:
mode:
authorMaros Marsalek <mmarsale@cisco.com>2016-07-29 15:19:44 +0200
committerMaros Marsalek <mmarsale@cisco.com>2016-08-01 13:12:47 +0200
commitdd7fcea54bc00b63924a343db4605592489ff077 (patch)
treed87f4e6ace0209b0bb9ed52be881f80be7f9ae34 /vpp-integration
parent9656ff8d3703e3dfef0486d8af69f39428be228c (diff)
HONEYCOMB-130: Rename features (remove odl prefix)
Change-Id: I31db89469f6a619ced0c645f1c9375d7b60f1320 Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'vpp-integration')
-rw-r--r--vpp-integration/features/src/main/features/features.xml22
1 files changed, 8 insertions, 14 deletions
diff --git a/vpp-integration/features/src/main/features/features.xml b/vpp-integration/features/src/main/features/features.xml
index f25e32d05..3dcc7c67a 100644
--- a/vpp-integration/features/src/main/features/features.xml
+++ b/vpp-integration/features/src/main/features/features.xml
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<features name="odl-honeycomb-integration-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
+<features name="honeycomb-integration-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
@@ -26,27 +26,21 @@
<repository>mvn:io.fd.honeycomb.v3po/v3po-features/${project.version}/xml/features</repository>
<feature name='honeycomb-vpp-integration-api' version='${project.version}' description='OpenDaylight :: v3po :: api'>
- <feature version='${project.version}'>odl-honeycomb-api</feature>
- <feature version='${project.version}'>odl-honeycomb-v3po-api</feature>
+ <feature version='${project.version}'>honeycomb-api</feature>
+ <feature version='${project.version}'>honeycomb-v3po-api</feature>
</feature>
<feature name='honeycomb-vpp-integration' version='${project.version}' description='OpenDaylight :: v3po'>
<feature version='${project.version}'>honeycomb-vpp-integration-api</feature>
- <feature version='${project.version}'>odl-honeycomb</feature>
- <feature version='${project.version}'>odl-honeycomb-vpp-common</feature>
- <feature version='${project.version}'>odl-honeycomb-v3po</feature>
+ <feature version='${project.version}'>honeycomb</feature>
+ <feature version='${project.version}'>honeycomb-vpp-common</feature>
+ <feature version='${project.version}'>honeycomb-v3po</feature>
</feature>
<feature name='honeycomb-vpp-integration-rest' version='${project.version}' description='OpenDaylight :: v3po :: rest'>
<feature version='${project.version}'>honeycomb-vpp-integration</feature>
- <feature version='${project.version}'>odl-honeycomb-rest</feature>
- <feature version='${project.version}'>odl-honeycomb-v3po</feature>
- </feature>
-
- <feature name='honeycomb-vpp-integration-ui' version='${project.version}' description='OpenDaylight :: v3po :: ui'>
- <feature version='${project.version}'>honeycomb-vpp-integration-rest</feature>
- <feature version='${project.version}'>odl-honeycomb-ui</feature>
- <feature version='${project.version}'>odl-honeycomb-v3po-rest</feature>
+ <feature version='${project.version}'>honeycomb-rest</feature>
+ <feature version='${project.version}'>honeycomb-v3po</feature>
</feature>
</features>