-
Notifications
You must be signed in to change notification settings - Fork 4
/
etc_project.json
82 lines (82 loc) · 1.78 KB
/
etc_project.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"dependencies": [
{
"name": "EtcPal",
"gitlabPath": "etc/common-tech/general/etcpal",
"version": "1.0.0.17"
},
{
"name": "GSL",
"gitlabPath": "mirrors/thirdparty/microsoft/gsl",
"gitTag": "c31a9ad5e8e99da8567237a7ba51a7d8f419e5bf",
"devOnly": true
},
{
"name": "googletest",
"gitlabPath": "mirrors/thirdparty/google/googletest",
"gitTag": "6b74da4757a549563d7c37c8fae3e704662a043b",
"devOnly": true
}
],
"devToolConfig": {
"version": {
"fileTemplates": {
"tools/templates/version.h.in": "include/sacn/version.h"
},
"jira": {
"project": "SACN"
}
},
"docs": {
"input": {
"unprocessed": [
"include/sacn",
"include/sacn/cpp",
"src/sacn",
"include/sacn/opts.h"
],
"processed": [
"docs/pages"
]
},
"tags": [
{
"name": "EtcPal",
"site": "https://etclabs.github.io/EtcPalDocs"
},
{
"webPath": "https://upload.cppreference.com/mwiki/images/f/f8/cppreference-doxygen-web.tag.xml",
"site": "https://en.cppreference.com/w"
}
],
"multiVersion": {
"enabled": true,
"htmlRoot": "/sACNDocs",
"versions": [
{
"name": "2.0.1",
"ref": "v2.0.1"
},
{
"name": "2.0.2",
"ref": "v2.0.2"
},
{
"name": "3.0.0",
"ref": "v3.0.0"
}
]
}
},
"release-lib": {
"projectName": "sACN",
"jira": {
"project": "SACN"
},
"legacyP4Mirror": {
"name": "GITHUB_sACN",
"labelPrefix": "sACN"
}
}
}
}