From: Robert Varga Date: Tue, 14 Feb 2017 09:19:16 +0000 (+0100) Subject: Move features to top level X-Git-Tag: release/carbon~81 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=56749191cb8d6181f1a9eeb303269c1c2166e897;hp=4c65b544c217530595540c9e23d0d58847acf3de;p=yangtools.git Move features to top level 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 --- diff --git a/common/pom.xml b/common/pom.xml index e207bcbeef..42d1dc2735 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -26,7 +26,6 @@ artifacts checkstyle-logging concepts - features mockito-configuration object-cache-api object-cache-guava diff --git a/common/features/features-yangtools/pom.xml b/features/features-yangtools/pom.xml similarity index 100% rename from common/features/features-yangtools/pom.xml rename to features/features-yangtools/pom.xml diff --git a/common/features/features-yangtools/src/main/features/features.xml b/features/features-yangtools/src/main/features/features.xml similarity index 100% rename from common/features/features-yangtools/src/main/features/features.xml rename to features/features-yangtools/src/main/features/features.xml diff --git a/common/features/features4-yangtools/pom.xml b/features/features4-yangtools/pom.xml similarity index 100% rename from common/features/features4-yangtools/pom.xml rename to features/features4-yangtools/pom.xml diff --git a/common/features/odl-yangtools-common/pom.xml b/features/odl-yangtools-common/pom.xml similarity index 100% rename from common/features/odl-yangtools-common/pom.xml rename to features/odl-yangtools-common/pom.xml diff --git a/common/features/odl-yangtools-yang-data/pom.xml b/features/odl-yangtools-yang-data/pom.xml similarity index 100% rename from common/features/odl-yangtools-yang-data/pom.xml rename to features/odl-yangtools-yang-data/pom.xml diff --git a/common/features/odl-yangtools-yang-parser/pom.xml b/features/odl-yangtools-yang-parser/pom.xml similarity index 100% rename from common/features/odl-yangtools-yang-parser/pom.xml rename to features/odl-yangtools-yang-parser/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 008808c30d..aa771ccefc 100644 --- a/pom.xml +++ b/pom.xml @@ -33,6 +33,7 @@ common + features yang websocket yang-validation-tool