source: config.json @ 375:591b23fdfd32

Last change on this file since 375:591b23fdfd32 was 370:f0655cccce1d, checked in by Evgeny Stambulchik <Evgeny.Stambulchik@…>, 7 years ago

Got rid of the obsolete "inspector" job. Switched to 5.0.2.

File size: 1.1 KB
RevLine 
[72]1{
2  "name"    : "pf",
3
4  "include" :
5  [
6    {
[146]7      "path" : "${QOOXDOO_PATH}/tool/data/config/application.json"
[72]8    }
9  ],
10
[146]11  "export" :
12  [
13    "api",
14    "build",
15    "clean",
16    "distclean",
17    "fix",
18    "info",
19    "lint",
20    "migration",
21    "pretty",
22    "profiling",
23    "source",
24    "source-all",
25    "test",
26    "test-source",
[343]27    "translation",
28    "pf-build"
[146]29  ],
30
[72]31  "let" :
32  {
33    "APPLICATION"  : "pf",
[370]34    "QOOXDOO_PATH" : "/usr/local/share/qooxdoo/5.0.2",
[170]35    "QXTHEME"      : "pf.theme.Modern",
[169]36    "API_EXCLUDE"  : ["qx.test.*", "${APPLICATION}.theme.*"],
[315]37    "OPTIMIZE"     : ["basecalls", "privates", "whitespace", "comments"],
[72]38    "LOCALES"      : [ "en" ],
[239]39    "CACHE"        : "${TMPDIR}/cache",
[169]40    "ROOT"         : "."
[72]41  },
42
43  "jobs" :
44  {
[343]45    "pf-build" :
[72]46    {
[343]47      "extend" : ["build"],
[72]48
[77]49      "copy-files" :
50      {
[263]51        "files" : ["readme.txt",
52                   "pf.html",
53                   "wz_jsgraphics.js",
54                   "entities.js",
55                   "pf_icon.png"]
[90]56      },
57     
58      "copy-resources" :
59      {
60        "resource-filter" : true
61      } 
[72]62    }
63  }
64}
Note: See TracBrowser for help on using the repository browser.