-
Notifications
You must be signed in to change notification settings - Fork 7
/
build.json
40 lines (40 loc) · 951 Bytes
/
build.json
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
{
"name": "xdmod-ondemand",
"version": "10.5.0",
"release": "1.0",
"files": {
"include_paths": [
],
"include_patterns": [
],
"exclude_paths": [
],
"exclude_patterns": [
"#/\\.#",
"#/docs#",
"#/tests#"
]
},
"file_maps": {
"data": [
"classes",
"db",
{ "templates": "templates/ondemand" }
],
"bin": [
"bin/"
],
"doc": [
"LICENSE"
],
"etc": {
"configuration/portal_settings.d/ondemand.ini": "portal_settings.d/ondemand.ini",
"configuration/etl": "",
"configuration/modules.d": "",
"configuration/setup.d": "",
"configuration/roles.d": "",
"configuration/datawarehouse.d": "",
"configuration/resource_types.d": ""
}
}
}