< prev index next >

settings.gradle

Print this page

23 rootProject.name = 'skara'
24 
25 include 'args'
26 include 'bot'
27 include 'cli'
28 include 'census'
29 include 'email'
30 include 'encoding'
31 include 'host'
32 include 'ini'
33 include 'jcheck'
34 include 'json'
35 include 'mailinglist'
36 include 'process'
37 include 'proxy'
38 include 'storage'
39 include 'ssh'
40 include 'test'
41 include 'vcs'
42 include 'webrev'

43 
44 include 'bots:cli'
45 include 'bots:forward'
46 include 'bots:hgbridge'
47 include 'bots:merge'
48 include 'bots:mirror'
49 include 'bots:mlbridge'
50 include 'bots:notify'
51 include 'bots:pr'
52 include 'bots:submit'
53 include 'bots:topological'

23 rootProject.name = 'skara'
24 
25 include 'args'
26 include 'bot'
27 include 'cli'
28 include 'census'
29 include 'email'
30 include 'encoding'
31 include 'host'
32 include 'ini'
33 include 'jcheck'
34 include 'json'
35 include 'mailinglist'
36 include 'process'
37 include 'proxy'
38 include 'storage'
39 include 'ssh'
40 include 'test'
41 include 'vcs'
42 include 'webrev'
43 include 'network'
44 
45 include 'bots:cli'
46 include 'bots:forward'
47 include 'bots:hgbridge'
48 include 'bots:merge'
49 include 'bots:mirror'
50 include 'bots:mlbridge'
51 include 'bots:notify'
52 include 'bots:pr'
53 include 'bots:submit'
54 include 'bots:topological'
< prev index next >