blob: 0b54657b65ca60d45c536e5304469b044b99344f [file] [log] [blame]
Zack Williamsd0632d62018-06-26 08:57:15 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3Copyright 2018-present Open Networking Foundation
4
5Licensed under the Apache License, Version 2.0 (the "License");
6you may not use this file except in compliance with the License.
7You may obtain a copy of the License at
8
9http://www.apache.org/licenses/LICENSE-2.0
10
11Unless required by applicable law or agreed to in writing, software
12distributed under the License is distributed on an "AS IS" BASIS,
13WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14See the License for the specific language governing permissions and
15limitations under the License.
16-->
17<manifest>
18
19 <remote name="opencord"
20 fetch=".."
21 review="https://gerrit.opencord.org/"
22 revision="master" />
23 <default revision="master"
24 remote="opencord"
25 sync-j="4" />
26
27 <project path="seba" name="seba"/>
28 <project path="automation-tools" name="automation-tools"/>
Zack Williams3c5d9d82018-07-09 14:40:43 -070029 <project path="projects/ves-agent" name="ves-agent"/>
Zack Williamsd0632d62018-06-26 08:57:15 -070030
31</manifest>