From 3c00146651abdf8cfeaf103b789b6c0b95bd1d89 Mon Sep 17 00:00:00 2001 From: Sangwook Ha Date: Mon, 14 Mar 2022 14:28:27 -0700 Subject: [PATCH] Consolidate blueprint XML files for openflowplugin-impl There are two Blueprint XML files cross-referencing between them. Merge them into a single file for better readability. Change-Id: Ib46dd02259658484a278908dc8af46f553a9d4f7 Signed-off-by: Sangwook Ha --- .../resources/OSGI-INF/blueprint/autowire.xml | 32 -------- .../resources/OSGI-INF/blueprint/commands.xml | 3 +- .../blueprint/openflowplugin-impl.xml | 77 +++++++++++++++---- 3 files changed, 64 insertions(+), 48 deletions(-) delete mode 100644 openflowplugin-impl/src/main/resources/OSGI-INF/blueprint/autowire.xml diff --git a/openflowplugin-impl/src/main/resources/OSGI-INF/blueprint/autowire.xml b/openflowplugin-impl/src/main/resources/OSGI-INF/blueprint/autowire.xml deleted file mode 100644 index ad51e5552a..0000000000 --- a/openflowplugin-impl/src/main/resources/OSGI-INF/blueprint/autowire.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - org.opendaylight.openflowplugin.api.openflow.OpenFlowPluginProvider - org.opendaylight.openflowplugin.extension.api.OpenFlowPluginExtensionRegistratorProvider - org.opendaylight.openflowplugin.api.openflow.FlowGroupInfoHistories - - - diff --git a/openflowplugin-impl/src/main/resources/OSGI-INF/blueprint/commands.xml b/openflowplugin-impl/src/main/resources/OSGI-INF/blueprint/commands.xml index 67be069039..0b8e99a554 100644 --- a/openflowplugin-impl/src/main/resources/OSGI-INF/blueprint/commands.xml +++ b/openflowplugin-impl/src/main/resources/OSGI-INF/blueprint/commands.xml @@ -8,7 +8,6 @@ --> - @@ -29,4 +28,4 @@ - \ No newline at end of file + diff --git a/openflowplugin-impl/src/main/resources/OSGI-INF/blueprint/openflowplugin-impl.xml b/openflowplugin-impl/src/main/resources/OSGI-INF/blueprint/openflowplugin-impl.xml index 7b80dbb1a9..fc1cf6e4e1 100644 --- a/openflowplugin-impl/src/main/resources/OSGI-INF/blueprint/openflowplugin-impl.xml +++ b/openflowplugin-impl/src/main/resources/OSGI-INF/blueprint/openflowplugin-impl.xml @@ -5,32 +5,81 @@ xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0" odl:use-default-for-reference-types="true"> - - + + + + + + + + + + + - + + + org.opendaylight.openflowplugin.api.openflow.OpenFlowPluginProvider + org.opendaylight.openflowplugin.extension.api.OpenFlowPluginExtensionRegistratorProvider + org.opendaylight.openflowplugin.api.openflow.FlowGroupInfoHistories + + + + + - - - + + - + + + + + + - - + + - + + - + + + + + + + -- 2.36.6