2020-05-11 16:21:36 +00:00
|
|
|
rootProject.name = 'fints4kProject'
|
2019-10-02 17:54:11 +00:00
|
|
|
|
2020-05-11 16:21:36 +00:00
|
|
|
include ':fints4k'
|
2019-10-12 18:54:02 +00:00
|
|
|
|
2020-05-11 15:37:38 +00:00
|
|
|
|
|
|
|
/* UI */
|
2019-10-15 16:27:06 +00:00
|
|
|
|
2019-11-03 21:30:52 +00:00
|
|
|
include ':BankingUiCommon'
|
|
|
|
|
2020-05-11 16:21:36 +00:00
|
|
|
include ':fints4kBankingClient'
|
2020-04-22 09:49:42 +00:00
|
|
|
include ':hbci4jBankingClient'
|
2020-01-02 23:35:36 +00:00
|
|
|
|
2020-01-19 16:12:51 +00:00
|
|
|
include ':BankingPersistenceJson'
|
2020-04-25 00:45:37 +00:00
|
|
|
include ':LuceneBankingPersistence'
|
2020-01-19 16:12:51 +00:00
|
|
|
|
2020-05-11 17:11:05 +00:00
|
|
|
include ':BankingAndroidApp'
|
2020-01-08 19:31:16 +00:00
|
|
|
|
|
|
|
include ':BankingJavaFxControls'
|
2020-01-19 16:12:51 +00:00
|
|
|
include ':BankingJavaFxApp'
|
|
|
|
|
|
|
|
|
2020-05-11 15:24:07 +00:00
|
|
|
project(':BankingUiCommon').projectDir = "$rootDir/ui/BankingUiCommon/" as File
|
|
|
|
|
2020-05-11 16:21:36 +00:00
|
|
|
project(':fints4kBankingClient').projectDir = "$rootDir/ui/fints4kBankingClient/" as File
|
2020-05-11 15:24:07 +00:00
|
|
|
project(':hbci4jBankingClient').projectDir = "$rootDir/ui/hbci4jBankingClient/" as File
|
|
|
|
|
2020-05-11 17:11:05 +00:00
|
|
|
project(':BankingAndroidApp').projectDir = "$rootDir/ui/BankingAndroidApp/" as File
|
2020-05-11 15:24:07 +00:00
|
|
|
|
|
|
|
project(':BankingJavaFxControls').projectDir = "$rootDir/ui/BankingJavaFxControls/" as File
|
|
|
|
project(':BankingJavaFxApp').projectDir = "$rootDir/ui/BankingJavaFxApp/" as File
|
|
|
|
|
2020-04-25 00:45:37 +00:00
|
|
|
project(':BankingPersistenceJson').projectDir = "$rootDir/persistence/json/BankingPersistenceJson/" as File
|
|
|
|
project(':LuceneBankingPersistence').projectDir = "$rootDir/persistence/LuceneBankingPersistence/" as File
|
2020-05-11 15:37:38 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Tools */
|
|
|
|
|
|
|
|
include ':BankListCreator'
|
|
|
|
|
|
|
|
|
|
|
|
project(':BankListCreator').projectDir = "$rootDir/tools/BankListCreator/" as File
|