Move features to top level 45/51845/4
authorRobert Varga <rovarga@cisco.com>
Tue, 14 Feb 2017 09:19:16 +0000 (10:19 +0100)
committerRobert Varga <nite@hq.sk>
Mon, 20 Feb 2017 16:13:20 +0000 (16:13 +0000)
Since our structure is more flat than it used to be there is no
need to keep features in common directory.

Change-Id: I59c8a97f3b93ae0a8fc350f866541ae93c8dd539
Signed-off-by: Robert Varga <rovarga@cisco.com>
common/pom.xml
features/features-yangtools/pom.xml [moved from common/features/features-yangtools/pom.xml with 100% similarity]
features/features-yangtools/src/main/features/features.xml [moved from common/features/features-yangtools/src/main/features/features.xml with 100% similarity]
features/features4-yangtools/pom.xml [moved from common/features/features4-yangtools/pom.xml with 100% similarity]
features/odl-yangtools-common/pom.xml [moved from common/features/odl-yangtools-common/pom.xml with 100% similarity]
features/odl-yangtools-yang-data/pom.xml [moved from common/features/odl-yangtools-yang-data/pom.xml with 100% similarity]
features/odl-yangtools-yang-parser/pom.xml [moved from common/features/odl-yangtools-yang-parser/pom.xml with 100% similarity]
features/pom.xml [moved from common/features/pom.xml with 100% similarity]
pom.xml

index e207bcbeeff6367814211b356012e1210112a584..42d1dc2735a4a20358b71dd5179e0acbe4a31002 100644 (file)
@@ -26,7 +26,6 @@
         <module>artifacts</module>
         <module>checkstyle-logging</module>
         <module>concepts</module>
-        <module>features</module>
         <module>mockito-configuration</module>
         <module>object-cache-api</module>
         <module>object-cache-guava</module>
similarity index 100%
rename from common/features/pom.xml
rename to features/pom.xml
diff --git a/pom.xml b/pom.xml
index 008808c30d6bb4cabd7f8839a9c734cb0824853b..aa771ccefcb9fec98993bedd791b6650146c6c2c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -33,6 +33,7 @@
 
     <modules>
         <module>common</module>
+        <module>features</module>
         <module>yang</module>
         <module>websocket</module>
         <module>yang-validation-tool</module>