From 0578156b721fa01c8c645b8f9625ecebdb6449e4 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Wed, 27 Jul 2016 11:05:51 +0200 Subject: HONEYCOMB-130: Separate v3po plugin from HC infra Creating folders: - common/ - infra/ - v3po/ - vpp-common/ Change-Id: I2c39e1b17e39e7c0f0628f44aa5fe08563fa06e4 Signed-off-by: Maros Marsalek --- .../src/main/config/context-datatree-config.xml | 171 --------------------- 1 file changed, 171 deletions(-) delete mode 100644 v3po/impl/src/main/config/context-datatree-config.xml (limited to 'v3po/impl/src/main/config/context-datatree-config.xml') diff --git a/v3po/impl/src/main/config/context-datatree-config.xml b/v3po/impl/src/main/config/context-datatree-config.xml deleted file mode 100644 index 2c17de15e..000000000 --- a/v3po/impl/src/main/config/context-datatree-config.xml +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - - - urn:opendaylight:params:xml:ns:yang:v3po:impl?module=v3po-impl&revision=2014-12-10 - urn:honeycomb:params:xml:ns:yang:translate:utils?module=translate-utils&revision=2016-04-06 - urn:honeycomb:params:xml:ns:yang:vpp:jvpp:cfg?module=vpp-jvpp-cfg&revision=2016-04-06 - urn:honeycomb:params:xml:ns:yang:vpp:data:init?module=vpp-cfg-init&revision=2016-04-07 - urn:honeycomb:params:xml:ns:yang:data:api?module=data-api&revision=2016-04-11 - urn:honeycomb:params:xml:ns:yang:data:impl?module=data-impl&revision=2016-04-11 - urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding?module=opendaylight-md-sal-binding&revision=2013-10-28 - - - - - - - - - - prefix:inmemory-data-tree - inmemory-context-data-tree - - dom:schema-service - yang-schema-service - - oper - - - - - prefix:persisting-data-tree-adapter - inmemory-persisted-context-data-tree - - prefix:data-tree - inmemory-context-data-tree - - - dom:schema-service - yang-schema-service - - etc/opendaylight/honeycomb/context.json - - - - - prefix:honeycomb-context-dom-data-broker - honeycomb-context-data-broker - - - prefix:data-tree - inmemory-persisted-context-data-tree - - - - - - prefix:binding-forwarded-data-broker - honeycomb-context-binding-data-broker - - - dom:dom-async-data-broker - honeycomb-context-data-broker - - - dom:schema-service - yang-schema-service - - - binding:binding-dom-mapping-service - runtime-mapping-singleton - - - - - - - prefix:context-reader - context-reader - - binding:binding-async-data-broker - honeycomb-context-binding-data-broker - - - - prefix:delegating-reader-registry - read-registry - - prefix:honeycomb-reader-factory - context-reader - - - - - - - prefix:realtime-mapping-context - realtime-mapping-context - - binding:binding-async-data-broker - honeycomb-context-binding-data-broker - - - - - - - prefix:honeycomb-reader-factory - - context-reader - /modules/module[type='context-reader'][name='context-reader'] - - - - prefix:data-tree - - inmemory-context-data-tree - /modules/module[type='inmemory-data-tree'][name='inmemory-context-data-tree'] - - - - inmemory-persisted-context-data-tree - /modules/module[type='persisting-data-tree-adapter'][name='inmemory-persisted-context-data-tree'] - - - - - - dom:dom-async-data-broker - - honeycomb-context-data-broker - /modules/module[type='honeycomb-context-dom-data-broker'][name='honeycomb-context-data-broker'] - - - - - binding:binding-async-data-broker - - honeycomb-context-binding-data-broker - /modules/module[type='binding-forwarded-data-broker'][name='honeycomb-context-binding-data-broker'] - - - - - prefix:honeycomb-mapping-context - - realtime-mapping-context - /modules/module[type='realtime-mapping-context'][name='realtime-mapping-context'] - - - - - - -- cgit 1.2.3-korg