alshabib | f011c73 | 2016-08-22 14:25:16 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <manifest> |
| 3 | |
| 4 | <remote name="opencord" |
| 5 | fetch=".." |
alshabib | 18cb4d8 | 2016-08-24 18:49:46 -0700 | [diff] [blame] | 6 | review="https://gerrit.opencord.org/" |
| 7 | revision="master" /> |
alshabib | f011c73 | 2016-08-22 14:25:16 -0700 | [diff] [blame] | 8 | <default revision="master" |
| 9 | remote="opencord" |
| 10 | sync-j="4" /> |
| 11 | |
alshabib | 957e5d9 | 2016-08-25 09:42:17 -0700 | [diff] [blame] | 12 | <project path="build" name="cord" groups="build"/> |
alshabib | b96fd79 | 2016-08-22 23:02:54 -0700 | [diff] [blame] | 13 | <project path="build/maas" name="maas" groups="build"/> |
| 14 | <project path="build/platform-install" name="platform-install" groups="build"/> |
alshabib | 4a4b867 | 2016-08-22 22:58:25 -0700 | [diff] [blame] | 15 | |
alshabib | 14658ff | 2016-08-25 15:04:56 -0700 | [diff] [blame^] | 16 | <project path="onos-apps" name="cord-onos-publisher" groups="onos"/> |
alshabib | 942764c | 2016-08-22 23:20:37 -0700 | [diff] [blame] | 17 | <project path="onos-apps/aaa" name="aaa" groups="onos"/> |
alshabib | e1b41fd | 2016-08-22 23:24:14 -0700 | [diff] [blame] | 18 | <project path="onos-apps/cord-config" name="config" groups="onos"/> |
alshabib | f013d13 | 2016-08-22 23:21:14 -0700 | [diff] [blame] | 19 | <project path="onos-apps/igmp" name="igmp" groups="onos"/> |
alshabib | 942764c | 2016-08-22 23:20:37 -0700 | [diff] [blame] | 20 | <project path="onos-apps/mcast" name="mcast" groups="onos"/> |
| 21 | <project path="onos-apps/olt" name="olt" groups="onos"/> |
| 22 | <project path="onos-apps/vtn" name="vtn" groups="onos"/> |
| 23 | |
alshabib | 96355f4 | 2016-08-22 23:33:13 -0700 | [diff] [blame] | 24 | <project path="test/cord-tester" name="cord-tester" groups="test"/> |
| 25 | <project path="test/fabric-oftest" name="fabric-oftest" groups="test"/> |
alshabib | e62e94e | 2016-08-22 23:32:28 -0700 | [diff] [blame] | 26 | |
| 27 | <project path="orchestration" name="xos" groups="orchestration"/> |
alshabib | d58db4f | 2016-08-25 12:02:58 -0700 | [diff] [blame] | 28 | <project path="orchestration/service-profile" name="service-profile" groups="orchestration"/> |
alshabib | 2bb56d3 | 2016-08-22 23:35:27 -0700 | [diff] [blame] | 29 | <project path="orchestration/xos-services/exampleservice" name="exampleservice" groups="services"/> |
alshabib | e62e94e | 2016-08-22 23:32:28 -0700 | [diff] [blame] | 30 | <project path="orchestration/xos-services/fabric" name="fabric" groups="services"/> |
| 31 | <project path="orchestration/xos-services/hypercache" name="hypercache" groups="services"/> |
| 32 | <project path="orchestration/xos-services/metro-net" name="metro-net" groups="services"/> |
| 33 | <project path="orchestration/xos-services/monitoring" name="monitoring" groups="services"/> |
| 34 | <project path="orchestration/xos-services/ng-xos-lib" name="ng-xos-lib" groups="services"/> |
| 35 | <project path="orchestration/xos-services/onos-service" name="onos-service" groups="services"/> |
| 36 | <project path="orchestration/xos-services/openstack" name="openstack" groups="services"/> |
alshabib | e62e94e | 2016-08-22 23:32:28 -0700 | [diff] [blame] | 37 | <project path="orchestration/xos-services/vrouter" name="vrouter" groups="services"/> |
| 38 | <project path="orchestration/xos-services/vsg" name="vsg" groups="services"/> |
| 39 | <project path="orchestration/xos-services/vtr" name="vtr" groups="services"/> |
| 40 | |
alshabib | f011c73 | 2016-08-22 14:25:16 -0700 | [diff] [blame] | 41 | </manifest> |