source: config.json @ 307:78574f2a7407

qx-1.5.1
Last change on this file since 307:78574f2a7407 was 306:6a5437ba9e4d, checked in by Evgeny Stambulchik <Evgeny.Stambulchik@…>, 13 years ago

QX-1.5.1.

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