Update the features to work with integration. 09/18309/1
authorGao Kai <gaok12@mails.tsinghua.edu.cn>
Wed, 15 Apr 2015 07:33:53 +0000 (15:33 +0800)
committerGao Kai <gaok12@mails.tsinghua.edu.cn>
Wed, 15 Apr 2015 07:33:53 +0000 (15:33 +0800)
Change-Id: Ie63157d5dc8815183a3a404b135c9833406fe0c8
Signed-off-by: Gao Kai <gaok12@mails.tsinghua.edu.cn>
features/src/main/resources/features.xml

index 56785283b0dda7e51cbd6891b6927fabf2436540..8197d3ad39592029f99a16073f12221c13a882e7 100644 (file)
@@ -45,7 +45,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </feature>
 
   <feature name='odl-alto-extension' version='${project.version}' description='Opendaylight :: alto :: extension'>
-    <feature version='${project.version}'>odl-alto-utils</feature>
+    <feature version='${project.version}'>odl-alto-commons</feature>
     <bundle>mvn:org.opendaylight.alto/services.ext.fs-map/${project.version}</bundle>
   </feature>
 
@@ -70,10 +70,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <feature version='${jersey.version}'>odl-base-jersey</feature>
     <feature version='${war.version}'>war</feature>
     <feature version='${controller.commons.northbound.version}'>odl-adsal-northbound</feature>
-    <feature version='${project.version}'>odl-alto-utils</feature>
+    <feature version='${project.version}'>odl-alto-commons</feature>
     <bundle>mvn:org.opendaylight.alto/service-api-rfc7285/${project.version}</bundle>
     <bundle>mvn:org.opendaylight.alto/services.ext.fake/${project.version}</bundle>
     <bundle>mvn:org.opendaylight.alto/alto-northbound/${project.version}</bundle>
   </feature>
 
+  <feature name='odl-alto-integration-test' version='${project.version}' description='Opendaylight :: alto :: IntegrationTest'>
+    <feature version='${project.version}'>odl-alto-northbound</feature>
+    <feature version='${project.version}'>odl-alto-manager</feature>
+  </feature>
 </features>