source: config.json

Last change on this file 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
Line 
1{
2  "name"    : "pf",
3
4  "include" :
5  [
6    {
7      "path" : "${QOOXDOO_PATH}/tool/data/config/application.json"
8    }
9  ],
10
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",
27    "translation",
28    "pf-build"
29  ],
30
31  "let" :
32  {
33    "APPLICATION"  : "pf",
34    "QOOXDOO_PATH" : "/usr/local/share/qooxdoo/5.0.2",
35    "QXTHEME"      : "pf.theme.Modern",
36    "API_EXCLUDE"  : ["qx.test.*", "${APPLICATION}.theme.*"],
37    "OPTIMIZE"     : ["basecalls", "privates", "whitespace", "comments"],
38    "LOCALES"      : [ "en" ],
39    "CACHE"        : "${TMPDIR}/cache",
40    "ROOT"         : "."
41  },
42
43  "jobs" :
44  {
45    "pf-build" :
46    {
47      "extend" : ["build"],
48
49      "copy-files" :
50      {
51        "files" : ["readme.txt",
52                   "pf.html",
53                   "wz_jsgraphics.js",
54                   "entities.js",
55                   "pf_icon.png"]
56      },
57     
58      "copy-resources" :
59      {
60        "resource-filter" : true
61      } 
62    }
63  }
64}
Note: See TracBrowser for help on using the repository browser.