Rename package to new ccsdk/features repo 61/56961/3
authorCLAPP, GEORGE H (gc731h) <gc731h@att.com>
Thu, 19 Jul 2018 20:14:51 +0000 (20:14 +0000)
committerCLAPP, GEORGE H (gc731h) <gc731h@att.com>
Thu, 19 Jul 2018 21:30:08 +0000 (21:30 +0000)
commit026500f89289120c4d946c9e2cb8e94e37d6751f
tree132fd79f1f41784d77daf87cc6db36900220cba9
parent10cd619b5e6e34b22b3239a2516f1ca491c87a3a
Rename package to new ccsdk/features repo

Rename the energysavings package to align with new ccsdk/features repo and update file structure

Change-Id: I9404cc2aca5e6f3abe8decd89987478a7d6db295
Issue-ID: CCSDK-350
Signed-off-by: CLAPP, GEORGE H (gc731h) <gc731h@att.com>
12 files changed:
sdnr/northbound/energysavings/.gitignore [new file with mode: 0644]
sdnr/northbound/energysavings/README.md
sdnr/northbound/energysavings/features/.gitignore [new file with mode: 0644]
sdnr/northbound/energysavings/features/pom.xml
sdnr/northbound/energysavings/installer/.gitignore [new file with mode: 0644]
sdnr/northbound/energysavings/installer/pom.xml
sdnr/northbound/energysavings/model/.gitignore [new file with mode: 0644]
sdnr/northbound/energysavings/provider/.gitignore [new file with mode: 0644]
sdnr/northbound/energysavings/provider/pom.xml
sdnr/northbound/energysavings/provider/src/main/java/org/onap/ccsdk/features/sdnr/northbound/energysavings/EnergysavingsProvider.java [new file with mode: 0644]
sdnr/northbound/energysavings/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml
sdnr/northbound/energysavings/provider/src/test/java/org/onap/ccsdk/features/sdnr/northbound/energysavings/EnergysavingsProviderTest.java [new file with mode: 0644]