From e49a93d3bc0403108a0efcec178df1a3f3d53e54 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Thu, 12 Feb 2015 15:25:58 -0700 Subject: [PATCH] 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 --- features/pom.xml | 1 - .../networkconfiguration/neutron/features}/pom.xml | 0 .../neutron/features}/src/main/resources/features.xml | 0 pom.xml | 1 + 4 files changed, 1 insertion(+), 1 deletion(-) rename {features/neutron => opendaylight/networkconfiguration/neutron/features}/pom.xml (100%) rename {features/neutron => opendaylight/networkconfiguration/neutron/features}/src/main/resources/features.xml (100%) 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 -- 2.36.6