Renamed artifacts to reflect the project's name. 86/25986/2
authorGabriel Robitaille-Montpetit <grmontpetit@inocybe.com>
Tue, 25 Aug 2015 20:36:54 +0000 (16:36 -0400)
committerGabriel Robitaille-Montpetit <grmontpetit@inocybe.com>
Tue, 25 Aug 2015 20:37:22 +0000 (16:37 -0400)
commit6627847988116701d432d21a3f69fdd5a18e9b75
tree386c06cf3fd76cad5bc22b76e9583abf6d38a970
parent29dda3555ad21281f06deedec5ebc52c62526b48
Renamed artifacts to reflect the project's name.

Change-Id: I30a4c94f5c87a8f5d9bac29147345cec9dbab053
Signed-off-by: Gabriel Robitaille-Montpetit <grmontpetit@inocybe.com>
43 files changed:
api/pom.xml
api/src/main/yang/cl-unimgr-mef.yang [moved from api/src/main/yang/cl-vcpe-mef.yang with 92% similarity]
artifacts/pom.xml
cli/pom.xml
cli/src/main/java/org/opendaylight/unimgr/cli/EvcRemoveShellCommand.java [moved from cli/src/main/java/org/opendaylight/vcpe/cli/EvcRemoveShellCommand.java with 82% similarity]
cli/src/main/java/org/opendaylight/unimgr/cli/UniAddShellCommand.java [moved from cli/src/main/java/org/opendaylight/vcpe/cli/UniAddShellCommand.java with 89% similarity]
cli/src/main/java/org/opendaylight/unimgr/cli/UniListShellCommand.java [moved from cli/src/main/java/org/opendaylight/vcpe/cli/UniListShellCommand.java with 86% similarity]
cli/src/main/java/org/opendaylight/unimgr/cli/UniRemoveShellCommand.java [moved from cli/src/main/java/org/opendaylight/vcpe/cli/UniRemoveShellCommand.java with 82% similarity]
cli/src/main/java/org/opendaylight/unimgr/cli/UniShowShellCommand.java [moved from cli/src/main/java/org/opendaylight/vcpe/cli/UniShowShellCommand.java with 87% similarity]
cli/src/main/resources/OSGI-INF/blueprint/commands.xml
features/pom.xml
features/src/main/features/features.xml
impl/pom.xml
impl/src/main/config/default-config.xml
impl/src/main/java/org/opendaylight/unimgr/api/IUnimgrConsoleProvider.java [moved from impl/src/main/java/org/opendaylight/vcpe/api/IVcpeConsoleProvider.java with 81% similarity]
impl/src/main/java/org/opendaylight/unimgr/api/IUnimgrDataChangeListener.java [moved from impl/src/main/java/org/opendaylight/vcpe/api/IVcpeDataChangeListener.java with 88% similarity]
impl/src/main/java/org/opendaylight/unimgr/command/AbstractCreateCommand.java [moved from impl/src/main/java/org/opendaylight/vcpe/command/AbstractCreateCommand.java with 94% similarity]
impl/src/main/java/org/opendaylight/unimgr/command/AbstractDeleteCommand.java [moved from impl/src/main/java/org/opendaylight/vcpe/command/AbstractDeleteCommand.java with 95% similarity]
impl/src/main/java/org/opendaylight/unimgr/command/AbstractUpdateCommand.java [moved from impl/src/main/java/org/opendaylight/vcpe/command/AbstractUpdateCommand.java with 94% similarity]
impl/src/main/java/org/opendaylight/unimgr/command/Command.java [moved from impl/src/main/java/org/opendaylight/vcpe/command/Command.java with 89% similarity]
impl/src/main/java/org/opendaylight/unimgr/command/EvcCreateCommand.java [moved from impl/src/main/java/org/opendaylight/vcpe/command/EvcCreateCommand.java with 54% similarity]
impl/src/main/java/org/opendaylight/unimgr/command/EvcDeleteCommand.java [moved from impl/src/main/java/org/opendaylight/vcpe/command/EvcDeleteCommand.java with 85% similarity]
impl/src/main/java/org/opendaylight/unimgr/command/EvcUpdateCommand.java [moved from impl/src/main/java/org/opendaylight/vcpe/command/EvcUpdateCommand.java with 96% similarity]
impl/src/main/java/org/opendaylight/unimgr/command/TransactionInvoker.java [moved from impl/src/main/java/org/opendaylight/vcpe/command/TransactionInvoker.java with 95% similarity]
impl/src/main/java/org/opendaylight/unimgr/command/UniCreateCommand.java [moved from impl/src/main/java/org/opendaylight/vcpe/command/UniCreateCommand.java with 79% similarity]
impl/src/main/java/org/opendaylight/unimgr/command/UniDeleteCommand.java [moved from impl/src/main/java/org/opendaylight/vcpe/command/UniDeleteCommand.java with 80% similarity]
impl/src/main/java/org/opendaylight/unimgr/command/UniUpdateCommand.java [moved from impl/src/main/java/org/opendaylight/vcpe/command/UniUpdateCommand.java with 98% similarity]
impl/src/main/java/org/opendaylight/unimgr/impl/EvcDataChangeListener.java [moved from impl/src/main/java/org/opendaylight/vcpe/impl/EvcDataChangeListener.java with 89% similarity]
impl/src/main/java/org/opendaylight/unimgr/impl/UniDataChangeListener.java [moved from impl/src/main/java/org/opendaylight/vcpe/impl/UniDataChangeListener.java with 89% similarity]
impl/src/main/java/org/opendaylight/unimgr/impl/UnimgrConstants.java [moved from impl/src/main/java/org/opendaylight/vcpe/impl/VcpeConstants.java with 98% similarity]
impl/src/main/java/org/opendaylight/unimgr/impl/UnimgrDataChangeListener.java [moved from impl/src/main/java/org/opendaylight/vcpe/impl/VcpeDataChangeListener.java with 78% similarity]
impl/src/main/java/org/opendaylight/unimgr/impl/UnimgrMapper.java [moved from impl/src/main/java/org/opendaylight/vcpe/impl/VcpeMapper.java with 83% similarity]
impl/src/main/java/org/opendaylight/unimgr/impl/UnimgrProvider.java [moved from impl/src/main/java/org/opendaylight/vcpe/impl/VcpeProvider.java with 75% similarity]
impl/src/main/java/org/opendaylight/unimgr/impl/UnimgrUtils.java [moved from impl/src/main/java/org/opendaylight/vcpe/impl/VcpeUtils.java with 91% similarity]
impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/unimgr/impl/rev150622/UnimgrModule.java [new file with mode: 0644]
impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/unimgr/impl/rev150622/UnimgrModuleFactory.java [new file with mode: 0644]
impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/unimgr/impl/rev150622/VcpeModule.java [moved from impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/vcpe/impl/rev150622/VcpeModule.java with 52% similarity, mode: 0644]
impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/unimgr/impl/rev150622/VcpeModuleFactory.java [moved from impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/vcpe/impl/rev150622/VcpeModuleFactory.java with 56% similarity, mode: 0644]
impl/src/main/yang/unimgr-impl.yang [moved from impl/src/main/yang/vcpe-impl.yang with 79% similarity]
impl/src/test/java/org/opendaylight/unimgr/impl/UnimgrProviderTest.java [moved from impl/src/test/java/org/opendaylight/vcpe/impl/VcpeProviderTest.java with 85% similarity]
it/pom.xml
karaf/pom.xml
pom.xml