diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-07-29 15:19:44 +0200 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-08-01 13:12:47 +0200 |
commit | 0fc295d4d3de55f888cc610ca6f0c6ade800372e (patch) | |
tree | 431934c1cedb51c437c55eb7b8f4750d38b4522d /vpp-integration/features | |
parent | 9042dd9e0c9c9c29d3918007305033fd9c17d669 (diff) |
HONEYCOMB-130: Rename features (remove odl prefix)
Change-Id: I31db89469f6a619ced0c645f1c9375d7b60f1320
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'vpp-integration/features')
-rw-r--r-- | vpp-integration/features/src/main/features/features.xml | 22 |
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> |