blob: 9d0091e57e4d16fec0fa87407ea2ecbc9c8b9503 [file] [log] [blame]
alshabibf011c732016-08-22 14:25:16 -07001<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3
4 <remote name="opencord"
5 fetch=".."
alshabib18cb4d82016-08-24 18:49:46 -07006 review="https://gerrit.opencord.org/"
7 revision="master" />
alshabibf011c732016-08-22 14:25:16 -07008 <default revision="master"
9 remote="opencord"
10 sync-j="4" />
11
alshabib255e64d2016-08-23 18:10:30 -070012<project path="build" name="cord" groups="build">
alshabibe1823552016-08-23 18:11:10 -070013 <linkfile src="docs" dest="build/documentation"/>
alshabib255e64d2016-08-23 18:10:30 -070014</project>
alshabibb96fd792016-08-22 23:02:54 -070015<project path="build/maas" name="maas" groups="build"/>
16<project path="build/platform-install" name="platform-install" groups="build"/>
alshabib4a4b8672016-08-22 22:58:25 -070017
alshabib942764c2016-08-22 23:20:37 -070018<project path="onos-apps/aaa" name="aaa" groups="onos"/>
alshabibe1b41fd2016-08-22 23:24:14 -070019<project path="onos-apps/cord-config" name="config" groups="onos"/>
alshabibf013d132016-08-22 23:21:14 -070020<project path="onos-apps/igmp" name="igmp" groups="onos"/>
alshabib942764c2016-08-22 23:20:37 -070021<project path="onos-apps/mcast" name="mcast" groups="onos"/>
22<project path="onos-apps/olt" name="olt" groups="onos"/>
23<project path="onos-apps/vtn" name="vtn" groups="onos"/>
24
alshabib96355f42016-08-22 23:33:13 -070025<project path="test/cord-tester" name="cord-tester" groups="test"/>
26<project path="test/fabric-oftest" name="fabric-oftest" groups="test"/>
alshabibe62e94e2016-08-22 23:32:28 -070027
28<project path="orchestration" name="xos" groups="orchestration"/>
alshabib2bb56d32016-08-22 23:35:27 -070029<project path="orchestration/xos-services/exampleservice" name="exampleservice" groups="services"/>
alshabibe62e94e2016-08-22 23:32:28 -070030<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"/>
37<project path="orchestration/xos-services/service-profile" name="service-profile" groups="services"/>
38<project path="orchestration/xos-services/vrouter" name="vrouter" groups="services"/>
39<project path="orchestration/xos-services/vsg" name="vsg" groups="services"/>
40<project path="orchestration/xos-services/vtr" name="vtr" groups="services"/>
41
alshabibf011c732016-08-22 14:25:16 -070042</manifest>