-
Notifications
You must be signed in to change notification settings - Fork 3
/
default.xml
35 lines (26 loc) · 1.15 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
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="membase"
fetch="git://github.com/membase/"
review="review.membase.org" />
<remote name="membase-private"
fetch="[email protected]:membase/"
review="review.membase.org" />
<remote name="apache" fetch="git://git.apache.org/" />
<remote name="erlang" fetch="git://github.com/erlang/" />
<default revision="master" remote="membase" />
<!-- Build tools is master. -->
<project path="build-tools" name="build-couchdb">
<copyfile src="README.md" dest="README.md" />
<copyfile src="Rakefile" dest="Rakefile" />
</project>
<project path="dependencies/couchdb" name="couchdb"
remote="membase-private" />
<!-- These components are frozen solid for now. -->
<project name="icu4c" path="dependencies/icu4c-4_4"
revision="2ef73b7482a4a297e1e6a464f114dd65b0ee9610"/>
<project name="otp" path="dependencies/otp" remote="erlang"
revision="99e34bba1a60b262e24496cc9288b549360c6377"/>
<project name="spidermonkey" path="dependencies/js_src"
revision="a821f8a4287dcb36b8029c83fc47fa6f65035d60"/>
</manifest>