From 314ed0467a28881cb21d9b5212c6f123044614a5 Mon Sep 17 00:00:00 2001 From: Jakub Toth Date: Fri, 9 Jun 2017 14:03:47 +0200 Subject: [PATCH] Binding v2 runtime - init modul * various runtime classes lost in generator or even spec v2 packages are grouped in new runtime v2 module and used in runtime v2 Change-Id: Ie9b2d8e9c25076301e87728061969e7ff7607a1b Signed-off-by: Jakub Toth --- binding2/mdsal-binding2-runtime/pom.xml | 68 +++++++++++++++++++++++++ binding2/pom.xml | 1 + 2 files changed, 69 insertions(+) create mode 100644 binding2/mdsal-binding2-runtime/pom.xml diff --git a/binding2/mdsal-binding2-runtime/pom.xml b/binding2/mdsal-binding2-runtime/pom.xml new file mode 100644 index 0000000000..ca1d6555e1 --- /dev/null +++ b/binding2/mdsal-binding2-runtime/pom.xml @@ -0,0 +1,68 @@ + + + + + + org.opendaylight.odlparent + bundle-parent + 1.8.0-Carbon + + + + 4.0.0 + org.opendaylight.mdsal + mdsal-binding2-runtime + 0.11.0-SNAPSHOT + bundle + + + + + org.opendaylight.mdsal + mdsal-artifacts + 2.3.0-SNAPSHOT + pom + import + + + org.opendaylight.yangtools + yangtools-artifacts + 1.2.0-SNAPSHOT + pom + import + + + + + + junit + junit + test + + + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + + + diff --git a/binding2/pom.xml b/binding2/pom.xml index 21cbdaa1f9..3b0eab3884 100644 --- a/binding2/pom.xml +++ b/binding2/pom.xml @@ -37,6 +37,7 @@ mdsal-binding2-api + mdsal-binding2-runtime mdsal-binding2-dom-codec mdsal-binding2-dom-adapter -- 2.36.6