forked from starlibs/AILibs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle
More file actions
29 lines (22 loc) · 809 Bytes
/
settings.gradle
File metadata and controls
29 lines (22 loc) · 809 Bytes
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
def jaicorePrefix = 'JAICore/'
def configPrefix = 'softwareconfiguration/'
// JAICore
include ":JAICore:jaicore-basic"
include ":JAICore:jaicore-concurrent"
include ":JAICore:jaicore-experiments"
include ":JAICore:jaicore-graph"
include ":JAICore:jaicore-graphvisualizer"
include ":JAICore:jaicore-logic"
include ":JAICore:jaicore-math"
include ":JAICore:jaicore-ml"
include ":JAICore:jaicore-planning"
include ":JAICore:jaicore-processes"
include ":JAICore:jaicore-search"
include ":JAICore:jaicore-services"
// Software-Configuration
include 'hasco'
project(":hasco").projectDir = new File(configPrefix,"hasco")
include 'mlplan'
project(":mlplan").projectDir = new File(configPrefix,"mlplan")
include 'tsctestenv'
project(":tsctestenv").projectDir = new File("tsctestenv")