Bug 4202: Migration to use mdsal project 79/26079/14
authorTony Tkacik <ttkacik@cisco.com>
Mon, 7 Sep 2015 10:30:22 +0000 (12:30 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 17 Sep 2015 15:54:00 +0000 (15:54 +0000)
commit8e257ba82470f60242943f53bc4dfa5ac3d1ea57
tree039997c61f0e85ca4b641288f8d1b0569f9bf487
parent4ea71164738ce27d00cd7bc801e029fcab432793
Bug 4202: Migration to use mdsal project

Migrated controller to use MD-SAL provided
Java Binding instead of YANG-Tools provided JAVA
Binding.

This migration deals only with compile time and
in runtime.

Updated following features
  - features-config
  - features-config-netty
  - features-config-persister
  - features-mdsal
  - features-extras
  - features-protocol-framework

to use
  - Java Binding hosted in MD-SAL project
  - features-parent from odlparent

Change-Id: Iba40d74d118e212c9a57fa28711bbbe339fe1bbd
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
49 files changed:
features/akka/src/main/resources/features.xml
features/config-netty/pom.xml
features/config-netty/src/main/features/features.xml [moved from features/config-netty/src/main/resources/features.xml with 100% similarity]
features/config-persister/pom.xml
features/config-persister/src/main/features/features.xml [moved from features/config-persister/src/main/resources/features.xml with 66% similarity]
features/config/pom.xml
features/config/src/main/features/features.xml [new file with mode: 0644]
features/config/src/main/resources/features.xml [deleted file]
features/extras/pom.xml
features/extras/src/main/features/features.xml [moved from features/extras/src/main/resources/features.xml with 94% similarity]
features/mdsal/pom.xml
features/mdsal/src/main/features/features.xml [moved from features/mdsal/src/main/resources/features.xml with 69% similarity]
features/protocol-framework/pom.xml
features/protocol-framework/src/main/features/features.xml [moved from features/protocol-framework/src/main/resources/features.xml with 67% similarity]
karaf/opendaylight-karaf/pom.xml
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/src/main/features/features.xml
opendaylight/commons/opendaylight/pom.xml
opendaylight/commons/protocol-framework/pom.xml
opendaylight/config/config-api/pom.xml
opendaylight/config/config-manager-facade-xml/pom.xml
opendaylight/config/config-manager/pom.xml
opendaylight/config/config-parent/pom.xml
opendaylight/config/pom.xml
opendaylight/config/yang-jmx-generator-plugin/pom.xml
opendaylight/config/yang-jmx-generator/pom.xml
opendaylight/config/yang-test/pom.xml
opendaylight/md-sal/messagebus-api/pom.xml
opendaylight/md-sal/sal-binding-api/pom.xml
opendaylight/md-sal/sal-binding-broker/pom.xml
opendaylight/md-sal/sal-binding-config/pom.xml
opendaylight/md-sal/sal-binding-dom-it/pom.xml
opendaylight/md-sal/sal-binding-it/pom.xml
opendaylight/md-sal/sal-binding-it/src/main/java/org/opendaylight/controller/test/sal/binding/it/TestHelper.java
opendaylight/md-sal/sal-clustering-commons/pom.xml
opendaylight/md-sal/sal-connector-api/pom.xml
opendaylight/md-sal/sal-distributed-datastore/pom.xml
opendaylight/md-sal/sal-dom-broker-config/pom.xml
opendaylight/md-sal/sal-dom-broker/pom.xml
opendaylight/md-sal/sal-dom-xsql/pom.xml
opendaylight/md-sal/sal-inmemory-datastore/pom.xml
opendaylight/md-sal/sal-remote/pom.xml
opendaylight/md-sal/sal-test-model/pom.xml
opendaylight/md-sal/samples/clustering-test-app/model/pom.xml
opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml
opendaylight/md-sal/samples/toaster-it/pom.xml
opendaylight/md-sal/samples/toaster-provider/pom.xml
opendaylight/md-sal/samples/toaster/pom.xml
opendaylight/model/model-topology/pom.xml
opendaylight/model/pom.xml