Adding odl-vpnservice-core feature 79/16679/1
authorVishal Thapar <vishal.thapar@ericsson.com>
Tue, 17 Mar 2015 07:25:50 +0000 (12:55 +0530)
committerVishal Thapar <vishal.thapar@ericsson.com>
Tue, 17 Mar 2015 09:03:02 +0000 (14:33 +0530)
1. Add odl-vpnservice-core feature
2. Make odl-vpnservie-core as default localFeature

Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
Change-Id: I662c3812647b0c5bd7a83ca3421c1baf5054ec38

distribution/karaf/pom.xml
features/src/main/features/features.xml

index 055cfc684edf9db6dbeb0c33d0d5110c82c21219..2a9d836c8ed50684848454afb05f9ba9ec729d42 100644 (file)
@@ -22,7 +22,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <maven>3.1.1</maven>
   </prerequisites>
   <properties>
-    <karaf.localFeature>odl-vpnservice-impl-ui</karaf.localFeature>
+    <karaf.localFeature>odl-vpnservice-core</karaf.localFeature>
   </properties>
   <dependencyManagement>
     <dependencies>
index 72e636e88f144b2cc4f71982f4021557a348ffb4..7861e4578f4908f5b645fc61b69893108c0a436e 100644 (file)
@@ -33,5 +33,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <feature version="${mdsal.version}">odl-mdsal-apidocs</feature>
     <feature version="${mdsal.version}">odl-mdsal-xsql</feature>
   </feature>
-
+  <feature name='odl-vpnservice-core' version='${project.version}' description='OpenDaylight :: vpnservice :: core'>
+    <feature version="${project.version}">odl-vpnservice-impl-ui</feature>
+  </feature>
 </features>