| <?xml version="1.0" encoding="UTF-8"?> |
| <manifest> |
| |
| <remote name="opencord" |
| fetch=".." |
| review="https://gerrit.opencord.org/" |
| revision="master" /> |
| <default revision="master" |
| remote="opencord" |
| sync-j="4" /> |
| |
| <project path="build" name="cord" groups="build"/> |
| <project path="build/maas" name="maas" groups="build"/> |
| <project path="build/platform-install" name="platform-install" groups="build"/> |
| |
| <project path="onos-apps" name="cord-onos-publisher" groups="onos"/> |
| <project path="onos-apps/aaa" name="aaa" groups="onos"/> |
| <project path="onos-apps/cord-config" name="config" groups="onos"/> |
| <project path="onos-apps/igmp" name="igmp" groups="onos"/> |
| <project path="onos-apps/mcast" name="mcast" groups="onos"/> |
| <project path="onos-apps/olt" name="olt" groups="onos"/> |
| <project path="onos-apps/vtn" name="vtn" groups="onos"/> |
| |
| <project path="test/cord-tester" name="cord-tester" groups="test"/> |
| <project path="test/fabric-oftest" name="fabric-oftest" groups="test"/> |
| |
| <project path="orchestration" name="xos" groups="orchestration"/> |
| <project path="orchestration/service-profile" name="service-profile" groups="orchestration"/> |
| <project path="orchestration/xos-services/exampleservice" name="exampleservice" groups="services"/> |
| <project path="orchestration/xos-services/fabric" name="fabric" groups="services"/> |
| <project path="orchestration/xos-services/hypercache" name="hypercache" groups="services"/> |
| <project path="orchestration/xos-services/metro-net" name="metro-net" groups="services"/> |
| <project path="orchestration/xos-services/monitoring" name="monitoring" groups="services"/> |
| <project path="orchestration/xos-services/ng-xos-lib" name="ng-xos-lib" groups="services"/> |
| <project path="orchestration/xos-services/onos-service" name="onos-service" groups="services"/> |
| <project path="orchestration/xos-services/openstack" name="openstack" groups="services"/> |
| <project path="orchestration/xos-services/vrouter" name="vrouter" groups="services"/> |
| <project path="orchestration/xos-services/vsg" name="vsg" groups="services"/> |
| <project path="orchestration/xos-services/vtr" name="vtr" groups="services"/> |
| |
| </manifest> |