From e3f7dca2303b1dcfca5c0ccae6485ebe9f6f3448 Mon Sep 17 00:00:00 2001 From: Madhu Venugopal Date: Wed, 27 Aug 2014 20:46:11 -0700 Subject: [PATCH 1/1] Moved ovsdb features into a sub-directory to accomodate related features to come Change-Id: I1ba0294faef385bbd94e180e102be5542e36afd9 Signed-off-by: Madhu Venugopal --- features/{ => ovsdb}/pom.xml | 2 +- features/{ => ovsdb}/src/main/resources/features.xml | 0 pom.xml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename features/{ => ovsdb}/pom.xml (99%) rename features/{ => ovsdb}/src/main/resources/features.xml (100%) 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 -- 2.36.6