-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathjre.xapi
33 lines (33 loc) · 1.04 KB
/
jre.xapi
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
<xapi-schema
inherit = false
platforms = main
modules = main
projects = {
standalone : [
<uber
description = "Xapi - JRE uber jar"
platforms = <main
modules = <main
requires = {
@transitive
project : {
base : jre,
process : jre,
collect : jre,
model : jre,
io : jre,
":dev:scanner" : main,
":ui:javafx" : main,
},
@transitive(test)
project : {
base : testTools,
model : jre,
},
}
/main>
/main>
/uber>
]
}
/xapi-schema>