-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
settings.gradle
64 lines (61 loc) · 2.07 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
/*
* settings.gradle
*
* Tigase XMPP Client Library
* Copyright (C) 2004-2018 "Tigase, Inc." <office@tigase.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License,
* or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. Look for COPYING file in the top folder.
* If not, see http://www.gnu.org/licenses/.
*/
/*
* This settings file was auto generated by the Gradle buildInit task
* by 'bmalkow' at '04.04.16 18:41' with Gradle 2.12
*
* The settings file is used to specify which projects to include in your build.
* In a single project build this file can be empty or even removed.
*
* Detailed information about configuring a multi-project build in Gradle can be found
* in the user guide at https://docs.gradle.org/2.12/userguide/multi_project_builds.html
*/
/*
// To declare projects as part of a multi-project build use the 'include' method
include 'shared'
include 'api'
include 'services:webservice'
*/
rootProject.name = 'tigase-jaxmpp'
include ':jaxmpp-core'
include ':jaxmpp-roster'
include ':jaxmpp-presence'
include ':jaxmpp-registration'
include ':jaxmpp-chat'
include ':jaxmpp-im'
include ':jaxmpp-muc'
include ':jaxmpp-deliveryreceipts'
include ':jaxmpp-pubsub'
include ':jaxmpp-vcard'
include ':jaxmpp-xep0013_flexible_offline'
include ':jaxmpp-xep0136'
include ':jaxmpp-adhoc'
include ':jaxmpp-mam'
include ':jaxmpp-socks5'
include ':jaxmpp-jingle'
include ':jaxmpp-filetransfer'
include ':jaxmpp-httpfileupload'
include ':jaxmpp-j2se'
include ':jaxmpp-push'
include ':jaxmpp-android'
include ':jaxmpp-gwt'
include ':jaxmpp-documentation'
include ':jaxmpp-omemo'