| <?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/apps/aaa" name="aaa" groups="onos"/> |
| <project path="onos-apps/apps/config" name="config" groups="onos"/> |
| <project path="onos-apps/apps/igmp" name="igmp" groups="onos"/> |
| <project path="onos-apps/apps/mcast" name="mcast" groups="onos"/> |
| <project path="onos-apps/apps/olt" name="olt" groups="onos"/> |
| <project path="onos-apps/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/xos" name="xos" groups="orchestration"/> |
| <project path="orchestration/service-profile" name="service-profile" groups="orchestration"/> |
| <project path="orchestration/xos_services/exampleservice" name="exampleservice" groups="orchestration,services"/> |
| <project path="orchestration/xos_services/fabric" name="fabric" groups="orchestration,services"/> |
| <project path="orchestration/xos_services/hypercache" name="hypercache" groups="orchestration,services"/> |
| <project path="orchestration/xos_services/metro-net" name="metro-net" groups="orchestration,services"/> |
| <project path="orchestration/xos_services/monitoring" name="monitoring" groups="orchestration,services"/> |
| <project path="orchestration/xos_services/onos-service" name="onos-service" groups="orchestration,services"/> |
| <project path="orchestration/xos_services/openstack" name="openstack" groups="orchestration,services"/> |
| <project path="orchestration/xos_services/vrouter" name="vrouter" groups="orchestration,services"/> |
| <project path="orchestration/xos_services/vsg" name="vsg" groups="orchestration,services"/> |
| <project path="orchestration/xos_services/vtr" name="vtr" groups="orchestration,services"/> |
| <project path="orchestration/xos_services/globalxos" name="globalxos" groups="orchestration,services"/> |
| |
| <project path="orchestration/xos-gui" name="xos-gui" groups="orchestration"/> |
| <project path="orchestration/xos-rest-gw" name="xos-rest-gw" groups="orchestration"/> |
| <project path="orchestration/xos_libraries/ng-xos-lib" name="ng-xos-lib" groups="orchestration,libraries"/> |
| |
| <project path="incubator/voltha" name="voltha" groups="incubation"/> |
| |
| </manifest> |