forked from Riverside-Software/pct
-
Notifications
You must be signed in to change notification settings - Fork 0
/
openedge-project.json
40 lines (40 loc) · 1.09 KB
/
openedge-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
{
"name": "PCT",
"version": "221-pre",
"charset": "utf-8",
"oeversion": "12.2",
"graphicalMode": false,
"extraParameters": "",
"buildPath": [
{
"type": "source",
"path": "src/progress",
"build": "build/build-v12",
"excludes": "Consultingwerk/**,pct/v10/**,pct/v11/**,pct/v102b/**,pct/pctOEUnitRunner.p,pct/v12/loadSch124.p"
}
],
"numThreads": 1,
"dbConnections": [
{ "name": "empty", "connect": "-db target/db/empty12 -ld empty -RO", "dumpFile": "empty.df", "aliases": [ "empty2" ] }
],
"profiles": [
{
"name": "v11",
"inherits": "default",
"value": {
"oeversion": "11.7",
"buildPath": [
{
"type": "source",
"path": "src/progress",
"build": "build/build-v11",
"excludes": "Consultingwerk/**,pct/v10/**,pct/v12/**,pct/v102b/**,pct/pctOEUnitRunner.p"
}
],
"dbConnections": [
{ "name": "empty", "connect": "-db target/db/empty11 -ld empty -RO", "dumpFile": "empty.df", "aliases": [ "empty2" ] }
]
}
}
]
}