source: config.json @ 260:d59c8b1f1f44

Last change on this file since 260:d59c8b1f1f44 was 239:efc85a641dc7, checked in by Evgeny Stambulchik <Evgeny.Stambulchik@…>, 13 years ago

/tmp/cache_new -> cache.

File size: 978 bytes
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  ],
30
31  "let" :
32  {
33    "APPLICATION"  : "pf",
34    "QOOXDOO_PATH" : "/usr/local/share/qooxdoo/1.4",
35    "QXTHEME"      : "pf.theme.Modern",
36    "API_EXCLUDE"  : ["qx.test.*", "${APPLICATION}.theme.*"],
37    "OPTIMIZE"     : ["basecalls", "privates"],
38    "LOCALES"      : [ "en" ],
39    "CACHE"        : "${TMPDIR}/cache",
40    "ROOT"         : "."
41  },
42
43  "jobs" :
44  {
45    "build" :
46    {
47
48      "copy-files" :
49      {
50        "files" : ["pf.html", "wz_jsgraphics.js", "entities.js", "pf_icon.png"]
51      },
52     
53      "copy-resources" :
54      {
55        "resource-filter" : true
56      } 
57    }
58  }
59}
Note: See TracBrowser for help on using the repository browser.