From 0756759f39e125b02d63b4e93de83b3c6b13beea Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 13 Dec 2017 11:09:30 -0800 Subject: First part of onap rename This is the first commit of the rename. This commit changes refereces to org.openecomp.appc > org.onap.appc that occur within files. The package folder structure is not changed in this commit. Change-Id: Ic95d749eb99d8a6f4f2b9ee9b06eb41c5cfa7e1c Signed-off-by: Patrick Brady Issue-ID: APPC-13 --- appc-config/appc-data-services/features/pom.xml | 4 ++-- .../appc-data-services/features/src/main/resources/features.xml | 2 +- appc-config/appc-data-services/installer/pom.xml | 8 ++++---- appc-config/appc-data-services/pom.xml | 6 +++--- appc-config/appc-data-services/provider/pom.xml | 6 +++--- .../openecomp/appc/data/services/AppcDataServiceActivator.java | 4 ++-- .../org/openecomp/appc/data/services/AppcDataServiceConstant.java | 2 +- .../org/openecomp/appc/data/services/db/DGGeneralDBService.java | 2 +- .../org/openecomp/appc/data/services/db/GeneralDataService.java | 6 +++--- .../org/openecomp/appc/data/services/node/ConfigResourceNode.java | 8 ++++---- .../java/org/openecomp/appc/data/services/utils/EscapeUtils.java | 2 +- .../openecomp/appc/data/services/db/TestConfigResourceNode.java | 6 +++--- .../openecomp/appc/data/services/db/TestDGGeneralDBService.java | 4 ++-- .../org/openecomp/appc/data/services/db/TestSQLSaveQuery.java | 2 +- 14 files changed, 31 insertions(+), 31 deletions(-) (limited to 'appc-config/appc-data-services') diff --git a/appc-config/appc-data-services/features/pom.xml b/appc-config/appc-data-services/features/pom.xml index 083860ce9..88074192d 100644 --- a/appc-config/appc-data-services/features/pom.xml +++ b/appc-config/appc-data-services/features/pom.xml @@ -3,7 +3,7 @@ 4.0.0 appc-config-data-services - org.openecomp.appc + org.onap.appc 1.3.0-SNAPSHOT appc-config-data-services-features @@ -13,7 +13,7 @@ - org.openecomp.appc + org.onap.appc appc-config-data-services-provider ${project.version} diff --git a/appc-config/appc-data-services/features/src/main/resources/features.xml b/appc-config/appc-data-services/features/src/main/resources/features.xml index a37150ab3..6bc7cc9fc 100644 --- a/appc-config/appc-data-services/features/src/main/resources/features.xml +++ b/appc-config/appc-data-services/features/src/main/resources/features.xml @@ -42,6 +42,6 @@ wrap:mvn:com.att.eelf/eelf-core/${eelf.version} mvn:ch.qos.logback/logback-core/${logback.version} mvn:ch.qos.logback/logback-classic/${logback.version} - mvn:org.openecomp.appc/appc-config-data-services-provider/${project.version} + mvn:org.onap.appc/appc-config-data-services-provider/${project.version} diff --git a/appc-config/appc-data-services/installer/pom.xml b/appc-config/appc-data-services/installer/pom.xml index 8eb628167..35a88f623 100644 --- a/appc-config/appc-data-services/installer/pom.xml +++ b/appc-config/appc-data-services/installer/pom.xml @@ -23,7 +23,7 @@ 4.0.0 - org.openecomp.appc + org.onap.appc appc-config-data-services 1.3.0-SNAPSHOT @@ -34,12 +34,12 @@ appc-config-data-services appc-config-data-services - mvn:org.openecomp.appc/appc-config-data-services-features/${project.version}/xml/features + mvn:org.onap.appc/appc-config-data-services-features/${project.version}/xml/features false - org.openecomp.appc + org.onap.appc appc-config-data-services-features features xml @@ -51,7 +51,7 @@ - org.openecomp.appc + org.onap.appc appc-config-data-services-provider 1.3.0-SNAPSHOT diff --git a/appc-config/appc-data-services/pom.xml b/appc-config/appc-data-services/pom.xml index 28d19c358..cf05d242c 100644 --- a/appc-config/appc-data-services/pom.xml +++ b/appc-config/appc-data-services/pom.xml @@ -2,7 +2,7 @@ - org.openecomp.appc + org.onap.appc appc-config 1.3.0-SNAPSHOT @@ -21,7 +21,7 @@ - org.openecomp.appc + org.onap.appc appc-config-data-services-features features xml @@ -29,7 +29,7 @@ - org.openecomp.appc + org.onap.appc appc-config-data-services-provider ${project.version} diff --git a/appc-config/appc-data-services/provider/pom.xml b/appc-config/appc-data-services/provider/pom.xml index 74f01408f..22b5bb7e6 100644 --- a/appc-config/appc-data-services/provider/pom.xml +++ b/appc-config/appc-data-services/provider/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.openecomp.appc + org.onap.appc appc-config-data-services 1.3.0-SNAPSHOT @@ -106,8 +106,8 @@ appc-config-data-services - org.openecomp.appc.data.services.AppcDataServiceActivator - org.openecomp.appc.data.services + org.onap.appc.data.services.AppcDataServiceActivator + org.onap.appc.data.services * * diff --git a/appc-config/appc-data-services/provider/src/main/java/org/openecomp/appc/data/services/AppcDataServiceActivator.java b/appc-config/appc-data-services/provider/src/main/java/org/openecomp/appc/data/services/AppcDataServiceActivator.java index 0ccc2b752..698924853 100644 --- a/appc-config/appc-data-services/provider/src/main/java/org/openecomp/appc/data/services/AppcDataServiceActivator.java +++ b/appc-config/appc-data-services/provider/src/main/java/org/openecomp/appc/data/services/AppcDataServiceActivator.java @@ -18,13 +18,13 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.appc.data.services; +package org.onap.appc.data.services; import java.util.LinkedList; import java.util.List; import java.util.Properties; -import org.openecomp.appc.data.services.node.ConfigResourceNode; +import org.onap.appc.data.services.node.ConfigResourceNode; import org.osgi.framework.BundleActivator; import org.osgi.framework.BundleContext; import org.osgi.framework.ServiceRegistration; diff --git a/appc-config/appc-data-services/provider/src/main/java/org/openecomp/appc/data/services/AppcDataServiceConstant.java b/appc-config/appc-data-services/provider/src/main/java/org/openecomp/appc/data/services/AppcDataServiceConstant.java index 39ed51a57..9add56b5e 100644 --- a/appc-config/appc-data-services/provider/src/main/java/org/openecomp/appc/data/services/AppcDataServiceConstant.java +++ b/appc-config/appc-data-services/provider/src/main/java/org/openecomp/appc/data/services/AppcDataServiceConstant.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.appc.data.services; +package org.onap.appc.data.services; public class AppcDataServiceConstant { diff --git a/appc-config/appc-data-services/provider/src/main/java/org/openecomp/appc/data/services/db/DGGeneralDBService.java b/appc-config/appc-data-services/provider/src/main/java/org/openecomp/appc/data/services/db/DGGeneralDBService.java index cfb24939b..87e5506a2 100644 --- a/appc-config/appc-data-services/provider/src/main/java/org/openecomp/appc/data/services/db/DGGeneralDBService.java +++ b/appc-config/appc-data-services/provider/src/main/java/org/openecomp/appc/data/services/db/DGGeneralDBService.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.appc.data.services.db; +package org.onap.appc.data.services.db; import java.util.Set; diff --git a/appc-config/appc-data-services/provider/src/main/java/org/openecomp/appc/data/services/db/GeneralDataService.java b/appc-config/appc-data-services/provider/src/main/java/org/openecomp/appc/data/services/db/GeneralDataService.java index bb6d89539..d0b8726ad 100644 --- a/appc-config/appc-data-services/provider/src/main/java/org/openecomp/appc/data/services/db/GeneralDataService.java +++ b/appc-config/appc-data-services/provider/src/main/java/org/openecomp/appc/data/services/db/GeneralDataService.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.appc.data.services.db; +package org.onap.appc.data.services.db; import java.util.Map; import java.util.Set; @@ -31,8 +31,8 @@ import org.onap.ccsdk.sli.core.sli.SvcLogicResource; import org.onap.ccsdk.sli.core.sli.SvcLogicResource.QueryStatus; import org.onap.ccsdk.sli.adaptors.resource.sql.SqlResource; -import org.openecomp.appc.data.services.AppcDataServiceConstant; -import org.openecomp.appc.data.services.utils.EscapeUtils; +import org.onap.appc.data.services.AppcDataServiceConstant; +import org.onap.appc.data.services.utils.EscapeUtils; import com.att.eelf.configuration.EELFLogger; import com.att.eelf.configuration.EELFManager; diff --git a/appc-config/appc-data-services/provider/src/main/java/org/openecomp/appc/data/services/node/ConfigResourceNode.java b/appc-config/appc-data-services/provider/src/main/java/org/openecomp/appc/data/services/node/ConfigResourceNode.java index 3be53ab77..abdb3e85b 100644 --- a/appc-config/appc-data-services/provider/src/main/java/org/openecomp/appc/data/services/node/ConfigResourceNode.java +++ b/appc-config/appc-data-services/provider/src/main/java/org/openecomp/appc/data/services/node/ConfigResourceNode.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.appc.data.services.node; +package org.onap.appc.data.services.node; import java.util.Map; import java.util.ArrayList; @@ -35,9 +35,9 @@ import org.onap.ccsdk.sli.core.sli.SvcLogicContext; import org.onap.ccsdk.sli.core.sli.SvcLogicException; import org.onap.ccsdk.sli.core.sli.SvcLogicJavaPlugin; -import org.openecomp.appc.data.services.AppcDataServiceConstant; -import org.openecomp.appc.data.services.db.DGGeneralDBService; -import org.openecomp.appc.data.services.utils.EscapeUtils; +import org.onap.appc.data.services.AppcDataServiceConstant; +import org.onap.appc.data.services.db.DGGeneralDBService; +import org.onap.appc.data.services.utils.EscapeUtils; import org.onap.ccsdk.sli.core.sli.SvcLogicResource.QueryStatus; diff --git a/appc-config/appc-data-services/provider/src/main/java/org/openecomp/appc/data/services/utils/EscapeUtils.java b/appc-config/appc-data-services/provider/src/main/java/org/openecomp/appc/data/services/utils/EscapeUtils.java index b8daeeb6f..56e776c7c 100644 --- a/appc-config/appc-data-services/provider/src/main/java/org/openecomp/appc/data/services/utils/EscapeUtils.java +++ b/appc-config/appc-data-services/provider/src/main/java/org/openecomp/appc/data/services/utils/EscapeUtils.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.appc.data.services.utils; +package org.onap.appc.data.services.utils; import org.apache.commons.lang3.StringUtils; diff --git a/appc-config/appc-data-services/provider/src/test/java/org/openecomp/appc/data/services/db/TestConfigResourceNode.java b/appc-config/appc-data-services/provider/src/test/java/org/openecomp/appc/data/services/db/TestConfigResourceNode.java index 4fe01b3ae..fb44e8799 100644 --- a/appc-config/appc-data-services/provider/src/test/java/org/openecomp/appc/data/services/db/TestConfigResourceNode.java +++ b/appc-config/appc-data-services/provider/src/test/java/org/openecomp/appc/data/services/db/TestConfigResourceNode.java @@ -22,15 +22,15 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.appc.data.services.db; +package org.onap.appc.data.services.db; import java.util.HashMap; import java.util.Map; import static org.junit.Assert.assertFalse; import org.junit.Ignore; import org.junit.Test; -import org.openecomp.appc.data.services.AppcDataServiceConstant; -import org.openecomp.appc.data.services.node.ConfigResourceNode; +import org.onap.appc.data.services.AppcDataServiceConstant; +import org.onap.appc.data.services.node.ConfigResourceNode; import org.onap.ccsdk.sli.core.sli.SvcLogicContext; import org.onap.ccsdk.sli.core.sli.SvcLogicException; diff --git a/appc-config/appc-data-services/provider/src/test/java/org/openecomp/appc/data/services/db/TestDGGeneralDBService.java b/appc-config/appc-data-services/provider/src/test/java/org/openecomp/appc/data/services/db/TestDGGeneralDBService.java index d64f15cbe..91f05c1d4 100644 --- a/appc-config/appc-data-services/provider/src/test/java/org/openecomp/appc/data/services/db/TestDGGeneralDBService.java +++ b/appc-config/appc-data-services/provider/src/test/java/org/openecomp/appc/data/services/db/TestDGGeneralDBService.java @@ -21,7 +21,7 @@ * ECOMP is a trademark and service mark of AT&T Intellectual Property. * ============LICENSE_END========================================================= */ -package org.openecomp.appc.data.services.db; +package org.onap.appc.data.services.db; import static org.junit.Assert.assertEquals; import java.io.IOException; @@ -34,7 +34,7 @@ import org.junit.Test; import org.onap.ccsdk.sli.core.sli.SvcLogicContext; import org.onap.ccsdk.sli.core.sli.SvcLogicException; import org.onap.ccsdk.sli.core.sli.SvcLogicResource.QueryStatus; -import org.openecomp.appc.data.services.db.DGGeneralDBService; +import org.onap.appc.data.services.db.DGGeneralDBService; public class TestDGGeneralDBService { DGGeneralDBService dbService; diff --git a/appc-config/appc-data-services/provider/src/test/java/org/openecomp/appc/data/services/db/TestSQLSaveQuery.java b/appc-config/appc-data-services/provider/src/test/java/org/openecomp/appc/data/services/db/TestSQLSaveQuery.java index dfb481486..2a8115336 100644 --- a/appc-config/appc-data-services/provider/src/test/java/org/openecomp/appc/data/services/db/TestSQLSaveQuery.java +++ b/appc-config/appc-data-services/provider/src/test/java/org/openecomp/appc/data/services/db/TestSQLSaveQuery.java @@ -22,7 +22,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.appc.data.services.db; +package org.onap.appc.data.services.db; import java.io.File; import java.io.IOException; -- cgit 1.2.3-korg