mv BP XML from org/opendaylight to OSGI-INF/ 24/80124/4
authorguillaume.lambert <guillaume.lambert@orange.com>
Sat, 2 Feb 2019 23:21:17 +0000 (00:21 +0100)
committerguillaume.lambert <guillaume.lambert@orange.com>
Tue, 12 Feb 2019 13:56:30 +0000 (14:56 +0100)
commit02879e9f6fadc2ba0fa0a6db8980129463e147a3
treee05af158a06c49c6787a444c09b5af12d450e64a
parent0d2599843447182bfdd8dd4b3815c543ff9c5268
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 <guillaume.lambert@orange.com>
common/src/main/resources/OSGI-INF/blueprint/common-blueprint.xml [moved from common/src/main/resources/org/opendaylight/blueprint/common-blueprint.xml with 100% similarity]
networkmodel/src/main/resources/OSGI-INF/blueprint/networkmodel-blueprint.xml [moved from networkmodel/src/main/resources/org/opendaylight/blueprint/networkmodel-blueprint.xml with 100% similarity]
olm/src/main/resources/OSGI-INF/blueprint/olm-blueprint.xml [moved from olm/src/main/resources/org/opendaylight/blueprint/olm-blueprint.xml with 100% similarity]
pce/src/main/resources/OSGI-INF/blueprint/pce-blueprint.xml [moved from pce/src/main/resources/org/opendaylight/blueprint/pce-blueprint.xml with 100% similarity]
renderer/src/main/resources/OSGI-INF/blueprint/renderer-blueprint.xml [moved from renderer/src/main/resources/org/opendaylight/blueprint/renderer-blueprint.xml with 100% similarity]
servicehandler/src/main/resources/OSGI-INF/blueprint/servicehandler-blueprint.xml [moved from servicehandler/src/main/resources/org/opendaylight/blueprint/servicehandler-blueprint.xml with 100% similarity]
tests/stubpce/src/main/resources/OSGI-INF/blueprint/Stubpce-blueprint.xml [moved from tests/stubpce/src/main/resources/org/opendaylight/blueprint/Stubpce-blueprint.xml with 100% similarity]
tests/stubrenderer/src/main/resources/OSGI-INF/blueprint/stubrenderer-blueprint.xml [moved from tests/stubrenderer/src/main/resources/org/opendaylight/blueprint/stubrenderer-blueprint.xml with 100% similarity]