source: config.json @ 160:d7a4b6a9128b

Last change on this file since 160:d7a4b6a9128b was 146:221e73937bc7, checked in by fnevgeny, 15 years ago

Ported to QX-1.0.

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  ],
30
31  "let" :
32  {
33    "APPLICATION"  : "pf",
34    "QOOXDOO_PATH" : "../qooxdoo-1.0-sdk",
35    "QXTHEME"      : "pf.theme.Theme",
36    "API_EXCLUDE"  : ["qx.test.*", "${APPLICATION}.theme.*", "${APPLICATION}.test.*"],
37    "LOCALES"      : [ "en" ],
38    "CACHE"        : "${TMPDIR}/cache_new",
39    "ROOT"         : ".",
40    "APPLICATION_FILES" : "index.html pf.html wz_jsgraphics.js entities.js",
41    "APPLICATION_RESOURCE_FILTER" : true,
42    "APPLICATION_COMPLETE_SOURCE" : false
43  },
44
45  "jobs" :
46  {
47    "build" :
48    {
49
50      "copy-files" :
51      {
52        "target" : "${BUILD_PATH}",
53        "files"  : ["pf.html", "wz_jsgraphics.js", "entities.js"]
54      },
55     
56      "copy-resources" :
57      {
58        "target"          : "${BUILD_PATH}",
59        "resource-filter" : true
60      } 
61    }
62  }
63}
Note: See TracBrowser for help on using the repository browser.