-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathopenedge-project.json
More file actions
49 lines (49 loc) · 1.34 KB
/
openedge-project.json
File metadata and controls
49 lines (49 loc) · 1.34 KB
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
{
"name": "PCT",
"version": "232-pre",
"charset": "utf-8",
"oeversion": "12.8",
"graphicalMode": false,
"extraParameters": "",
"buildPath": [
{
"type": "source",
"path": "src/progress",
"build": "build/build-v12",
"excludes": "Consultingwerk/**,pct/v10/**,pct/v11/**,pct/v13/**,pct/v102b/**,pct/v12/loadSch124.p"
}
],
"numThreads": 1,
"dbConnections": [
{ "name": "empty", "connect": "-db target/db/empty12 -ld empty -RO", "schemaFile": "empty.df", "aliases": [ "dictdb2" ] }
],
"profiles": [
{
"name": "v13",
"inherits": "default",
"value": {
"oeversion": "13.0",
"buildPath": [
{
"type": "source",
"path": "src/progress",
"build": "build/build-v13",
"excludes": "Consultingwerk/**,pct/v10/**,pct/v11/**,pct/v12/**,pct/v102b/**"
}
],
"dbConnections": [
{ "name": "empty", "connect": "-db target/db/empty13 -ld empty -RO", "schemaFile": "empty.df", "aliases": [ "dictdb2" ] }
]
}
},
{
"name": "devcontainer",
"inherits": "default",
"value": {
"dbConnections": [
{ "name": "empty", "connect": "-db sports -ld empty -H dbserver -S 12345", "schemaFile": "empty.df", "aliases": [ "dictdb2" ] }
]
}
}
]
}