Hyunsun Moon
Committed by Gerrit Code Review

Added scalable gateway app to BUCK app list

And fixed maven artifact ID to follow the convention

Change-Id: I700c93516d4c79a3b5b93e99138a593a569e52a1
...@@ -142,6 +142,7 @@ APPS = [ ...@@ -142,6 +142,7 @@ APPS = [
142 '//apps/openstacknode:onos-apps-openstacknode-oar', 142 '//apps/openstacknode:onos-apps-openstacknode-oar',
143 '//apps/cpman/app:onos-apps-cpman-app-oar', 143 '//apps/cpman/app:onos-apps-cpman-app-oar',
144 '//apps/xosclient:onos-apps-xosclient-oar', 144 '//apps/xosclient:onos-apps-xosclient-oar',
145 + '//apps/scalablegateway:onos-apps-scalablegateway-oar',
145 ] 146 ]
146 147
147 APP_JARS = [ 148 APP_JARS = [
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
25 <version>1.7.0-SNAPSHOT</version> 25 <version>1.7.0-SNAPSHOT</version>
26 </parent> 26 </parent>
27 27
28 - <artifactId>onos-scalablegateway</artifactId> 28 + <artifactId>onos-app-scalablegateway</artifactId>
29 <packaging>bundle</packaging> 29 <packaging>bundle</packaging>
30 30
31 <description>ONOS Scalable Gateway applications</description> 31 <description>ONOS Scalable Gateway applications</description>
......
...@@ -71,6 +71,7 @@ APPS = [ ...@@ -71,6 +71,7 @@ APPS = [
71 '//apps/openstacknode:onos-apps-openstacknode-oar', 71 '//apps/openstacknode:onos-apps-openstacknode-oar',
72 '//apps/cpman/app:onos-apps-cpman-app-oar', 72 '//apps/cpman/app:onos-apps-cpman-app-oar',
73 '//apps/xosclient:onos-apps-xosclient-oar', 73 '//apps/xosclient:onos-apps-xosclient-oar',
74 + '//apps/scalablegateway:onos-apps-scalablegateway-oar',
74 '//apps/events:onos-apps-events-oar', 75 '//apps/events:onos-apps-events-oar',
75 '//apps/test/election:onos-apps-test-election-oar', 76 '//apps/test/election:onos-apps-test-election-oar',
76 '//apps/test/distributed-primitives:onos-apps-test-distributed-primitives-oar', 77 '//apps/test/distributed-primitives:onos-apps-test-distributed-primitives-oar',
......