-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsencha-expenses-desktop.xds
89 lines (89 loc) · 2.71 KB
/
sencha-expenses-desktop.xds
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "sencha-expenses-desktop",
"settings": {
"urlPrefix": "http://localhost/demos/Sencha-Expenses-Desktop/",
"directAPI": "",
"spacesToIndent": "4",
"codeGenFormat": "Class",
"exportPath": "",
"extPath": "http://extjs.cachefly.net/ext-4.0.2a/",
"lineEnding": "LF",
"instantiateStore": true,
"genTimestamps": false,
"saveOnDeploy": false,
"appName": "MyApp",
"mapsAPI": "http://maps.google.com/maps/api/js?sensor=true",
"exportXDSFiles": true,
"disablePromptOnDeploy": false
},
"xdsVersion": "2.0.0",
"application": {
"type": "application",
"reference": {
"name": "items",
"type": "array"
},
"codeClass": null,
"userConfig": {
"autoCreateViewport": true,
"name": "MyApp",
"launch": "this.getStore('ExpenseStore').load();"
},
"customConfigs": []
},
"components": [],
"stores": [],
"framework": "ext40",
"topInstanceFileMap": {
"bf0ccc13-d7fd-46ac-a780-ed115a9b1cff": {
"paths": [
"app/view/ExpenseGrid.js",
"app/view/ui/ExpenseGrid.js"
],
"className": "ExpenseGrid"
},
"96a4f2d2-cf00-4ce5-952b-d5824ffb4e62": {
"paths": [
"app/store/ExpenseStore.js",
"app/store/base/ExpenseStore.js"
],
"className": "ExpenseStore"
},
"e20f5851-6680-4339-96a1-fdcbf08d89bd": {
"paths": [
"app/view/ExpensePieChart.js",
"app/view/ui/ExpensePieChart.js"
],
"className": "ExpensePieChart"
},
"7916ab40-6bfe-4a99-92a8-19a41b841251": {
"paths": [
"app/view/ExpenseColumnChart.js",
"app/view/ui/ExpenseColumnChart.js"
],
"className": "ExpenseColumnChart"
},
"2a53b25c-6a3f-4475-86a3-3622a4fef82e": {
"paths": [
"app/view/ExpenseTracker.js",
"app/view/ui/ExpenseTracker.js"
],
"className": "ExpenseTracker"
},
"5c552c12-ffc6-4580-9b2c-979cd5eb23bb": {
"paths": [
"app/store/CategoryStore.js",
"app/store/base/CategoryStore.js"
],
"className": "CategoryStore"
},
"f4c6c788-7ab6-4a70-a5cc-c80e140e20d0": {
"paths": [
"app/view/Viewport.js",
"app/view/ui/Viewport.js",
"app/view/Viewport.js"
],
"className": "Viewport"
}
}
}