forked from mucommander/mucommander
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle
48 lines (45 loc) · 1.54 KB
/
settings.gradle
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
include 'mucommander-core'
include 'mucommander-commons-file'
include 'mucommander-commons-conf'
include 'mucommander-commons-collections'
include 'mucommander-commons-io'
include 'mucommander-commons-runtime'
include 'mucommander-commons-util'
include 'mucommander-encoding'
include 'mucommander-preferences'
include 'mucommander-command'
include 'mucommander-process'
include 'mucommander-translator'
include 'mucommander-protocol-api'
include 'mucommander-viewer-api'
include 'mucommander-os-api'
include 'mucommander-os-macos'
include 'mucommander-os-linux'
include 'mucommander-os-win'
include 'mucommander-os-openvms'
include 'mucommander-archiver'
include 'mucommander-format-ar'
include 'mucommander-format-bzip2'
include 'mucommander-format-gzip'
include 'mucommander-format-iso'
include 'mucommander-format-libguestfs'
include 'mucommander-format-lst'
include 'mucommander-format-rar'
include 'mucommander-format-sevenzip'
include 'mucommander-format-tar'
include 'mucommander-format-zip'
include 'mucommander-protocol-ftp'
include 'mucommander-protocol-hadoop'
include 'mucommander-protocol-nfs'
include 'mucommander-protocol-http'
include 'mucommander-protocol-ovirt'
include 'mucommander-protocol-registry'
include 'mucommander-protocol-s3'
include 'mucommander-protocol-sftp'
include 'mucommander-protocol-smb'
include 'mucommander-protocol-vsphere'
include 'mucommander-viewer-text'
include 'mucommander-viewer-image'
include 'mucommander-viewer-binary'
include 'apache-bzip2'
rootProject.name = 'mucommander'