From: Ed Warnicke Date: Thu, 12 Feb 2015 22:25:58 +0000 (-0700) Subject: Bring features/neutron into the same parent dir as everything else X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=e49a93d3bc0403108a0efcec178df1a3f3d53e54 Bring features/neutron into the same parent dir as everything else This will ease breaking the code out to the neutron northbound project Change-Id: Idf887c14cdbc7e77b74f4964b516ac16ab6877e6 Signed-off-by: Ed Warnicke --- diff --git a/features/pom.xml b/features/pom.xml index ed4fa499a9..9363d9e03b 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -22,6 +22,5 @@ netconf-connector restconf extras - neutron diff --git a/features/neutron/pom.xml b/opendaylight/networkconfiguration/neutron/features/pom.xml similarity index 100% rename from features/neutron/pom.xml rename to opendaylight/networkconfiguration/neutron/features/pom.xml diff --git a/features/neutron/src/main/resources/features.xml b/opendaylight/networkconfiguration/neutron/features/src/main/resources/features.xml similarity index 100% rename from features/neutron/src/main/resources/features.xml rename to opendaylight/networkconfiguration/neutron/features/src/main/resources/features.xml diff --git a/pom.xml b/pom.xml index 1c4bc4d4d5..f49456ae38 100644 --- a/pom.xml +++ b/pom.xml @@ -30,6 +30,7 @@ opendaylight/networkconfiguration/neutron opendaylight/networkconfiguration/neutron/implementation opendaylight/networkconfiguration/neutron/northbound + opendaylight/networkconfiguration/neutron/features opendaylight/commons/concepts