-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathsettings.gradle
More file actions
21 lines (20 loc) · 799 Bytes
/
settings.gradle
File metadata and controls
21 lines (20 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
rootProject.name = 'openTCS'
include 'openTCS-API-Base'
include 'openTCS-API-Injection'
include 'openTCS-Impl-Configuration-cfg4j'
include 'openTCS-Common'
include 'openTCS-CommAdapter-Loopback'
include 'openTCS-Strategies-Default'
include 'openTCS-Kernel-Extension-HTTP-Services'
include 'openTCS-Kernel-Extension-RMI-Services'
include 'openTCS-Kernel-Extension-Statistics'
include 'openTCS-Kernel-Extension-TCP-Host-Interface'
include 'openTCS-Kernel'
include 'openTCS-KernelControlCenter'
include 'openTCS-PlantOverview'
include 'openTCS-PlantOverview-Base'
include 'openTCS-PlantOverview-Panel-LoadGenerator'
include 'openTCS-PlantOverview-Panel-ResourceAllocation'
include 'openTCS-PlantOverview-Panel-Statistics'
include 'openTCS-PlantOverview-Themes-Default'
include 'openTCS-Documentation'