From: Singal, Kapil (ks220y) Date: Mon, 9 Mar 2020 15:16:49 +0000 (-0400) Subject: Fixing package naming to fix MANIFEST.MF X-Git-Tag: 1.0.0~53 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F71%2F103371%2F2;p=ccsdk%2Ffeatures.git Fixing package naming to fix MANIFEST.MF Reafactoring POM Files Change-Id: Ib2eaaca2ee81d8354ccff4de10f7d6f77c8a82bf Issue-ID: CCSDK-2166 Signed-off-by: Singal, Kapil (ks220y) --- diff --git a/sdnr/northbound/CMNotify/provider/pom.xml b/sdnr/northbound/CMNotify/provider/pom.xml index 47efb8755..e8b6ce437 100644 --- a/sdnr/northbound/CMNotify/provider/pom.xml +++ b/sdnr/northbound/CMNotify/provider/pom.xml @@ -44,16 +44,15 @@ - + org.onap.ccsdk.sli.core @@ -62,9 +61,9 @@ pom import - + org.onap.ccsdk.features.sdnr.northbound @@ -76,7 +75,6 @@ org.opendaylight.controller sal-binding-config - org.opendaylight.controller sal-binding-api @@ -118,76 +116,75 @@ utils-provider ${sdnctl.sli.version} ---> - - org.opendaylight.controller - sal-binding-api - - - - org.onap.ccsdk.sli.core - sli-common - provided - - - org.onap.ccsdk.sli.core - sli-provider - provided - - - org.opendaylight.controller - sal-test-model - test - - - org.opendaylight.controller - sal-binding-broker-impl - test - - - org.opendaylight.controller - sal-binding-broker-impl - test-jar - tests - test - - - junit - junit - test - - - org.mockito - mockito-core - test - - - org.testng - testng - test - + --> + + org.opendaylight.controller + sal-binding-api + - - org.opendaylight.controller - sal-common-util - - - org.opendaylight.controller - sal-core-api - + + org.onap.ccsdk.sli.core + sli-common + provided + + + org.onap.ccsdk.sli.core + sli-provider + provided + + + org.opendaylight.controller + sal-test-model + test + + + org.opendaylight.controller + sal-binding-broker-impl + test + + + org.opendaylight.controller + sal-binding-broker-impl + test-jar + tests + test + + + junit + junit + test + + + org.mockito + mockito-core + test + + + org.testng + testng + test + - - org.opendaylight.yangtools - yang-data-impl - + + org.opendaylight.controller + sal-common-util + + + org.opendaylight.controller + sal-core-api + - - org.opendaylight.controller - sal-binding-broker-impl - test-jar - tests - test - + + org.opendaylight.yangtools + yang-data-impl + + + org.opendaylight.controller + sal-binding-broker-impl + test-jar + tests + test + diff --git a/sdnr/northbound/CMNotify/provider/src/main/java/org/onap/ccsdk/features/sdnr/northbound/CMNotify/CMNotifyClient.java b/sdnr/northbound/CMNotify/provider/src/main/java/org/onap/ccsdk/features/sdnr/northbound/cmnotify/CMNotifyClient.java similarity index 98% rename from sdnr/northbound/CMNotify/provider/src/main/java/org/onap/ccsdk/features/sdnr/northbound/CMNotify/CMNotifyClient.java rename to sdnr/northbound/CMNotify/provider/src/main/java/org/onap/ccsdk/features/sdnr/northbound/cmnotify/CMNotifyClient.java index a098904fc..e4c94f3a8 100644 --- a/sdnr/northbound/CMNotify/provider/src/main/java/org/onap/ccsdk/features/sdnr/northbound/CMNotify/CMNotifyClient.java +++ b/sdnr/northbound/CMNotify/provider/src/main/java/org/onap/ccsdk/features/sdnr/northbound/cmnotify/CMNotifyClient.java @@ -20,7 +20,7 @@ * ============LICENSE_END========================================================= */ -package org.onap.ccsdk.features.sdnr.northbound.CMNotify; +package org.onap.ccsdk.features.sdnr.northbound.cmnotify; import java.util.Properties; import org.onap.ccsdk.sli.core.sli.SvcLogicException; diff --git a/sdnr/northbound/CMNotify/provider/src/main/java/org/onap/ccsdk/features/sdnr/northbound/CMNotify/CMNotifyProvider.java b/sdnr/northbound/CMNotify/provider/src/main/java/org/onap/ccsdk/features/sdnr/northbound/cmnotify/CMNotifyProvider.java similarity index 99% rename from sdnr/northbound/CMNotify/provider/src/main/java/org/onap/ccsdk/features/sdnr/northbound/CMNotify/CMNotifyProvider.java rename to sdnr/northbound/CMNotify/provider/src/main/java/org/onap/ccsdk/features/sdnr/northbound/cmnotify/CMNotifyProvider.java index 083b82ee4..7317ac4b8 100644 --- a/sdnr/northbound/CMNotify/provider/src/main/java/org/onap/ccsdk/features/sdnr/northbound/CMNotify/CMNotifyProvider.java +++ b/sdnr/northbound/CMNotify/provider/src/main/java/org/onap/ccsdk/features/sdnr/northbound/cmnotify/CMNotifyProvider.java @@ -20,7 +20,7 @@ * ============LICENSE_END========================================================= */ -package org.onap.ccsdk.features.sdnr.northbound.CMNotify; +package org.onap.ccsdk.features.sdnr.northbound.cmnotify; import com.google.common.util.concurrent.Futures; import com.google.common.util.concurrent.ListenableFuture; diff --git a/sdnr/northbound/CMNotify/provider/src/main/resources/OSGI-INF/blueprint/impl-blueprint.xml b/sdnr/northbound/CMNotify/provider/src/main/resources/OSGI-INF/blueprint/impl-blueprint.xml index 2edb6a766..fd036bbd0 100644 --- a/sdnr/northbound/CMNotify/provider/src/main/resources/OSGI-INF/blueprint/impl-blueprint.xml +++ b/sdnr/northbound/CMNotify/provider/src/main/resources/OSGI-INF/blueprint/impl-blueprint.xml @@ -26,7 +26,7 @@ - + @@ -40,7 +40,7 @@ - + diff --git a/sdnr/northbound/CMNotify/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml b/sdnr/northbound/CMNotify/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml index 2edb6a766..fd036bbd0 100644 --- a/sdnr/northbound/CMNotify/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml +++ b/sdnr/northbound/CMNotify/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml @@ -26,7 +26,7 @@ - + @@ -40,7 +40,7 @@ - + diff --git a/sdnr/northbound/CMNotify/provider/src/test/java/org/onap/ccsdk/features/sdnr/northbound/CMNotify/CMNotifyClientTest.java b/sdnr/northbound/CMNotify/provider/src/test/java/org/onap/ccsdk/features/sdnr/northbound/cmnotify/CMNotifyClientTest.java similarity index 96% rename from sdnr/northbound/CMNotify/provider/src/test/java/org/onap/ccsdk/features/sdnr/northbound/CMNotify/CMNotifyClientTest.java rename to sdnr/northbound/CMNotify/provider/src/test/java/org/onap/ccsdk/features/sdnr/northbound/cmnotify/CMNotifyClientTest.java index 06955838e..826d144f0 100644 --- a/sdnr/northbound/CMNotify/provider/src/test/java/org/onap/ccsdk/features/sdnr/northbound/CMNotify/CMNotifyClientTest.java +++ b/sdnr/northbound/CMNotify/provider/src/test/java/org/onap/ccsdk/features/sdnr/northbound/cmnotify/CMNotifyClientTest.java @@ -19,7 +19,7 @@ * ============LICENSE_END========================================================= */ - package org.onap.ccsdk.features.sdnr.northbound.CMNotify; + package org.onap.ccsdk.features.sdnr.northbound.cmnotify; import static org.junit.Assert.*; import static org.mockito.Mockito.*; @@ -32,7 +32,7 @@ import org.onap.ccsdk.sli.core.sli.SvcLogicException; import org.onap.ccsdk.sli.core.sli.provider.MdsalHelper; import org.onap.ccsdk.sli.core.sli.provider.SvcLogicService; -import org.onap.ccsdk.features.sdnr.northbound.CMNotify.CMNotifyClient; +import org.onap.ccsdk.features.sdnr.northbound.cmnotify.CMNotifyClient; import org.opendaylight.yang.gen.v1.org.onap.ccsdk.rev200224.NbrlistChangeNotificationInput; import org.opendaylight.yang.gen.v1.org.onap.ccsdk.rev200224.NbrlistChangeNotificationInputBuilder; diff --git a/sdnr/northbound/CMNotify/provider/src/test/java/org/onap/ccsdk/features/sdnr/northbound/CMNotify/TestCMNotify.java b/sdnr/northbound/CMNotify/provider/src/test/java/org/onap/ccsdk/features/sdnr/northbound/cmnotify/TestCMNotify.java similarity index 95% rename from sdnr/northbound/CMNotify/provider/src/test/java/org/onap/ccsdk/features/sdnr/northbound/CMNotify/TestCMNotify.java rename to sdnr/northbound/CMNotify/provider/src/test/java/org/onap/ccsdk/features/sdnr/northbound/cmnotify/TestCMNotify.java index 060d39949..36218eb99 100644 --- a/sdnr/northbound/CMNotify/provider/src/test/java/org/onap/ccsdk/features/sdnr/northbound/CMNotify/TestCMNotify.java +++ b/sdnr/northbound/CMNotify/provider/src/test/java/org/onap/ccsdk/features/sdnr/northbound/cmnotify/TestCMNotify.java @@ -19,13 +19,13 @@ * ============LICENSE_END========================================================= */ -package org.onap.ccsdk.features.sdnr.northbound.CMNotify; +package org.onap.ccsdk.features.sdnr.northbound.cmnotify; import org.junit.Before; import org.junit.Test; -import org.onap.ccsdk.features.sdnr.northbound.CMNotify.CMNotifyClient; -import org.onap.ccsdk.features.sdnr.northbound.CMNotify.CMNotifyProvider; +import org.onap.ccsdk.features.sdnr.northbound.cmnotify.CMNotifyClient; +import org.onap.ccsdk.features.sdnr.northbound.cmnotify.CMNotifyProvider; import org.opendaylight.controller.md.sal.binding.api.DataBroker; import org.opendaylight.controller.md.sal.binding.api.NotificationPublishService; diff --git a/sdnr/wt/data-provider/setup/pom.xml b/sdnr/wt/data-provider/setup/pom.xml index f7aa01af7..a43ec0c52 100644 --- a/sdnr/wt/data-provider/setup/pom.xml +++ b/sdnr/wt/data-provider/setup/pom.xml @@ -63,9 +63,9 @@ 1.4 - org.slf4j - slf4j-log4j12 - + org.slf4j + slf4j-log4j12 + ${project.groupId} sdnr-wt-common @@ -133,7 +133,7 @@ sdnr-dmt - false + false org.onap.ccsdk.features.sdnr.wt.dataprovider.setup.Program diff --git a/sdnr/wt/featureaggregator/installer/pom.xml b/sdnr/wt/featureaggregator/installer/pom.xml index ba0b4c9b1..bd8c3abdc 100755 --- a/sdnr/wt/featureaggregator/installer/pom.xml +++ b/sdnr/wt/featureaggregator/installer/pom.xml @@ -145,7 +145,7 @@ - + maven-resources-plugin 2.6 @@ -168,7 +168,7 @@ - +