forked from nelsonalfo/fermat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle
58 lines (44 loc) · 2.28 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
/*
* Please keep the elements ordered alphabetically.
*/
rootProject.name = 'Fermat'
//apply from: 'ART/settings.gradle'
apply from: 'BCH/settings.gradle'
apply from: 'BNK/settings.gradle'
apply from: 'CBP/settings.gradle'
apply from: 'CCM/settings.gradle'
apply from: 'CCP/settings.gradle'
apply from: 'CHT/settings.gradle'
apply from: 'CSH/settings.gradle'
apply from: 'CER/settings.gradle'
//apply from: 'DAP/settings.gradle'
apply from: 'OSA/settings.gradle'
apply from: 'P2P/settings.gradle'
apply from: 'PIP/settings.gradle'
//apply from: 'TKY/settings.gradle'
apply from: 'WPD/settings.gradle'
apply from: 'android_toolbox/settings.gradle'
apply from: 'COR/settings.gradle'
include ':fermat-android-api', ':picker-unit-selector', ':fermat_navigator_drawer', ':send-form', ':fermat_statistics', ':transactions-fragment'
//include ':fermat-linux-core'
include ':fermat-api'
include ':fermat-core'
include ':fermat-core-api'
//include ':manifest_generator'
//The following lines are projects probably deprecated or just abandoned, I removed to avoid the inclusion in the main build.
//Some lines that represents a working project/plugin are included in the proper setting.gradle.
//BNP Projects
//include ':fermat-bnp-plugin-network-service-bank-notes-bitdubai'
//project(':fermat-bnp-plugin-network-service-bank-notes-bitdubai').projectDir = new File('BNP/plugin/network_service/fermat-bnp-plugin-network-service-bank-notes-bitdubai')
// identity
//include ':fermat-mkt-plugin-identity-marketer-bitdubai'
//project(':fermat-mkt-plugin-identity-marketer-bitdubai').projectDir = new File('MKT/plugin/identity/fermat-mkt-plugin-identity-marketer-bitdubai')
// SHP Projects
//module
//include ':fermat-shp-plugin-sub-app-module-brand-bitdubai'
//project(':fermat-shp-plugin-sub-app-module-brand-bitdubai').projectDir = new File('SHP/plugin/sub-app-module/fermat-shp-plugin-sub-app-module-brand-bitdubai')
// identity
//include ':fermat-shp-plugin-identity-brand-bitdubai'
//project(':fermat-shp-plugin-identity-brand-bitdubai').projectDir = new File('SHP/plugin/identity/fermat-shp-plugin-identity-brand-bitdubai')
//project(':fermat-pip-plugin-android-core-module-developer-bitdubai').projectDir = new File('PIP/plugin/module/fermat-pip-plugin-android-core-module-developer-bitdubai')
//include ':ApplicationSessionTest'