source: config.json @ 365:d08abf5eb069

Last change on this file since 365:d08abf5eb069 was 361:ac22569e1878, checked in by Evgeny Stambulchik <Evgeny.Stambulchik@…>, 9 years ago

qx-4.1.

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    "inspector",
20    "lint",
21    "migration",
22    "pretty",
23    "profiling",
24    "source",
25    "source-all",
26    "test",
27    "test-source",
28    "translation",
29    "pf-build"
30  ],
31
32  "let" :
33  {
34    "APPLICATION"  : "pf",
35    "QOOXDOO_PATH" : "/usr/local/share/qooxdoo/4.1",
36    "QXTHEME"      : "pf.theme.Modern",
37    "API_EXCLUDE"  : ["qx.test.*", "${APPLICATION}.theme.*"],
38    "OPTIMIZE"     : ["basecalls", "privates", "whitespace", "comments"],
39    "LOCALES"      : [ "en" ],
40    "CACHE"        : "${TMPDIR}/cache",
41    "ROOT"         : "."
42  },
43
44  "jobs" :
45  {
46    "pf-build" :
47    {
48      "extend" : ["build"],
49
50      "copy-files" :
51      {
52        "files" : ["readme.txt",
53                   "pf.html",
54                   "wz_jsgraphics.js",
55                   "entities.js",
56                   "pf_icon.png"]
57      },
58     
59      "copy-resources" :
60      {
61        "resource-filter" : true
62      } 
63    }
64  }
65}
Note: See TracBrowser for help on using the repository browser.