From 84bcf364af4760122ac5e4c81afca187baf3a9f3 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 3 Oct 2018 18:01:29 +0200 Subject: [PATCH] Move features to top-level directory Move our core feature repository and related features to a top-level directory. Change-Id: I6324db25c51ce8e43138e63bc0afe0d010b51b1c Signed-off-by: Robert Varga --- common/pom.xml | 1 - {common/features => features}/features-mdsal/pom.xml | 0 {common/features => features}/odl-mdsal-binding-api/pom.xml | 0 .../odl-mdsal-binding-api/src/main/feature/feature.xml | 0 {common/features => features}/odl-mdsal-binding-base/pom.xml | 0 .../odl-mdsal-binding-base/src/main/feature/feature.xml | 0 .../features => features}/odl-mdsal-binding-dom-adapter/pom.xml | 0 {common/features => features}/odl-mdsal-binding-runtime/pom.xml | 0 .../odl-mdsal-binding-runtime/src/main/feature/feature.xml | 0 {common/features => features}/odl-mdsal-binding/pom.xml | 0 {common/features => features}/odl-mdsal-binding2-api/pom.xml | 0 {common/features => features}/odl-mdsal-binding2-base/pom.xml | 0 .../odl-mdsal-binding2-base/src/main/feature/feature.xml | 0 .../features => features}/odl-mdsal-binding2-dom-adapter/pom.xml | 0 {common/features => features}/odl-mdsal-binding2-runtime/pom.xml | 0 .../odl-mdsal-binding2-runtime/src/main/feature/feature.xml | 0 {common/features => features}/odl-mdsal-binding2/pom.xml | 0 {common/features => features}/odl-mdsal-common/pom.xml | 0 .../odl-mdsal-common/src/main/feature/feature.xml | 0 {common/features => features}/odl-mdsal-dom-api/pom.xml | 0 .../odl-mdsal-dom-api/src/main/feature/feature.xml | 0 {common/features => features}/odl-mdsal-dom-broker/pom.xml | 0 .../odl-mdsal-dom-broker/src/main/feature/feature.xml | 0 {common/features => features}/odl-mdsal-dom/pom.xml | 0 {common/features => features}/odl-mdsal-eos-binding/pom.xml | 0 {common/features => features}/odl-mdsal-eos-common/pom.xml | 0 .../odl-mdsal-eos-common/src/main/feature/feature.xml | 0 {common/features => features}/odl-mdsal-eos-dom/pom.xml | 0 {common/features => features}/odl-mdsal-singleton-common/pom.xml | 0 {common/features => features}/odl-mdsal-singleton-dom/pom.xml | 0 {common/features => features}/pom.xml | 0 pom.xml | 1 + 32 files changed, 1 insertion(+), 1 deletion(-) rename {common/features => features}/features-mdsal/pom.xml (100%) rename {common/features => features}/odl-mdsal-binding-api/pom.xml (100%) rename {common/features => features}/odl-mdsal-binding-api/src/main/feature/feature.xml (100%) rename {common/features => features}/odl-mdsal-binding-base/pom.xml (100%) rename {common/features => features}/odl-mdsal-binding-base/src/main/feature/feature.xml (100%) rename {common/features => features}/odl-mdsal-binding-dom-adapter/pom.xml (100%) rename {common/features => features}/odl-mdsal-binding-runtime/pom.xml (100%) rename {common/features => features}/odl-mdsal-binding-runtime/src/main/feature/feature.xml (100%) rename {common/features => features}/odl-mdsal-binding/pom.xml (100%) rename {common/features => features}/odl-mdsal-binding2-api/pom.xml (100%) rename {common/features => features}/odl-mdsal-binding2-base/pom.xml (100%) rename {common/features => features}/odl-mdsal-binding2-base/src/main/feature/feature.xml (100%) rename {common/features => features}/odl-mdsal-binding2-dom-adapter/pom.xml (100%) rename {common/features => features}/odl-mdsal-binding2-runtime/pom.xml (100%) rename {common/features => features}/odl-mdsal-binding2-runtime/src/main/feature/feature.xml (100%) rename {common/features => features}/odl-mdsal-binding2/pom.xml (100%) rename {common/features => features}/odl-mdsal-common/pom.xml (100%) rename {common/features => features}/odl-mdsal-common/src/main/feature/feature.xml (100%) rename {common/features => features}/odl-mdsal-dom-api/pom.xml (100%) rename {common/features => features}/odl-mdsal-dom-api/src/main/feature/feature.xml (100%) rename {common/features => features}/odl-mdsal-dom-broker/pom.xml (100%) rename {common/features => features}/odl-mdsal-dom-broker/src/main/feature/feature.xml (100%) rename {common/features => features}/odl-mdsal-dom/pom.xml (100%) rename {common/features => features}/odl-mdsal-eos-binding/pom.xml (100%) rename {common/features => features}/odl-mdsal-eos-common/pom.xml (100%) rename {common/features => features}/odl-mdsal-eos-common/src/main/feature/feature.xml (100%) rename {common/features => features}/odl-mdsal-eos-dom/pom.xml (100%) rename {common/features => features}/odl-mdsal-singleton-common/pom.xml (100%) rename {common/features => features}/odl-mdsal-singleton-dom/pom.xml (100%) rename {common/features => features}/pom.xml (100%) diff --git a/common/pom.xml b/common/pom.xml index 473a3f597c..f896d1d90c 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -32,7 +32,6 @@ parent - features mdsal-common-api mdsal-common-util diff --git a/common/features/features-mdsal/pom.xml b/features/features-mdsal/pom.xml similarity index 100% rename from common/features/features-mdsal/pom.xml rename to features/features-mdsal/pom.xml diff --git a/common/features/odl-mdsal-binding-api/pom.xml b/features/odl-mdsal-binding-api/pom.xml similarity index 100% rename from common/features/odl-mdsal-binding-api/pom.xml rename to features/odl-mdsal-binding-api/pom.xml diff --git a/common/features/odl-mdsal-binding-api/src/main/feature/feature.xml b/features/odl-mdsal-binding-api/src/main/feature/feature.xml similarity index 100% rename from common/features/odl-mdsal-binding-api/src/main/feature/feature.xml rename to features/odl-mdsal-binding-api/src/main/feature/feature.xml diff --git a/common/features/odl-mdsal-binding-base/pom.xml b/features/odl-mdsal-binding-base/pom.xml similarity index 100% rename from common/features/odl-mdsal-binding-base/pom.xml rename to features/odl-mdsal-binding-base/pom.xml diff --git a/common/features/odl-mdsal-binding-base/src/main/feature/feature.xml b/features/odl-mdsal-binding-base/src/main/feature/feature.xml similarity index 100% rename from common/features/odl-mdsal-binding-base/src/main/feature/feature.xml rename to features/odl-mdsal-binding-base/src/main/feature/feature.xml diff --git a/common/features/odl-mdsal-binding-dom-adapter/pom.xml b/features/odl-mdsal-binding-dom-adapter/pom.xml similarity index 100% rename from common/features/odl-mdsal-binding-dom-adapter/pom.xml rename to features/odl-mdsal-binding-dom-adapter/pom.xml diff --git a/common/features/odl-mdsal-binding-runtime/pom.xml b/features/odl-mdsal-binding-runtime/pom.xml similarity index 100% rename from common/features/odl-mdsal-binding-runtime/pom.xml rename to features/odl-mdsal-binding-runtime/pom.xml diff --git a/common/features/odl-mdsal-binding-runtime/src/main/feature/feature.xml b/features/odl-mdsal-binding-runtime/src/main/feature/feature.xml similarity index 100% rename from common/features/odl-mdsal-binding-runtime/src/main/feature/feature.xml rename to features/odl-mdsal-binding-runtime/src/main/feature/feature.xml diff --git a/common/features/odl-mdsal-binding/pom.xml b/features/odl-mdsal-binding/pom.xml similarity index 100% rename from common/features/odl-mdsal-binding/pom.xml rename to features/odl-mdsal-binding/pom.xml diff --git a/common/features/odl-mdsal-binding2-api/pom.xml b/features/odl-mdsal-binding2-api/pom.xml similarity index 100% rename from common/features/odl-mdsal-binding2-api/pom.xml rename to features/odl-mdsal-binding2-api/pom.xml diff --git a/common/features/odl-mdsal-binding2-base/pom.xml b/features/odl-mdsal-binding2-base/pom.xml similarity index 100% rename from common/features/odl-mdsal-binding2-base/pom.xml rename to features/odl-mdsal-binding2-base/pom.xml diff --git a/common/features/odl-mdsal-binding2-base/src/main/feature/feature.xml b/features/odl-mdsal-binding2-base/src/main/feature/feature.xml similarity index 100% rename from common/features/odl-mdsal-binding2-base/src/main/feature/feature.xml rename to features/odl-mdsal-binding2-base/src/main/feature/feature.xml diff --git a/common/features/odl-mdsal-binding2-dom-adapter/pom.xml b/features/odl-mdsal-binding2-dom-adapter/pom.xml similarity index 100% rename from common/features/odl-mdsal-binding2-dom-adapter/pom.xml rename to features/odl-mdsal-binding2-dom-adapter/pom.xml diff --git a/common/features/odl-mdsal-binding2-runtime/pom.xml b/features/odl-mdsal-binding2-runtime/pom.xml similarity index 100% rename from common/features/odl-mdsal-binding2-runtime/pom.xml rename to features/odl-mdsal-binding2-runtime/pom.xml diff --git a/common/features/odl-mdsal-binding2-runtime/src/main/feature/feature.xml b/features/odl-mdsal-binding2-runtime/src/main/feature/feature.xml similarity index 100% rename from common/features/odl-mdsal-binding2-runtime/src/main/feature/feature.xml rename to features/odl-mdsal-binding2-runtime/src/main/feature/feature.xml diff --git a/common/features/odl-mdsal-binding2/pom.xml b/features/odl-mdsal-binding2/pom.xml similarity index 100% rename from common/features/odl-mdsal-binding2/pom.xml rename to features/odl-mdsal-binding2/pom.xml diff --git a/common/features/odl-mdsal-common/pom.xml b/features/odl-mdsal-common/pom.xml similarity index 100% rename from common/features/odl-mdsal-common/pom.xml rename to features/odl-mdsal-common/pom.xml diff --git a/common/features/odl-mdsal-common/src/main/feature/feature.xml b/features/odl-mdsal-common/src/main/feature/feature.xml similarity index 100% rename from common/features/odl-mdsal-common/src/main/feature/feature.xml rename to features/odl-mdsal-common/src/main/feature/feature.xml diff --git a/common/features/odl-mdsal-dom-api/pom.xml b/features/odl-mdsal-dom-api/pom.xml similarity index 100% rename from common/features/odl-mdsal-dom-api/pom.xml rename to features/odl-mdsal-dom-api/pom.xml diff --git a/common/features/odl-mdsal-dom-api/src/main/feature/feature.xml b/features/odl-mdsal-dom-api/src/main/feature/feature.xml similarity index 100% rename from common/features/odl-mdsal-dom-api/src/main/feature/feature.xml rename to features/odl-mdsal-dom-api/src/main/feature/feature.xml diff --git a/common/features/odl-mdsal-dom-broker/pom.xml b/features/odl-mdsal-dom-broker/pom.xml similarity index 100% rename from common/features/odl-mdsal-dom-broker/pom.xml rename to features/odl-mdsal-dom-broker/pom.xml diff --git a/common/features/odl-mdsal-dom-broker/src/main/feature/feature.xml b/features/odl-mdsal-dom-broker/src/main/feature/feature.xml similarity index 100% rename from common/features/odl-mdsal-dom-broker/src/main/feature/feature.xml rename to features/odl-mdsal-dom-broker/src/main/feature/feature.xml diff --git a/common/features/odl-mdsal-dom/pom.xml b/features/odl-mdsal-dom/pom.xml similarity index 100% rename from common/features/odl-mdsal-dom/pom.xml rename to features/odl-mdsal-dom/pom.xml diff --git a/common/features/odl-mdsal-eos-binding/pom.xml b/features/odl-mdsal-eos-binding/pom.xml similarity index 100% rename from common/features/odl-mdsal-eos-binding/pom.xml rename to features/odl-mdsal-eos-binding/pom.xml diff --git a/common/features/odl-mdsal-eos-common/pom.xml b/features/odl-mdsal-eos-common/pom.xml similarity index 100% rename from common/features/odl-mdsal-eos-common/pom.xml rename to features/odl-mdsal-eos-common/pom.xml diff --git a/common/features/odl-mdsal-eos-common/src/main/feature/feature.xml b/features/odl-mdsal-eos-common/src/main/feature/feature.xml similarity index 100% rename from common/features/odl-mdsal-eos-common/src/main/feature/feature.xml rename to features/odl-mdsal-eos-common/src/main/feature/feature.xml diff --git a/common/features/odl-mdsal-eos-dom/pom.xml b/features/odl-mdsal-eos-dom/pom.xml similarity index 100% rename from common/features/odl-mdsal-eos-dom/pom.xml rename to features/odl-mdsal-eos-dom/pom.xml diff --git a/common/features/odl-mdsal-singleton-common/pom.xml b/features/odl-mdsal-singleton-common/pom.xml similarity index 100% rename from common/features/odl-mdsal-singleton-common/pom.xml rename to features/odl-mdsal-singleton-common/pom.xml diff --git a/common/features/odl-mdsal-singleton-dom/pom.xml b/features/odl-mdsal-singleton-dom/pom.xml similarity index 100% rename from common/features/odl-mdsal-singleton-dom/pom.xml rename to features/odl-mdsal-singleton-dom/pom.xml diff --git a/common/features/pom.xml b/features/pom.xml similarity index 100% rename from common/features/pom.xml rename to features/pom.xml diff --git a/pom.xml b/pom.xml index 738c3a82ce..37902f70b4 100644 --- a/pom.xml +++ b/pom.xml @@ -33,6 +33,7 @@ artifacts common + features dom binding binding2 -- 2.36.6