Moved ovsdb features into a sub-directory to accomodate related features to come 23/10423/1
authorMadhu Venugopal <mavenugo@gmail.com>
Thu, 28 Aug 2014 03:46:11 +0000 (20:46 -0700)
committerMadhu Venugopal <mavenugo@gmail.com>
Thu, 28 Aug 2014 05:43:03 +0000 (22:43 -0700)
Change-Id: I1ba0294faef385bbd94e180e102be5542e36afd9
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
features/ovsdb/pom.xml [moved from features/pom.xml with 99% similarity]
features/ovsdb/src/main/resources/features.xml [moved from features/src/main/resources/features.xml with 100% similarity]
pom.xml

similarity index 99%
rename from features/pom.xml
rename to features/ovsdb/pom.xml
index 527c266e27e29daa5e9f0e79edaaa7632b9af453..b3e95ca057b0c6fa8459447f98c2c3f1cb9db846 100644 (file)
@@ -5,7 +5,7 @@
     <groupId>org.opendaylight.ovsdb</groupId>
     <artifactId>commons</artifactId>
     <version>1.2.0-SNAPSHOT</version>
-    <relativePath>../commons/parent</relativePath>
+    <relativePath>../../commons/parent</relativePath>
   </parent>
   <artifactId>features-ovsdb</artifactId>
   <name>OpenDaylight OVSDB Project Karaf Features</name>
diff --git a/pom.xml b/pom.xml
index 46039dd9b806e5bf28a1c64e3b9c9e5025108edb..c99f523627df916fb33d01d7cf1363bacd14d0c4 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
     <!-- Integration Tests -->
     <module>integrationtest</module>
     <!-- Karaf Distribution -->
-    <module>features</module>
+    <module>features/ovsdb</module>
     <!-- OVSDB Distribution -->
     <module>distribution/opendaylight</module>
   </modules>