-
Notifications
You must be signed in to change notification settings - Fork 116
/
rel-3.0.x.xml
56 lines (39 loc) · 2.6 KB
/
rel-3.0.x.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="couchbase" fetch="git://github.com/couchbase/" review="review.couchbase.org" />
<remote name="couchbasedeps" fetch="git://github.com/couchbasedeps/" review="review.couchbase.org" />
<default remote="couchbase" revision="master" />
<!-- couchbase-cli building 3.0.x maintenance releases from 3.0.x branch -->
<project name="couchbase-cli" revision="3.0.x" />
<project name="couchbase-examples" revision="5f87273ad59bd3c0473ba6bcedf863db57238313" />
<project name="couchbase-python-client" revision="d3e69f6c1eb9ec8fbc240b79bb228fe366e8295f" />
<!-- couchdb building 3.0.x maintenance releases on 3.x branch -->
<project name="couchdb" revision="6fc4a721102965df9f4c54b7dfd82cd592aa93a4" />
<!-- couchdbx-app building 3.0.x maintenance releases on 3.0.x branch -->
<project name="couchdbx-app" revision="3.0.x" />
<!-- couchstore building 3.0.x maintenance releases on elsa branch -->
<project name="couchstore" revision="elsa" />
<!-- ep-engine building 3.0.x maintenance releases on 3.0.x branch -->
<project name="ep-engine" revision="3.0.x" />
<!-- geocouch has only desirable changes on master -->
<project name="geocouch" revision="106f827bdb48ff033a1f0db9410fd43a28457994" />
<project name="healthchecker" revision="a6d5a274ff92282bc42a4ba815c75d64553e0ad3" />
<!-- memcached building 3.0.x maintenance releases from 3.0 branch -->
<project name="memcached" revision="3.0"/>
<!-- moxi building 3.0.x maintenance releases from 3.0.x branch -->
<project name="moxi" revision="3.0.x" />
<!-- ns_server building 3.0.x maintenance releases from rel-3.0.0++ branch -->
<project name="ns_server" revision="rel-3.0.0++"/>
<!-- platform building 3.0.x maintenance releases from 3.0.x branch -->
<project name="platform" revision="3.0.x" />
<project name="sigar" revision="1f6eed3b0999fc826582087dfa12fbf40b7cce7e" />
<project name="testrunner" revision="20761a815238b404cae51a9337219bee673fda7c" />
<!-- tlm uses 3.0.0 branch -->
<project name="tlm" revision="3.0.0">
<copyfile src="GNUmakefile" dest="GNUmakefile" />
<copyfile src="Makefile" dest="Makefile" />
<copyfile src="CMakeLists.txt" dest="CMakeLists.txt" />
</project>
<!-- C/C++ support libraries -->
<project name="gtest" remote="couchbasedeps" revision="84819c7bb609ab0f8ecc464b0a80bf9d8e980cf5" />
</manifest>