From b7d8b97e10c62ef446b28fc071bb7536a248a304 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Thu, 26 Oct 2017 09:12:23 -0700 Subject: [PATCH] Fixing problems with features files In progress. Change-Id: Idb0d3f13eaa89d9241f4c543f1222c14ea288f2f Signed-off-by: Patrick Brady Issue-id: APPC-296 --- .../features/src/main/resources/features.xml | 2 +- .../main/java/org/openecomp/appc/ccadaptor/CCAActivator.java | 2 +- .../appc-config-audit/features/src/main/resources/features.xml | 6 +++--- .../features/src/main/resources/features.xml | 6 +++--- .../features/src/main/resources/features.xml | 4 ++-- .../features/src/main/resources/features.xml | 10 +++++----- appc-config/appc-data-services/provider/pom.xml | 2 +- .../features/src/main/resources/features.xml | 8 ++++---- .../features/src/main/resources/features.xml | 6 +++--- .../appc-dg-shared-features/src/main/resources/features.xml | 2 +- .../features/src/main/resources/features.xml | 6 +++--- appc-inbound/appc-artifact-handler/installer/pom.xml | 8 ++++++++ appc-inbound/appc-artifact-handler/provider/pom.xml | 2 +- ...handler-provider.xml => appc-artifact-handler-provider.xml} | 0 .../features/src/main/resources/features.xml | 6 +++--- .../appc-aai-client/features/src/main/resources/features.xml | 2 +- .../features/src/main/resources/features.xml | 2 +- .../src/main/resources/features.xml | 2 +- 18 files changed, 42 insertions(+), 34 deletions(-) rename appc-inbound/appc-artifact-handler/provider/src/main/resources/initial/{artifact-handler-provider.xml => appc-artifact-handler-provider.xml} (100%) diff --git a/appc-config/appc-config-adaptor/features/src/main/resources/features.xml b/appc-config/appc-config-adaptor/features/src/main/resources/features.xml index ff24b9db2..d14795bac 100644 --- a/appc-config/appc-config-adaptor/features/src/main/resources/features.xml +++ b/appc-config/appc-config-adaptor/features/src/main/resources/features.xml @@ -28,7 +28,7 @@ - sdnc-sli + sdnc-sli wrap:mvn:com.jcraft/jsch/0.1.52 wrap:mvn:org.jasypt/jasypt/1.9.2 wrap:mvn:com.att.eelf/eelf-core/${eelf.version} diff --git a/appc-config/appc-config-adaptor/provider/src/main/java/org/openecomp/appc/ccadaptor/CCAActivator.java b/appc-config/appc-config-adaptor/provider/src/main/java/org/openecomp/appc/ccadaptor/CCAActivator.java index 96cda9ca2..4bf0f33a4 100644 --- a/appc-config/appc-config-adaptor/provider/src/main/java/org/openecomp/appc/ccadaptor/CCAActivator.java +++ b/appc-config/appc-config-adaptor/provider/src/main/java/org/openecomp/appc/ccadaptor/CCAActivator.java @@ -39,7 +39,7 @@ public class CCAActivator implements BundleActivator { private static final String CCA_PROP_FILE_VAR = "SDNC_CCA_PROPERTIES"; - private static final String SDNC_CONFIG_DIR_VAR = "SDNC_CONFIG_DIR"; + private static final String SDNC_CONFIG_DIR_VAR = "APPC_CONFIG_DIR"; @SuppressWarnings("rawtypes") private ServiceRegistration registration = null; diff --git a/appc-config/appc-config-audit/features/src/main/resources/features.xml b/appc-config/appc-config-audit/features/src/main/resources/features.xml index c6d618efb..27d64e267 100644 --- a/appc-config/appc-config-audit/features/src/main/resources/features.xml +++ b/appc-config/appc-config-audit/features/src/main/resources/features.xml @@ -29,8 +29,8 @@ - odl-mdsal-broker - sdnc-sli + odl-mdsal-broker + sdnc-sli mvn:commons-lang/commons-lang/2.6 wrap:mvn:com.fasterxml.jackson.core/jackson-databind/${jackson.version} wrap:mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson.version} @@ -40,6 +40,6 @@ mvn:ch.qos.logback/logback-core/${logback.version} mvn:ch.qos.logback/logback-classic/${logback.version} wrap:mvn:xmlunit/xmlunit/${xmlunit.version} - mvn:org.openecomp.appc/config-audit-provider/${project.version} + mvn:org.openecomp.appc/appc-config-audit-provider/${project.version} diff --git a/appc-config/appc-config-generator/features/src/main/resources/features.xml b/appc-config/appc-config-generator/features/src/main/resources/features.xml index ed0ff8008..3ce91a445 100644 --- a/appc-config/appc-config-generator/features/src/main/resources/features.xml +++ b/appc-config/appc-config-generator/features/src/main/resources/features.xml @@ -29,8 +29,8 @@ - odl-mdsal-broker - sdnc-sli + odl-mdsal-broker + sdnc-sli wrap:mvn:org.codehaus.jettison/jettison/${jettison.version} mvn:commons-lang/commons-lang/2.6 @@ -44,6 +44,6 @@ wrap:mvn:com.fasterxml.jackson.core/jackson-databind/${jackson.version} mvn:ch.qos.logback/logback-core/${logback.version} mvn:ch.qos.logback/logback-classic/${logback.version} - mvn:org.openecomp.appc/config-generator-provider/${project.version} + mvn:org.openecomp.appc/appc-config-generator-provider/${project.version} diff --git a/appc-config/appc-config-params/features/src/main/resources/features.xml b/appc-config/appc-config-params/features/src/main/resources/features.xml index a12abedf0..8a852b3d7 100644 --- a/appc-config/appc-config-params/features/src/main/resources/features.xml +++ b/appc-config/appc-config-params/features/src/main/resources/features.xml @@ -33,8 +33,8 @@ - odl-mdsal-broker - sdnc-sli + odl-mdsal-broker + sdnc-sli mvn:commons-lang/commons-lang/2.6 mvn:commons-collections/commons-collections/${common.collections.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 2f99eb3ad..a37150ab3 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 @@ -29,11 +29,11 @@ - odl-mdsal-broker + odl-mdsal-broker - sdnc-dblib - sdnc-sli - sdnc-sql-resource + sdnc-dblib + sdnc-sli + sdnc-sql-resource mvn:commons-lang/commons-lang/2.6 @@ -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-data-services-provider/${project.version} + mvn:org.openecomp.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 c4a442c1f..e00fa4c46 100644 --- a/appc-config/appc-data-services/provider/pom.xml +++ b/appc-config/appc-data-services/provider/pom.xml @@ -106,7 +106,7 @@ appc-config-data-services - org.openecomp.appc.config.data.services.AppcDataServiceActivator + org.openecomp.appc.data.services.AppcDataServiceActivator org.openecomp.appc.data.services * * diff --git a/appc-config/appc-encryption-tool/features/src/main/resources/features.xml b/appc-config/appc-encryption-tool/features/src/main/resources/features.xml index 6138f53c4..3e9a710f4 100644 --- a/appc-config/appc-encryption-tool/features/src/main/resources/features.xml +++ b/appc-config/appc-encryption-tool/features/src/main/resources/features.xml @@ -29,11 +29,11 @@ - odl-mdsal-broker + odl-mdsal-broker - sdnc-dblib - sdnc-sli - sdnc-sql-resource + sdnc-dblib + sdnc-sli + sdnc-sql-resource mvn:commons-lang/commons-lang/2.6 mvn:org.apache.velocity/velocity/${velocity.version} diff --git a/appc-config/appc-flow-controller/features/src/main/resources/features.xml b/appc-config/appc-flow-controller/features/src/main/resources/features.xml index ccbf2e1c4..4a16565fe 100644 --- a/appc-config/appc-flow-controller/features/src/main/resources/features.xml +++ b/appc-config/appc-flow-controller/features/src/main/resources/features.xml @@ -29,8 +29,8 @@ - odl-mdsal-broker - sdnc-sli + odl-mdsal-broker + sdnc-sli mvn:commons-lang/commons-lang/2.6 mvn:commons-collections/commons-collections/${common.collections.version} @@ -38,6 +38,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-flow-controller-provider/${project.version} + mvn:org.openecomp.appc/appc-config-flow-controller-provider/${project.version} diff --git a/appc-dg/appc-dg-shared/appc-dg-shared-features/src/main/resources/features.xml b/appc-dg/appc-dg-shared/appc-dg-shared-features/src/main/resources/features.xml index 206c2d521..606c47813 100644 --- a/appc-dg/appc-dg-shared/appc-dg-shared-features/src/main/resources/features.xml +++ b/appc-dg/appc-dg-shared/appc-dg-shared-features/src/main/resources/features.xml @@ -32,7 +32,7 @@ appc-ssh-adapter appc-netconf-adapter - sdnc-sli + sdnc-sli mvn:org.openecomp.appc/appc-common/${project.version} mvn:org.openecomp.appc/appc-dg-common/${project.version} mvn:org.openecomp.appc/appc-dg-ssh/${project.version} diff --git a/appc-inbound/appc-artifact-handler/features/src/main/resources/features.xml b/appc-inbound/appc-artifact-handler/features/src/main/resources/features.xml index 676049150..6b6906e9d 100644 --- a/appc-inbound/appc-artifact-handler/features/src/main/resources/features.xml +++ b/appc-inbound/appc-artifact-handler/features/src/main/resources/features.xml @@ -31,11 +31,11 @@ mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.features.version}/xml/features - - odl-mdsal-broker - sdnc-sli + odl-mdsal-broker + sdnc-sli wrap:mvn:com.att.eelf/eelf-core/${eelf.version} wrap:mvn:com.fasterxml.jackson.core/jackson-databind/${jackson.version} wrap:mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson.version} diff --git a/appc-inbound/appc-artifact-handler/installer/pom.xml b/appc-inbound/appc-artifact-handler/installer/pom.xml index 9af28bf6a..1a1a9800e 100755 --- a/appc-inbound/appc-artifact-handler/installer/pom.xml +++ b/appc-inbound/appc-artifact-handler/installer/pom.xml @@ -36,6 +36,14 @@ org.openecomp.appc appc-artifact-handler-provider + + + org.openecomp.appc + appc-artifact-handler-provider + ${project.version} + config + xml + diff --git a/appc-inbound/appc-artifact-handler/provider/pom.xml b/appc-inbound/appc-artifact-handler/provider/pom.xml index 35aea7e85..3452e4f18 100755 --- a/appc-inbound/appc-artifact-handler/provider/pom.xml +++ b/appc-inbound/appc-artifact-handler/provider/pom.xml @@ -105,7 +105,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. - ${project.build.directory}/classes/initial/artifact-handler-provider.xml + ${project.build.directory}/classes/initial/appc-artifact-handler-provider.xml xml config diff --git a/appc-inbound/appc-artifact-handler/provider/src/main/resources/initial/artifact-handler-provider.xml b/appc-inbound/appc-artifact-handler/provider/src/main/resources/initial/appc-artifact-handler-provider.xml similarity index 100% rename from appc-inbound/appc-artifact-handler/provider/src/main/resources/initial/artifact-handler-provider.xml rename to appc-inbound/appc-artifact-handler/provider/src/main/resources/initial/appc-artifact-handler-provider.xml diff --git a/appc-inbound/appc-design-services/features/src/main/resources/features.xml b/appc-inbound/appc-design-services/features/src/main/resources/features.xml index 315becfdb..5aa32be50 100644 --- a/appc-inbound/appc-design-services/features/src/main/resources/features.xml +++ b/appc-inbound/appc-design-services/features/src/main/resources/features.xml @@ -40,12 +40,12 @@ mvn:org.openecomp.appc/appc-design-services-model/${project.version} - odl-mdsal-broker - sdnc-sli + odl-mdsal-broker + sdnc-sli mvn:org.openecomp.appc/appc-design-services-provider/${project.version} wrap:mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/2.3.0 - odl-restconf + odl-restconf diff --git a/appc-outbound/appc-aai-client/features/src/main/resources/features.xml b/appc-outbound/appc-aai-client/features/src/main/resources/features.xml index 3bc44e268..6d236efd7 100644 --- a/appc-outbound/appc-aai-client/features/src/main/resources/features.xml +++ b/appc-outbound/appc-aai-client/features/src/main/resources/features.xml @@ -34,7 +34,7 @@ - odl-mdsal-broker + odl-mdsal-broker sdnc-sli sdnc-aai-service diff --git a/appc-outbound/appc-network-inventory-client/features/src/main/resources/features.xml b/appc-outbound/appc-network-inventory-client/features/src/main/resources/features.xml index e1582378f..1d84f0871 100644 --- a/appc-outbound/appc-network-inventory-client/features/src/main/resources/features.xml +++ b/appc-outbound/appc-network-inventory-client/features/src/main/resources/features.xml @@ -33,7 +33,7 @@ - odl-mdsal-broker + odl-mdsal-broker sdnc-sli mvn:commons-lang/commons-lang/2.6 diff --git a/appc-sequence-generator/appc-sequence-generator-features/src/main/resources/features.xml b/appc-sequence-generator/appc-sequence-generator-features/src/main/resources/features.xml index 4a3e46938..34b65d9ec 100644 --- a/appc-sequence-generator/appc-sequence-generator-features/src/main/resources/features.xml +++ b/appc-sequence-generator/appc-sequence-generator-features/src/main/resources/features.xml @@ -29,7 +29,7 @@ - + mvn:org.openecomp.appc/domain-model-lib/${project.version} mvn:org.openecomp.appc/appc-common/${project.version} mvn:org.openecomp.appc/appc-sequence-generator-model/${project.version} -- 2.16.6