-
Notifications
You must be signed in to change notification settings - Fork 8
/
constants.json
47 lines (47 loc) · 1.22 KB
/
constants.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
{
"jbide_master_versions": {
"function": "listVersions",
"project": "JBIDE",
"pattern": "4.30.*"
},
"jbide_maint_versions": {
"function": "listVersions",
"project": "JBIDE",
"pattern": "4.30.*"
},
"jbide_next_maint_versions": {
"function": "listVersions",
"project": "JBIDE",
"pattern": "4.30.*",
"hasStartDate": true,
"released": false,
"index": 0
},
"jbide_next_master_versions": {
"function": "listVersions",
"project": "JBIDE",
"pattern": "4.30.*",
"hasStartDate": true,
"released": false,
"codefrozen": false,
"index": 0
},
"jbide_bucket_versions": {
"function": "listVersions",
"project": "JBIDE",
"pattern": ".*.x$|LATER"
},
"jbide_freeze_versions": {
"function": "listVersions",
"project": "JBIDE",
"pattern": "4.3.*|4.4.*|4.5.*|4.6.*|4.9.*|4.11.*|4.12.*|4.13.*|4.14.*|4.15.*|4.16.*|4.17.*|4.18.*|4.19.*|4.21.*|4.23.*|4.24.*|4.25.*|4.26.*|4.27.*|4.28.*|4.29.*",
"codefrozen": true
},
"jbide_latest_freeze_versions": {
"function": "listVersions",
"project": "JBIDE",
"pattern": "4.3.*|4.4.*|4.5.*|4.6.*|4.9.*|4.11.*|4.12.*|4.13.*|4.14.*|4.15.*|4.16.*|4.17.*|4.18.*|4.19.*|4.21.*|4.23.*|4.24.*|4.25.*|4.26.*|4.27.*|4.28.*|4.29.*",
"codefrozen": true,
"index": -1
}
}