-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
128 lines (121 loc) · 2.24 KB
/
config.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name" : "ckrte",
"config-warnings" :
{
"job-shadowing" :
[
"source-hybrid",
"source",
"build",
"provider-deps",
"migration",
"source",
"source-hybrid",
"libraries",
"source-all",
"build",
"provider",
"test",
"test-basic",
"test-basic-source",
"test-source",
"source-all-script",
"clean",
"lint",
"source-script",
"translation",
"build-resources",
"build-script",
"build-files",
"info",
"distclean",
"api"
]
},
"include" :
[
{
"path" : "${QOOXDOO_PATH}/tool/data/config/application.json"
}
],
"export" :
[
"api",
"api-data",
"build",
"clean",
"distclean",
"fix",
"info",
"inspector",
"lint",
"migration",
"pretty",
"profiling",
"source",
"source-all",
"source-hybrid",
"simulation-build",
"simulation-run",
"test",
"test-basic",
"test-basic-source",
"test-source",
"translation"
],
"default-job" : "source",
"let" :
{
"APPLICATION" : "ckrte",
"QOOXDOO_PATH" : "../aig/lib/qooxdoo",
"QXTHEME" : "ckrte.theme.Theme",
"API_EXCLUDE" : ["qx.test.*", "${APPLICATION}.theme.*", "${APPLICATION}.test.*", "${APPLICATION}.simulation.*"],
"LOCALES" : [ "en" ],
"CACHE" : "${TMPDIR}/qx${QOOXDOO_VERSION}/cache",
"ROOT" : ".",
"OPTIMIZE" : []
},
"jobs" :
{
"libraries" :
{
"library" :
[
{
"manifest" : "../localfile/trunk/Manifest.json"
},
{
"manifest" : "../aig/lib/uploadwidget/Manifest.json"
}
]
},
"build-script" :
{
"copy-files" :
{
"files" :
[
"ckeditor.js",
"config.js",
"styles.css",
"lang/en.js",
"plugins/styles/styles/default.js",
"skins/kama/editor.css",
"skins/kama/icons.png",
"skins/kama/images/sprites.png"
],
"source" : "./source",
"target" : "./build"
}
/*
"compile-options" :
{
"code" :
{
"format" : false
}
}
*/
}
}
}