From: guillaume.lambert Date: Sat, 2 Feb 2019 23:21:17 +0000 (+0100) Subject: mv BP XML from org/opendaylight to OSGI-INF/ X-Git-Tag: v0.3.0~19 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=transportpce.git;a=commitdiff_plain;h=refs%2Fchanges%2F24%2F80124%2F4 mv BP XML from org/opendaylight to OSGI-INF/ Blueprint XML files moved, following https://wiki.opendaylight.org/view/Neon_platform_upgrade#Blueprint_declarations find . -path '*/src/main/resources/org/opendaylight/blueprint/*.xml' -execdir sh -c "mkdir -p ../../../OSGI-INF/blueprint; git mv {} ../../../OSGI-INF/blueprint" \; Change-Id: I0421619ffd5116b919605c45fc474c938238b06f Signed-off-by: guillaume.lambert --- diff --git a/common/src/main/resources/org/opendaylight/blueprint/common-blueprint.xml b/common/src/main/resources/OSGI-INF/blueprint/common-blueprint.xml similarity index 100% rename from common/src/main/resources/org/opendaylight/blueprint/common-blueprint.xml rename to common/src/main/resources/OSGI-INF/blueprint/common-blueprint.xml diff --git a/networkmodel/src/main/resources/org/opendaylight/blueprint/networkmodel-blueprint.xml b/networkmodel/src/main/resources/OSGI-INF/blueprint/networkmodel-blueprint.xml similarity index 100% rename from networkmodel/src/main/resources/org/opendaylight/blueprint/networkmodel-blueprint.xml rename to networkmodel/src/main/resources/OSGI-INF/blueprint/networkmodel-blueprint.xml diff --git a/olm/src/main/resources/org/opendaylight/blueprint/olm-blueprint.xml b/olm/src/main/resources/OSGI-INF/blueprint/olm-blueprint.xml similarity index 100% rename from olm/src/main/resources/org/opendaylight/blueprint/olm-blueprint.xml rename to olm/src/main/resources/OSGI-INF/blueprint/olm-blueprint.xml diff --git a/pce/src/main/resources/org/opendaylight/blueprint/pce-blueprint.xml b/pce/src/main/resources/OSGI-INF/blueprint/pce-blueprint.xml similarity index 100% rename from pce/src/main/resources/org/opendaylight/blueprint/pce-blueprint.xml rename to pce/src/main/resources/OSGI-INF/blueprint/pce-blueprint.xml diff --git a/renderer/src/main/resources/org/opendaylight/blueprint/renderer-blueprint.xml b/renderer/src/main/resources/OSGI-INF/blueprint/renderer-blueprint.xml similarity index 100% rename from renderer/src/main/resources/org/opendaylight/blueprint/renderer-blueprint.xml rename to renderer/src/main/resources/OSGI-INF/blueprint/renderer-blueprint.xml diff --git a/servicehandler/src/main/resources/org/opendaylight/blueprint/servicehandler-blueprint.xml b/servicehandler/src/main/resources/OSGI-INF/blueprint/servicehandler-blueprint.xml similarity index 100% rename from servicehandler/src/main/resources/org/opendaylight/blueprint/servicehandler-blueprint.xml rename to servicehandler/src/main/resources/OSGI-INF/blueprint/servicehandler-blueprint.xml diff --git a/tests/stubpce/src/main/resources/org/opendaylight/blueprint/Stubpce-blueprint.xml b/tests/stubpce/src/main/resources/OSGI-INF/blueprint/Stubpce-blueprint.xml similarity index 100% rename from tests/stubpce/src/main/resources/org/opendaylight/blueprint/Stubpce-blueprint.xml rename to tests/stubpce/src/main/resources/OSGI-INF/blueprint/Stubpce-blueprint.xml diff --git a/tests/stubrenderer/src/main/resources/org/opendaylight/blueprint/stubrenderer-blueprint.xml b/tests/stubrenderer/src/main/resources/OSGI-INF/blueprint/stubrenderer-blueprint.xml similarity index 100% rename from tests/stubrenderer/src/main/resources/org/opendaylight/blueprint/stubrenderer-blueprint.xml rename to tests/stubrenderer/src/main/resources/OSGI-INF/blueprint/stubrenderer-blueprint.xml