source: config.json @ 187:b9efbf5ce6d3

Last change on this file since 187:b9efbf5ce6d3 was 187:b9efbf5ce6d3, checked in by fnevgeny, 14 years ago

QX-1.1.1.

File size: 926 bytes
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",
[187]34    "QOOXDOO_PATH" : "../qooxdoo-1.1.1-sdk",
[170]35    "QXTHEME"      : "pf.theme.Modern",
[169]36    "API_EXCLUDE"  : ["qx.test.*", "${APPLICATION}.theme.*"],
[72]37    "LOCALES"      : [ "en" ],
[146]38    "CACHE"        : "${TMPDIR}/cache_new",
[169]39    "ROOT"         : "."
[72]40  },
41
42  "jobs" :
43  {
44    "build" :
45    {
46
[77]47      "copy-files" :
48      {
[169]49        "files" : ["pf.html", "wz_jsgraphics.js", "entities.js", "pf_icon.png"]
[90]50      },
51     
52      "copy-resources" :
53      {
54        "resource-filter" : true
55      } 
[72]56    }
57  }
58}
Note: See TracBrowser for help on using the repository browser.