From e99273367b60b9583cf9bcf4d17d1f0244c10ba9 Mon Sep 17 00:00:00 2001 From: Martin Vitez Date: Fri, 24 Jan 2014 13:06:56 +0100 Subject: [PATCH] Minor fixes in md-sal and config. - extended Export-Package declaration in config/shutdown-api. - added CodeGenerator in md-sal/sal-binding-config - fixed version of yangtools in md-sal/sal-remote Change-Id: Ica94451df8c6ba671480d17e6d7ab257c53ec017 Signed-off-by: Martin Vitez --- opendaylight/config/shutdown-api/pom.xml | 3 ++- opendaylight/md-sal/sal-binding-config/pom.xml | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/opendaylight/config/shutdown-api/pom.xml b/opendaylight/config/shutdown-api/pom.xml index 0603b2d82d..625ac1425a 100644 --- a/opendaylight/config/shutdown-api/pom.xml +++ b/opendaylight/config/shutdown-api/pom.xml @@ -32,7 +32,8 @@ org.opendaylight.controller.config.shutdown, - org.opendaylight.controller.config.yang.shutdown + org.opendaylight.controller.config.yang.shutdown, + org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.shutdown.rev131218 diff --git a/opendaylight/md-sal/sal-binding-config/pom.xml b/opendaylight/md-sal/sal-binding-config/pom.xml index be031a7410..852314f4d4 100644 --- a/opendaylight/md-sal/sal-binding-config/pom.xml +++ b/opendaylight/md-sal/sal-binding-config/pom.xml @@ -32,6 +32,14 @@ + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + + + target/generated-sources/sal + + org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator -- 2.36.6