File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 16
16
"email" : " Henner DOT Kollmann AT gmx DOT de"
17
17
}
18
18
],
19
- "version" : " 0.1.1 "
19
+ "version" : " 1.0.0-beta "
20
20
},
21
21
"provides" : {
22
22
"namespace" : " qxl.mobileshowcase" ,
23
23
"encoding" : " utf-8" ,
24
24
"class" : " source/class" ,
25
25
"resource" : " source/resource" ,
26
26
"translation" : " source/translation"
27
+ "application" : {
28
+ "class" : " qxl.mobileshowcase.Application" ,
29
+ "name" : " mobileshowcase" ,
30
+ "bootPath" : " source/boot" ,
31
+ "theme" : " "
32
+ }
27
33
},
28
34
"externalResources" : {
29
35
"script" : [
34
40
},
35
41
"requires" : {
36
42
"@qooxdoo/compiler" : " ^1.0.0-beta" ,
37
- "@qooxdoo/framework" : " ^6.0.0-alpha "
43
+ "@qooxdoo/framework" : " ^6.0.0-beta "
38
44
}
39
45
}
Original file line number Diff line number Diff line change 20
20
"applications" : [
21
21
{
22
22
"class" : " qxl.mobileshowcase.Application" ,
23
- "name" : " qxl.mobileshowcase" ,
24
- "bootPath" : " source/boot" ,
23
+ "name" : " mobileshowcase" ,
24
+ "title" : " Qooxdoo Mobile showcase" ,
25
+ "bootPath" : " source/boot" ,
25
26
"theme" : " "
26
27
}
27
28
]
You can’t perform that action at this time.
0 commit comments