From 2c4a12c3108b49169ed42eaa8bf63e35ec9ac1fa Mon Sep 17 00:00:00 2001 From: Ravi Pendurty Date: Tue, 17 Dec 2019 17:21:24 +0100 Subject: App mountpoint-state-provider App mountpoint-state-provider for use by microservices Issue-ID: SDNC-1010 Signed-off-by: Ravi Pendurty Change-Id: I22d7a5e6581a451209a520fab73def1eba496239 Signed-off-by: Ravi Pendurty --- .../org/opendaylight/blueprint/impl-blueprint.xml | 35 ++++++++++++++++++++++ .../provider/src/main/resources/version.properties | 3 ++ 2 files changed, 38 insertions(+) create mode 100644 sdnr/wt/mountpoint-state-provider/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml create mode 100644 sdnr/wt/mountpoint-state-provider/provider/src/main/resources/version.properties (limited to 'sdnr/wt/mountpoint-state-provider/provider/src/main/resources') diff --git a/sdnr/wt/mountpoint-state-provider/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml b/sdnr/wt/mountpoint-state-provider/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml new file mode 100644 index 000000000..b716b69d8 --- /dev/null +++ b/sdnr/wt/mountpoint-state-provider/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + diff --git a/sdnr/wt/mountpoint-state-provider/provider/src/main/resources/version.properties b/sdnr/wt/mountpoint-state-provider/provider/src/main/resources/version.properties new file mode 100644 index 000000000..80373399e --- /dev/null +++ b/sdnr/wt/mountpoint-state-provider/provider/src/main/resources/version.properties @@ -0,0 +1,3 @@ +# Proberties filled in by maven during build process +version = ${project.version} +build = ${buildtime} -- cgit 1.2.3-korg