From: Madhu Venugopal Date: Thu, 28 Aug 2014 03:46:11 +0000 (-0700) Subject: Moved ovsdb features into a sub-directory to accomodate related features to come X-Git-Tag: release/helium~104^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=e3f7dca2303b1dcfca5c0ccae6485ebe9f6f3448;hp=78a5b0a1f060bd59b8bd7026d9d0f6018f7ce607;p=ovsdb.git Moved ovsdb features into a sub-directory to accomodate related features to come Change-Id: I1ba0294faef385bbd94e180e102be5542e36afd9 Signed-off-by: Madhu Venugopal --- diff --git a/features/pom.xml b/features/ovsdb/pom.xml similarity index 99% rename from features/pom.xml rename to features/ovsdb/pom.xml index 527c266e2..b3e95ca05 100644 --- a/features/pom.xml +++ b/features/ovsdb/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.ovsdb commons 1.2.0-SNAPSHOT - ../commons/parent + ../../commons/parent features-ovsdb OpenDaylight OVSDB Project Karaf Features diff --git a/features/src/main/resources/features.xml b/features/ovsdb/src/main/resources/features.xml similarity index 100% rename from features/src/main/resources/features.xml rename to features/ovsdb/src/main/resources/features.xml diff --git a/pom.xml b/pom.xml index 46039dd9b..c99f52362 100755 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ integrationtest - features + features/ovsdb distribution/opendaylight