Move features to top-level directory 12/76612/2
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 3 Oct 2018 16:01:29 +0000 (18:01 +0200)
committerRobert Varga <nite@hq.sk>
Thu, 4 Oct 2018 07:35:52 +0000 (07:35 +0000)
Move our core feature repository and related features to a top-level
directory.

Change-Id: I6324db25c51ce8e43138e63bc0afe0d010b51b1c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
32 files changed:
common/pom.xml
features/features-mdsal/pom.xml [moved from common/features/features-mdsal/pom.xml with 100% similarity]
features/odl-mdsal-binding-api/pom.xml [moved from common/features/odl-mdsal-binding-api/pom.xml with 100% similarity]
features/odl-mdsal-binding-api/src/main/feature/feature.xml [moved from common/features/odl-mdsal-binding-api/src/main/feature/feature.xml with 100% similarity]
features/odl-mdsal-binding-base/pom.xml [moved from common/features/odl-mdsal-binding-base/pom.xml with 100% similarity]
features/odl-mdsal-binding-base/src/main/feature/feature.xml [moved from common/features/odl-mdsal-binding-base/src/main/feature/feature.xml with 100% similarity]
features/odl-mdsal-binding-dom-adapter/pom.xml [moved from common/features/odl-mdsal-binding-dom-adapter/pom.xml with 100% similarity]
features/odl-mdsal-binding-runtime/pom.xml [moved from common/features/odl-mdsal-binding-runtime/pom.xml with 100% similarity]
features/odl-mdsal-binding-runtime/src/main/feature/feature.xml [moved from common/features/odl-mdsal-binding-runtime/src/main/feature/feature.xml with 100% similarity]
features/odl-mdsal-binding/pom.xml [moved from common/features/odl-mdsal-binding/pom.xml with 100% similarity]
features/odl-mdsal-binding2-api/pom.xml [moved from common/features/odl-mdsal-binding2-api/pom.xml with 100% similarity]
features/odl-mdsal-binding2-base/pom.xml [moved from common/features/odl-mdsal-binding2-base/pom.xml with 100% similarity]
features/odl-mdsal-binding2-base/src/main/feature/feature.xml [moved from common/features/odl-mdsal-binding2-base/src/main/feature/feature.xml with 100% similarity]
features/odl-mdsal-binding2-dom-adapter/pom.xml [moved from common/features/odl-mdsal-binding2-dom-adapter/pom.xml with 100% similarity]
features/odl-mdsal-binding2-runtime/pom.xml [moved from common/features/odl-mdsal-binding2-runtime/pom.xml with 100% similarity]
features/odl-mdsal-binding2-runtime/src/main/feature/feature.xml [moved from common/features/odl-mdsal-binding2-runtime/src/main/feature/feature.xml with 100% similarity]
features/odl-mdsal-binding2/pom.xml [moved from common/features/odl-mdsal-binding2/pom.xml with 100% similarity]
features/odl-mdsal-common/pom.xml [moved from common/features/odl-mdsal-common/pom.xml with 100% similarity]
features/odl-mdsal-common/src/main/feature/feature.xml [moved from common/features/odl-mdsal-common/src/main/feature/feature.xml with 100% similarity]
features/odl-mdsal-dom-api/pom.xml [moved from common/features/odl-mdsal-dom-api/pom.xml with 100% similarity]
features/odl-mdsal-dom-api/src/main/feature/feature.xml [moved from common/features/odl-mdsal-dom-api/src/main/feature/feature.xml with 100% similarity]
features/odl-mdsal-dom-broker/pom.xml [moved from common/features/odl-mdsal-dom-broker/pom.xml with 100% similarity]
features/odl-mdsal-dom-broker/src/main/feature/feature.xml [moved from common/features/odl-mdsal-dom-broker/src/main/feature/feature.xml with 100% similarity]
features/odl-mdsal-dom/pom.xml [moved from common/features/odl-mdsal-dom/pom.xml with 100% similarity]
features/odl-mdsal-eos-binding/pom.xml [moved from common/features/odl-mdsal-eos-binding/pom.xml with 100% similarity]
features/odl-mdsal-eos-common/pom.xml [moved from common/features/odl-mdsal-eos-common/pom.xml with 100% similarity]
features/odl-mdsal-eos-common/src/main/feature/feature.xml [moved from common/features/odl-mdsal-eos-common/src/main/feature/feature.xml with 100% similarity]
features/odl-mdsal-eos-dom/pom.xml [moved from common/features/odl-mdsal-eos-dom/pom.xml with 100% similarity]
features/odl-mdsal-singleton-common/pom.xml [moved from common/features/odl-mdsal-singleton-common/pom.xml with 100% similarity]
features/odl-mdsal-singleton-dom/pom.xml [moved from common/features/odl-mdsal-singleton-dom/pom.xml with 100% similarity]
features/pom.xml [moved from common/features/pom.xml with 100% similarity]
pom.xml

index 473a3f597c15c960b46efc08d3276602d10f951f..f896d1d90c0cdc1506557a96c9f70f3461dabc67 100644 (file)
@@ -32,7 +32,6 @@
 
     <modules>
       <module>parent</module>
-      <module>features</module>
       <module>mdsal-common-api</module>
       <module>mdsal-common-util</module>
     </modules>
similarity index 100%
rename from common/features/pom.xml
rename to features/pom.xml
diff --git a/pom.xml b/pom.xml
index 738c3a82ce2d9a1c021bbe7cc4b5cfd3bb315b0a..37902f70b406e1dc3328105349d813b86597f4a9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -33,6 +33,7 @@
     <modules>
         <module>artifacts</module>
         <module>common</module>
+        <module>features</module>
         <module>dom</module>
         <module>binding</module>
         <module>binding2</module>