From f637d346fc7b1901157536e9bf1053c87b8fed9e Mon Sep 17 00:00:00 2001 From: thomaslees Date: Fri, 10 Jun 2016 11:56:45 +0530 Subject: [PATCH] Removing Existing Usecplugin Features for New Feature Addition Change-Id: I103264047d2b59c12b5fefba83ab3848fd1a4293 Signed-off-by: thomaslees --- .../src/main/resources/features.xml | 3 ++- features-test/src/main/resources/features.xml | 6 ++++-- .../src/main/config/maven-metadata-local.xml | 20 +++++++++++++++++++ .../rev160316/OdlVersionModuleFactory.java | 13 ++++++++++++ 4 files changed, 39 insertions(+), 3 deletions(-) create mode 100644 version/src/main/config/maven-metadata-local.xml create mode 100644 version/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/integration/distribution/version/rev160316/OdlVersionModuleFactory.java diff --git a/features-index/src/main/resources/features.xml b/features-index/src/main/resources/features.xml index 80d13153..d5cde535 100644 --- a/features-index/src/main/resources/features.xml +++ b/features-index/src/main/resources/features.xml @@ -97,7 +97,8 @@ mvn:org.opendaylight.ttp/features-ttp/${feature.ttp.version}/xml/features mvn:org.opendaylight.unimgr/unimgr-features/${feature.unimgr.version}/xml/features mvn:org.opendaylight.usc/usc-features/${feature.usc.version}/xml/features - mvn:org.opendaylight.usecplugin/usecplugin-features/${feature.usecplugin.version}/xml/features + + mvn:org.opendaylight.vtn/features-vtn-manager/${feature.vtn-manager.version}/xml/features mvn:org.opendaylight.yang-push/yangpush-features/${feature.yang-push.version}/xml/features diff --git a/features-test/src/main/resources/features.xml b/features-test/src/main/resources/features.xml index 47f502a1..f1b4d0ec 100644 --- a/features-test/src/main/resources/features.xml +++ b/features-test/src/main/resources/features.xml @@ -128,8 +128,10 @@ odl-usc-channel odl-usc-channel-rest odl-usc-channel-ui - odl-usecplugin-api - odl-usecplugin + + + + diff --git a/version/src/main/config/maven-metadata-local.xml b/version/src/main/config/maven-metadata-local.xml new file mode 100644 index 00000000..526cec2d --- /dev/null +++ b/version/src/main/config/maven-metadata-local.xml @@ -0,0 +1,20 @@ + + + org.opendaylight.integration + version + 0.5.0-SNAPSHOT + + + true + + 20160610060204 + + + config + xml + 0.5.0-SNAPSHOT + 20160610060204 + + + + diff --git a/version/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/integration/distribution/version/rev160316/OdlVersionModuleFactory.java b/version/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/integration/distribution/version/rev160316/OdlVersionModuleFactory.java new file mode 100644 index 00000000..a768b79b --- /dev/null +++ b/version/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/integration/distribution/version/rev160316/OdlVersionModuleFactory.java @@ -0,0 +1,13 @@ +/* +* Generated file +* +* Generated from: yang module name: odl-distribution-version yang module local name: odl-version +* Generated by: org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator +* Generated at: Fri Jun 10 11:25:09 IST 2016 +* +* Do not modify this file unless it is present under src/main directory +*/ +package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.integration.distribution.version.rev160316; +public class OdlVersionModuleFactory extends org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.integration.distribution.version.rev160316.AbstractOdlVersionModuleFactory { + +} -- 2.36.6