Bring features/neutron into the same parent dir as everything else 23/15223/1
authorEd Warnicke <eaw@cisco.com>
Thu, 12 Feb 2015 22:25:58 +0000 (15:25 -0700)
committerEd Warnicke <eaw@cisco.com>
Thu, 12 Feb 2015 22:25:58 +0000 (15:25 -0700)
This will ease breaking the code out to the neutron northbound project

Change-Id: Idf887c14cdbc7e77b74f4964b516ac16ab6877e6
Signed-off-by: Ed Warnicke <eaw@cisco.com>
features/pom.xml
opendaylight/networkconfiguration/neutron/features/pom.xml [moved from features/neutron/pom.xml with 100% similarity]
opendaylight/networkconfiguration/neutron/features/src/main/resources/features.xml [moved from features/neutron/src/main/resources/features.xml with 100% similarity]
pom.xml

index ed4fa499a9aeb075d3308474c33997742b49b537..9363d9e03be18c1e7af7a889e9902e9fc905e312 100644 (file)
@@ -22,6 +22,5 @@
     <module>netconf-connector</module>
     <module>restconf</module>
     <module>extras</module>
-    <module>neutron</module>
   </modules>
 </project>
diff --git a/pom.xml b/pom.xml
index 1c4bc4d4d55241caf36c7c975a72d16e5b962da7..f49456ae387365804b67c4b15a808e36732448d3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,6 +30,7 @@
     <module>opendaylight/networkconfiguration/neutron</module>
     <module>opendaylight/networkconfiguration/neutron/implementation</module>
     <module>opendaylight/networkconfiguration/neutron/northbound</module>
+    <module>opendaylight/networkconfiguration/neutron/features</module>
 
     <!-- Parents -->
     <module>opendaylight/commons/concepts</module>