Move BP xml files to standard OSGI-INF/blueprint 64/79964/3
authorTom Pantelis <tompantelis@gmail.com>
Mon, 28 Jan 2019 16:45:00 +0000 (11:45 -0500)
committerTom Pantelis <tompantelis@gmail.com>
Tue, 29 Jan 2019 15:11:13 +0000 (10:11 -0500)
commit76c7d1c35087b26fc6c48f4aadce4039b43ae708
treebae69324122a08dd83f25072918cb8b24f455278
parent99ba97d681e448ef23b52b523781faef8809bbe6
Move BP xml files to standard OSGI-INF/blueprint

Change-Id: I879cabdb7591fccfbe22d84cd64d4cdae66a9cc8
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
28 files changed:
netconf/aaa-authn-odl-plugin/src/main/resources/OSGI-INF/blueprint/aaa-authn-netconf.xml [moved from netconf/aaa-authn-odl-plugin/src/main/resources/org/opendaylight/blueprint/aaa-authn-netconf.xml with 100% similarity]
netconf/callhome-provider/src/main/resources/OSGI-INF/blueprint/callhome-topology.xml [moved from netconf/callhome-provider/src/main/resources/org/opendaylight/blueprint/callhome-topology.xml with 100% similarity]
netconf/mdsal-netconf-connector/src/main/resources/OSGI-INF/blueprint/mdsal-netconf-connector.xml [moved from netconf/mdsal-netconf-connector/src/main/resources/org/opendaylight/blueprint/mdsal-netconf-connector.xml with 100% similarity]
netconf/mdsal-netconf-impl/src/main/resources/OSGI-INF/blueprint/mdsal-netconf-impl.xml [moved from netconf/mdsal-netconf-impl/src/main/resources/org/opendaylight/blueprint/mdsal-netconf-impl.xml with 97% similarity]
netconf/mdsal-netconf-monitoring/src/main/resources/OSGI-INF/blueprint/mdsal-netconf-monitoring.xml [moved from netconf/mdsal-netconf-monitoring/src/main/resources/org/opendaylight/blueprint/mdsal-netconf-monitoring.xml with 100% similarity]
netconf/mdsal-netconf-notification/src/main/resources/OSGI-INF/blueprint/mdsal-netconf-notification.xml [moved from netconf/mdsal-netconf-notification/src/main/resources/org/opendaylight/blueprint/mdsal-netconf-notification.xml with 100% similarity]
netconf/mdsal-netconf-ssh/src/main/resources/OSGI-INF/blueprint/netconf-ssh.xml [moved from netconf/mdsal-netconf-ssh/src/main/resources/org/opendaylight/blueprint/netconf-ssh.xml with 100% similarity]
netconf/mdsal-netconf-tcp/src/main/resources/OSGI-INF/blueprint/netconf-tcp.xml [moved from netconf/mdsal-netconf-tcp/src/main/resources/org/opendaylight/blueprint/netconf-tcp.xml with 100% similarity]
netconf/mdsal-netconf-yang-library/src/main/resources/OSGI-INF/blueprint/mdsal-netconf-yang-library.xml [moved from netconf/mdsal-netconf-yang-library/src/main/resources/org/opendaylight/blueprint/mdsal-netconf-yang-library.xml with 100% similarity]
netconf/messagebus-netconf/src/main/resources/OSGI-INF/blueprint/messagebus-netconf.xml [moved from netconf/messagebus-netconf/src/main/resources/org/opendaylight/blueprint/messagebus-netconf.xml with 100% similarity]
netconf/netconf-client/src/main/resources/OSGI-INF/blueprint/netconf-client.xml [moved from netconf/netconf-client/src/main/resources/org/opendaylight/blueprint/netconf-client.xml with 100% similarity]
netconf/netconf-config/pom.xml
netconf/netconf-config/src/main/resources/OSGI-INF/blueprint/netconf-config.xml [moved from netconf/netconf-config/src/main/resources/org/opendaylight/blueprint/netconf-config.xml with 100% similarity]
netconf/netconf-console/src/main/resources/OSGI-INF/blueprint/netconf-command.xml [moved from netconf/netconf-console/src/main/resources/org/opendaylight/blueprint/netconf-command.xml with 100% similarity]
netconf/netconf-impl/src/main/java/org/opendaylight/netconf/impl/NetconfServerDispatcherImpl.java
netconf/netconf-impl/src/main/java/org/opendaylight/netconf/impl/ServerChannelInitializer.java [new file with mode: 0644]
netconf/netconf-impl/src/test/java/org/opendaylight/netconf/impl/ConcurrentClientsTest.java
netconf/netconf-impl/src/test/java/org/opendaylight/netconf/impl/NetconfDispatcherImplTest.java
netconf/netconf-topology-config/src/main/resources/OSGI-INF/blueprint/netconf-topology.xml [moved from netconf/netconf-topology-config/src/main/resources/org/opendaylight/blueprint/netconf-topology.xml with 100% similarity]
netconf/netconf-topology-singleton/src/main/resources/OSGI-INF/blueprint/netconf-topology-singleton.xml [moved from netconf/netconf-topology-singleton/src/main/resources/org/opendaylight/blueprint/netconf-topology-singleton.xml with 100% similarity]
netconf/netconf-util/src/main/resources/OSGI-INF/blueprint/netconf-util-blueprint.xml [moved from netconf/netconf-util/src/main/resources/org/opendaylight/blueprint/netconf-util-blueprint.xml with 91% similarity]
netconf/tools/netconf-testtool/src/main/java/org/opendaylight/netconf/test/tool/NetconfDeviceSimulator.java
netconf/yanglib/src/main/resources/OSGI-INF/blueprint/yanglib.xml [moved from netconf/yanglib/src/main/resources/org/opendaylight/blueprint/yanglib.xml with 100% similarity]
restconf/restconf-nb-bierman02-auth/src/main/resources/OSGI-INF/blueprint/bierman02-auth.xml [moved from restconf/restconf-nb-bierman02-auth/src/main/resources/org/opendaylight/blueprint/bierman02-auth.xml with 100% similarity]
restconf/restconf-nb-bierman02-noauth/src/main/resources/OSGI-INF/blueprint/bierman02-noauth.xml [moved from restconf/restconf-nb-bierman02-noauth/src/main/resources/org/opendaylight/blueprint/bierman02-noauth.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/main/resources/OSGI-INF/blueprint/restconf-config.xml [moved from restconf/restconf-nb-bierman02/src/main/resources/org/opendaylight/blueprint/restconf-config.xml with 100% similarity]
restconf/restconf-nb-rfc8040/src/main/resources/OSGI-INF/blueprint/restconf-bp.xml [moved from restconf/restconf-nb-rfc8040/src/main/resources/org/opendaylight/blueprint/restconf-bp.xml with 100% similarity]
restconf/sal-rest-docgen/src/main/resources/OSGI-INF/blueprint/blueprint.xml [moved from restconf/sal-rest-docgen/src/main/resources/org/opendaylight/blueprint/blueprint.xml with 100% similarity]