forked from ETCLabs/RDMnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathetc_project.json
More file actions
46 lines (46 loc) · 998 Bytes
/
Copy pathetc_project.json
File metadata and controls
46 lines (46 loc) · 998 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"dependencies": [
{
"name": "EtcPal",
"gitlabPath": "etc/common-tech/general/etcpal",
"version": "0.4.0.9"
},
{
"name": "RDM",
"gitlabPath": "etc/common-tech/net/githubrdm",
"version": "0.2.0"
}
],
"devToolConfig": {
"version": {
"fileTemplates": {
"tools/templates/version.h.in": "include/rdmnet/version.h"
},
"jira": {
"project": "RDMNET"
}
},
"docs": {
"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"
}
]
},
"release-lib": {
"projectName": "RDMnet",
"jira": {
"project": "RDMNET"
},
"legacyP4Mirror": {
"name": "GITHUB_RDMnet",
"labelPrefix": "RDMnet"
}
}
}
}