forked from membase/manifest
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdefault.xml
32 lines (28 loc) · 1.36 KB
/
default.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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="membase"
fetch="git://github.com/membase/"
review="review.membase.org" />
<remote name="couchbase"
fetch="git://github.com/couchbase/" />
<remote name="apache" fetch="git://github.com/apache/" />
<default revision="master" remote="membase" />
<project path="tlm" name="tlm">
<copyfile src="Makefile" dest="Makefile" />
</project>
<project path="ns_server" name="ns_server" />
<project path="ep-engine" name="ep-engine" />
<project path="bucket_engine" name="bucket_engine" />
<project path="memcached" name="memcached"
revision="engine" />
<project path="libmemcached" name="libmemcached" revision="stable" />
<project path="libconflate" name="libconflate" />
<project path="libvbucket" name="libvbucket" />
<project path="membase-cli" name="membase-cli" />
<project path="memcachetest" name="memcachetest" />
<project path="moxi" name="moxi" />
<project path="vbucketmigrator" name="vbucketmigrator" />
<project path="couchdb" name="couchdb" remote="apache" revision="refs/tags/1.0.1" />
<project path="icu4c" name="icu4c" remote="couchbase" revision="2ef73b7482a4a297e1e6a464f114dd65b0ee9610" />
<project path="spidermonkey" name="spidermonkey" remote="couchbase" revision="11cba51a9539d161e72f6e327b5d5da156968a95" />
</manifest>